Re: Apparent problem with "make web-manual-update"

2013-10-09 Thread Eric Blake
On 10/09/2013 06:12 PM, Reuben Thomas wrote: > The end of the make log goes: > > test -z ""Hello, GNU World"" \ > && { echo define manual_title in cfg.mk 1>&2; exit 1; } || : > /bin/bash: line 0: test: too many arguments > cd './doc'; \ > /bin/bash ../build-aux/gendocs.sh \ >

Apparent problem with "make web-manual-update"

2013-10-09 Thread Reuben Thomas
The end of the make log goes: test -z ""Hello, GNU World"" \ && { echo define manual_title in cfg.mk 1>&2; exit 1; } || : /bin/bash: line 0: test: too many arguments cd './doc'; \ /bin/bash ../build-aux/gendocs.sh \ -o '/home/rrt/repo/hello/doc/manual' \ --email bug-

Re: Trouble with gnulib/float.h on Intrepid

2013-10-09 Thread Eric Blake
On 10/09/2013 03:45 PM, Rhys Ulerich wrote: >> I will take a stab at this and report back. It may be a couple of days >> as I don't personally have access to the system. > > I'm all thumbs at this. I do see the following suspect differences at > the tail of that config.log.trimmed I attached pre

Re: Trouble with gnulib/float.h on Intrepid

2013-10-09 Thread Rhys Ulerich
> I will take a stab at this and report back. It may be a couple of days > as I don't personally have access to the system. I'm all thumbs at this. I do see the following suspect differences at the tail of that config.log.trimmed I attached previously: NEXT_ERRNO_H='' NEXT_FCNTL_H='"///bgsys/dr

Re: Error compiling strtoimax.c on hppa2.0w-hp-hpux11.11

2013-10-09 Thread Paul Eggert
On 10/09/13 11:42, Daniel Richard G. wrote: > On a different note: Is the gnulib autobuild still a thing? Sorry, I don't know. Simon would know, I expect.

Re: Error compiling strtoimax.c on hppa2.0w-hp-hpux11.11

2013-10-09 Thread Daniel Richard G.
On Wed, 2013 Oct 9 8:06-0700, Paul Eggert wrote: > Thanks, apparently this problem has been around for a while; see > . I'd come across that same message too. Odd that this issue wasn't fixed long ago! > I pushed the following pat

Re: Error compiling strtoimax.c on hppa2.0w-hp-hpux11.11

2013-10-09 Thread Paul Eggert
Thanks, apparently this problem has been around for a while; see . I pushed the following patch, which I hope fixes things for you. It'll be a bit more of a pain to merge this into bash etc., but you can test it separately by grabbi

Re: Trouble with gnulib/float.h on Intrepid

2013-10-09 Thread Rhys Ulerich
>> On Intrepid, a BG/P system up at Argonne with some fun old IBM XL >> compilers, a user of mine is seeing gnulib/float.h containing the line >> #include " " >> which appears to be arising from >> configure:13477: checking absolute name of >> configure:13516: result: "" > The full co

Re: Error compiling strtoimax.c on hppa2.0w-hp-hpux11.11

2013-10-09 Thread Paul Eggert
Daniel Richard G. wrote: > I think the problem is that strtoimax/strtoumax are macros, so Strtoimax > is still expanding into something unexpected: Hmm, why doesn't lib/inttypes.h override those macros? What is the output of "diff -u lib/inttypes.in.h lib/inttypes.h" on your host?