Re: flock fails on sparc-sun-solaris2.6

2008-12-18 Thread Simon Josefsson
"Tom G. Christensen" writes: >> Tom, please test tomorrow's snapshot. Was this the only problem on >> solaris? >> > Summary says: > 42 of 438 tests failed > (17 tests were not run) > > Many of the errors are in uniconv but they may be caused by a faulty > setup on my part. I will investigate to

Re: flock fails on sparc-sun-solaris2.6

2008-12-18 Thread Tom G. Christensen
On Thu, Dec 18, 2008 at 07:31:04PM +0100, Simon Josefsson wrote: > Eric Blake writes: > > > Simon Josefsson josefsson.org> writes: > > > >> > flock.c:186: warning: implicit declaration of function 'memset' > >> > flock.c:186: warning: incompatible implicit declaration of built-in > > function '

Re: flock fails on sparc-sun-solaris2.6

2008-12-18 Thread Simon Josefsson
Eric Blake writes: > Simon Josefsson josefsson.org> writes: > >> > flock.c:186: warning: implicit declaration of function 'memset' >> > flock.c:186: warning: incompatible implicit declaration of built-in > function 'memset' >> >> This one also seems simple. Patch below. Will push unless ther

Re: flock fails on sparc-sun-solaris2.6

2008-12-18 Thread Eric Blake
Simon Josefsson josefsson.org> writes: > > flock.c:186: warning: implicit declaration of function 'memset' > > flock.c:186: warning: incompatible implicit declaration of built-in function 'memset' > > This one also seems simple. Patch below. Will push unless there are > objections. Push both

Re: flock fails on sparc-sun-solaris2.6

2008-12-18 Thread Simon Josefsson
"Tom G. Christensen" writes: > depbase=`echo flock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" > -DNO_XMALLOC -DEXEEXT=\"\" -I. -I.. -I../intl -D_REENTRANT -g -O2 -MT > flock.o -MD -MP -MF $depbase.Tpo -c -o flock.o flock.c &&\

Re: flock fails on sparc-sun-solaris2.6

2008-12-18 Thread Simon Josefsson
"Tom G. Christensen" writes: > Hello, > > Using Simons daily-build script I got this failure: > depbase=`echo flock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" > -DNO_XMALLOC -DEXEEXT=\"\" -I. -I.. -I../intl -D_REENTRANT -g -O2 -

Re: flock fails on sparc-sun-solaris2.6

2008-12-18 Thread Simon Josefsson
"Tom G. Christensen" writes: >> flock.c:215:2: error: #error "This platform lacks flock function, and Gnulib >> doesn't provide a replacement. This is a bug in Gnulib." ... > Is there no interest in fixing these issues? > The flock module also fails to build on Solaris 8 due to this bug. FWIW,

Re: flock fails on sparc-sun-solaris2.6

2008-12-18 Thread Tom G. Christensen
On Tue, Dec 09, 2008 at 10:27:39PM +0100, Tom G. Christensen wrote: > Hello, > > Using Simons daily-build script I got this failure: > depbase=`echo flock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" > -DNO_XMALLOC -DEXEEXT=\"\" -I.