Re: more test suite problems

2009-10-31 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ralf Wildenhues on 10/30/2009 12:00 PM: >> @@ -15,7 +15,7 @@ AC_DEFUN([gl_FUNC_FSEEKO], >> >>AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko], >> [ >> - AC_TRY_LINK([#include ], [fseeko (stdin, 0, 0);], >> + AC_TRY_LINK(

Re: more test suite problems

2009-10-30 Thread Ralf Wildenhues
Hi Eric, Eric Blake writes: > Subject: [PATCH] fseek: avoid compilation failure when fflush is replaced > * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek > module is in use. > --- a/m4/fseeko.m4 > +++ b/m4/fseeko.m4 > @@ -15,7 +15,7 @@ AC_DEFUN([gl_FUNC_FSEEKO], > >AC_CACH

Re: more test suite problems

2009-10-27 Thread Eric Blake
Ian Beckwith erislabs.net> writes: > Debian stable & unstable, i386 & ia64. > > Any of the modules listed in my last mail (or below), for instance this fails: > > $ ./gnulib-tool --create-megatestdir --with-tests --dir=test fseek fwritable > $ cd test/ALL/ > $ ./configure > $ make Aha. I fin

Re: more test suite problems

2009-10-08 Thread Ian Beckwith
On Wed, Oct 07, 2009 at 07:10:15PM -0600, Eric Blake wrote: > So far, I haven't been able to reproduce the failure, on Linux or on > cygwin. What OS are you seeing the failure on, and can you pinpoint which > module in addition to fseek (if any) is necessary to reproduce the > failure? Debian sta

Re: more test suite problems

2009-10-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ian Beckwith on 10/7/2009 5:27 PM: >>> With ./gnulib-tool --create-megatestdir --with-tests, >>> fseek fails to compile when combined in ALL/ with any of: >>> fwritable fwritable-tests or fwriting. >> Previously reported. Thanks for furth

Re: more test suite problems

2009-10-07 Thread Ian Beckwith
On Mon, Oct 05, 2009 at 02:37:07PM +, Eric Blake wrote: > Wrong. > Wrong. Oops. > > With ./gnulib-tool --create-megatestdir --with-tests, > > fseek fails to compile when combined in ALL/ with any of: > > fwritable fwritable-tests or fwriting. > > Previously reported. Thanks for further cla

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 c

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