Re: master build issue

2009-06-06 Thread Ludovic Courtès
Hi Neil, Neil Jerram writes: > I built and installed libunistring this evening, to /usr/local, and > now ./configure is failing for me at: > > checking size of float... configure: error: cannot compute sizeof (float) Isn't it simply that `libunistring.so' is not in $LD_LIBRARY_PATH? What does

Re: master build issue

2009-06-05 Thread Neil Jerram
Greg Troxel writes: > looks quite well baked. Despite my initial negative reaction to new > dependencies, this package seems exceptionally well done for one that > has (to me) appeared suddenly. I did get one failure in make check: > > test-striconveh.c:389: assertion failed > Jun 4 20:16:24 f

Re: master build issue

2009-06-04 Thread Mike Gran
> I downloaded it and built on NetBSD/i386 5.0 with > --prefix=/usr/y0/libunistring, and it seems to build fine with no > warnings that I noticed as it scrolled by. Looking at the package, it > looks quite well baked. Despite my initial negative reaction to new > dependencies, this package seems

Re: master build issue

2009-06-04 Thread Neil Jerram
Neil Jerram writes: > Andy Wingo writes: > >> While we're complaining about the build :-) It seems we require gperf >> now. Is that correct? > > That's news to me. Where have you seen that? OK, I've seen it now too; used to generate iconv_open-*.h from iconv_open-*.gperf. Brought in implicitl

Re: master build issue

2009-06-04 Thread Greg Troxel
Neil Jerram writes: > configure:52553: ccache gcc -o conftest -g -O2 conftest.c -L/usr/local/lib > -lunistring -R/usr/local/lib -lgmp -lcrypt -lm -lltdl >&5 > gcc: unrecognized option '-R/usr/local/lib' > > My GCC is version 4.3.2, so pretty recent. > > Ludo, Andy, I'm wondering why this isn

Re: master build issue

2009-06-04 Thread Neil Jerram
Andy Wingo writes: > On Thu 04 Jun 2009 03:04, Neil Jerram writes: > >> I built and installed libunistring this evening, to /usr/local, and >> now ./configure is failing for me at: >> >> checking size of float... configure: error: cannot compute sizeof >> (float) > > I had this at one point toda

Re: master build issue

2009-06-04 Thread Andy Wingo
On Thu 04 Jun 2009 03:04, Neil Jerram writes: > I built and installed libunistring this evening, to /usr/local, and > now ./configure is failing for me at: > > checking size of float... configure: error: cannot compute sizeof > (float) I had this at one point today, as well, when I had installed

Re: master build issue

2009-06-04 Thread Neil Jerram
Neil Jerram writes: > I'm also wondering if libtool v1.5.26 is a factor (as against v2.2) > - so now trying out libtool 2.2 from Debian testing. Yes, that seems to do the trick. So we require libtool 2.2 now... I guess that's OK, given that it's in Debian testing. (I'll make an appropriate up

master build issue

2009-06-03 Thread Neil Jerram
I built and installed libunistring this evening, to /usr/local, and now ./configure is failing for me at: checking size of float... configure: error: cannot compute sizeof (float) which is because (from config.log): configure:52553: ccache gcc -o conftest -g -O2 conftest.c -L/usr/local/lib -l