Re: gnulib update breaks clisp: stdlib.h:189:5: error: #if with no expression

2009-09-18 Thread Bruno Haible
Sam Steingold wrote: > >  2. Regenerate the infrastructure (run autoconf, automake, etc.), > > I did that (make -f Makefile.devel check-configures) Well, in the current clisp CVS, there is an assignment to GNULIB_MKOSTEMP in clisp/modules/regexp/glm4/stdlib_h.m4 but none in clisp/modules/regexp/c

Re: build failure on HP-UX 11.11

2009-09-18 Thread Greg Wooledge
The gcc bootstrap finally finished. The failure I reported does not occur with gcc 3.4.6 (+ GNU as) built from source on the same target machine. Whether this indicates a problem with the binary gcc build I was using (specifically, its generated header files), or a problem in m4's ./configure, I'

Re: gnulib update breaks clisp: stdlib.h:189:5: error: #if with no expression

2009-09-18 Thread Sam Steingold
On Thu, Sep 17, 2009 at 5:15 PM, Bruno Haible wrote: > Sam Steingold wrote: >> I updated clisp to the latest gnulib (to take advantage of the mktime fix) >> and now build fails with this: >> >> ./stdlib.h:189:5: error: #if with no expression >> >> this comes from >> >> #if @GNULIB_MKOSTEMP@ >> # i

Re: License pedantry

2009-09-18 Thread David Lutterkort
On Thu, 2009-09-17 at 22:08 +0200, Bruno Haible wrote: > Ian Beckwith wrote: > > * Replaces incorrect FSF addresses with pointers to www.gnu.org/licenses. > > (picked up by 'licensecheck', in the debian devscripts package). > > David, is the following change OK with you? > > Would you also acce

Re: build failure on HP-UX 11.11

2009-09-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [adding gnulib] According to Greg Wooledge on 9/18/2009 9:52 AM: > GNU m4 1.4.13 fails to build on HP-UX 11.11: > > make[4]: Entering directory `/usr/local/src/m4-1.4.13/lib' > CC gl_avltree_oset.o > In file included from sys/wait.h:91, >

Re: readlink(1) behavior

2009-09-18 Thread Jim Meyering
Eric Blake wrote: > According to Jim Meyering on 9/18/2009 4:47 AM: >> Assuming ln -s /nowhere dangling-symlink, >> New behavior: >> >> $ ./readlink -fv dangling-symlink/ >> /nowhere >> >> Previous: >> >> $ readlink -fv dangling-symlink/ >> readlink: dangling-symlink/: No such file

Re: canonicalize-lgpl bug

2009-09-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Meyering on 9/18/2009 1:40 AM: > + mkdir subdir removed > + touch regfile > + ln -s regfile link1 > + ln -s subdir link2 > + ln -s missing link3 > + ln -s subdir/missing link4 ... > ++ readlink -f subdir/more > + v=/sh/j/w/co/cu/tests/

Re: readlink(1) behavior

2009-09-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Meyering on 9/18/2009 4:47 AM: > Assuming ln -s /nowhere dangling-symlink, > New behavior: > > $ ./readlink -fv dangling-symlink/ > /nowhere > > Previous: > > $ readlink -fv dangling-symlink/ > readlink: dangling-sym

Re: module Include: section

2009-09-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Simon Josefsson on 9/18/2009 1:24 AM: > Is anything actually using the content of the 'Include' statement? gnulib-tool outputs a list of header files to include in your program, based on the Include section of your directly-requested modu

Re: canonicalize-lgpl bug

2009-09-18 Thread Jim Meyering
Jim Meyering wrote: > Eric Blake wrote: > >> According to Eric Blake on 9/16/2009 10:10 PM: >>> According to Eric Blake on 9/16/2009 9:11 AM: > I've reached this point in reading the patches. > So far they look fine. > I will read the remainder, and test tomorrow. I'll try and reba

Re: module Include: section

2009-09-18 Thread Simon Josefsson
Eric Blake writes: > Eric Blake byu.net> writes: > >> Any objections to a patch that normalizes the outliers to drop #include? > > As in the following? Fine with me -- consistency is good. Is anything actually using the content of the 'Include' statement? /Simon

Re: gnulib-tool: *** cannot find ./configure.ac

2009-09-18 Thread Bruno Haible
> > gnulib-tool: *** cannot find ./configure.ac > > Are you executing inside your project's directory, where you already have > a working configure.ac? It sounds like you are just in the wrong > directory I'm adding this advice to the error message: 2009-09-18 Bruno Haible * gnulib