Re: new snapshot available: coreutils-7.6.63-addb6

2009-10-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Pádraig Brady on 10/5/2009 3:53 PM: This is a new test, but FC5 is s old, that I'm not sure it's worth worrying about. >>> March 2006? >> The failure is probably a function of the kernel. >> Which is it? > > In summary this

Re: test-quotearg failure

2009-10-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 10/5/2009 11:23 AM: > Cygwin 1.7 recently switched its default locale from C.ASCII over to C.UTF-8 > As a result, test-quotearg.sh now fails on cygwin 1.7, because the > UTF-encoded multi-byte sequence "\302\253\302\273" is

Re: getopt compilation problem

2009-10-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 10/5/2009 1:58 PM: > Reuben Thomas sc3d.org> writes: > >> Using getopt-posix on FreeBSD 6, with current git gnulib, I get the >> following compilation error: >> >> /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. >> -I/usr/l

Re: C99-ism

2009-10-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Reuben Thomas on 10/5/2009 1:13 PM: > Line 516 of hash.c (current git), there's a declaration of "float > epsilon" after we've already had some statements. Thanks. That was from me, in commig f414a500, so I'm fixing it as follows. - --

Re: getopt compilation problem

2009-10-05 Thread Eric Blake
Reuben Thomas sc3d.org> writes: > Using getopt-posix on FreeBSD 6, with current git gnulib, I get the > following compilation error: > > /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. > -I/usr/local/include -Wall -W -Wmissing-prototypes -Wstrict-prototypes > -D_FORTIFY_SOURCE=2 -MT getopt.o -MD

getopt compilation problem

2009-10-05 Thread Reuben Thomas
Using getopt-posix on FreeBSD 6, with current git gnulib, I get the following compilation error: /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -Wall -W -Wmissing-prototypes -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getop

C99-ism

2009-10-05 Thread Reuben Thomas
Line 516 of hash.c (current git), there's a declaration of "float epsilon" after we've already had some statements. -- http://rrt.sc3d.org Every act of belief is an act of unbelief (Carse)

test-quotearg failure

2009-10-05 Thread Eric Blake
Cygwin 1.7 recently switched its default locale from C.ASCII over to C.UTF-8 (valid UTF-8 sequences are handled as multibyte characters, and invalid UTF-8 sequences are managed transparently rather than causing encoding errors, so that 8-bit data from another charset can be transparently handled

Re: more test suite problems

2009-10-05 Thread Eric Blake
Ian Beckwith erislabs.net> writes: > > Hi, > > More test-suite problems: > > Missing dependencies (trivial patches attached): > > gnumakefile: maintainer-makefile Wrong. maintainer-makefile already depends on gnumakefile, so adding this dependency would create a circular dependency. Rathe

Re: more test suite problems

2009-10-05 Thread Ian Beckwith
On Mon, Oct 05, 2009 at 02:41:25PM +0100, Ian Beckwith wrote: > Is 'Module foo depends on a module with an incompatible license' a > bug? Attached are a list of clashes Which are all duplicated, sorry. sort -u incompatible-licenses. Ian. -- Ian Beckwith - i...@erislabs.net - http://erislabs.net

more test suite problems

2009-10-05 Thread Ian Beckwith
Hi, More test-suite problems: Missing dependencies (trivial patches attached): gnumakefile: maintainer-makefile fts-lgpl: cloexec fcntl-safer dirent-safer With ./gnulib-tool --create-megatestdir --with-tests, fseek fails to compile when combined in ALL/ with any of: fwritable fwritable-tests o