[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: seekable stdin test failure on OS X
From: |
Eric Blake |
Subject: |
Re: seekable stdin test failure on OS X |
Date: |
Mon, 09 Apr 2007 21:44:44 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.666 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Eric Blake on 4/9/2007 8:47 PM:
> However, for now I will omit the lseek (and thus the
> dependence on the unistd module), check in the modified patch (attached),
> and see how the module fares in testing.
And here's the followup for m4 to use it. Gary, if you could, please
rerun 'gnulib-tool --import' (or bootstrap), and see if it helps solve
your test failure?
2007-04-09 Eric Blake <address@hidden>
Address failure of 'seekable stdin' on Mac OS X.
* ltdl/m4/gnulib-cache.m4: Augment with 'gnulib-tool --import
fflush.
- --
Don't work too hard, make some time for fun as well!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGGwgs84KuGfSFAYARAkV7AJ9XWPdqgebg/dInPmpJx/2cT1zUkgCeJx/j
Sqxr3bIpLMf1IN1+h3QnI9U=
=iNWN
-----END PGP SIGNATURE-----
Index: ltdl/m4/gnulib-cache.m4
===================================================================
RCS file: /sources/m4/m4/ltdl/m4/gnulib-cache.m4,v
retrieving revision 1.24
diff -u -p -r1.24 gnulib-cache.m4
--- ltdl/m4/gnulib-cache.m4 3 Apr 2007 11:38:01 -0000 1.24
+++ ltdl/m4/gnulib-cache.m4 10 Apr 2007 03:43:44 -0000
@@ -15,11 +15,11 @@
# Specification in the form of a command-line invocation:
-# gnulib-tool --import --dir=. --lib=libgnu --source-base=gnu
--m4-base=ltdl/m4 --doc-base=doc --aux-dir=ltdl/config --libtool
--macro-prefix=M4 assert avltree-oset binary-io clean-temp cloexec close-stream
closeout config-h configmake dirname error exit fdl filenamecat fopen-safer
fprintf-posix free gendocs gettext gnupload mkstemp obstack progname regex
regexprops-generic sprintf-posix stdbool stdlib-safer strnlen strtol tempname
unlocked-io vasprintf-posix verror xalloc xalloc-die xstrndup xstrtol xvasprintf
+# gnulib-tool --import --dir=. --lib=libgnu --source-base=gnu
--m4-base=ltdl/m4 --doc-base=doc --aux-dir=ltdl/config --libtool
--macro-prefix=M4 assert avltree-oset binary-io clean-temp cloexec close-stream
closeout config-h configmake dirname error exit fdl fflush filenamecat
fopen-safer fprintf-posix free gendocs gettext gnupload mkstemp obstack
progname regex regexprops-generic sprintf-posix stdbool stdlib-safer strnlen
strtol tempname unlocked-io vasprintf-posix verror xalloc xalloc-die xstrndup
xstrtol xvasprintf
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([])
-gl_MODULES([assert avltree-oset binary-io clean-temp cloexec close-stream
closeout config-h configmake dirname error exit fdl filenamecat fopen-safer
fprintf-posix free gendocs gettext gnupload mkstemp obstack progname regex
regexprops-generic sprintf-posix stdbool stdlib-safer strnlen strtol tempname
unlocked-io vasprintf-posix verror xalloc xalloc-die xstrndup xstrtol
xvasprintf])
+gl_MODULES([assert avltree-oset binary-io clean-temp cloexec close-stream
closeout config-h configmake dirname error exit fdl fflush filenamecat
fopen-safer fprintf-posix free gendocs gettext gnupload mkstemp obstack
progname regex regexprops-generic sprintf-posix stdbool stdlib-safer strnlen
strtol tempname unlocked-io vasprintf-posix verror xalloc xalloc-die xstrndup
xstrtol xvasprintf])
gl_AVOID([])
gl_SOURCE_BASE([gnu])
gl_M4_BASE([ltdl/m4])
- Re: seekable stdin test failure on OS X,
Eric Blake <=