"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
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 '
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
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
"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 &&\
"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 -
"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,
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.