-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(
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
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
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
-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
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
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
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
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