Re: Apparent problem with make web-manual-update

2013-10-10 Thread Reuben Thomas
On 10 October 2013 04:13, Eric Blake ebl...@redhat.com wrote: 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 12; exit 1; } || : /bin/bash: line 0: test: too many arguments cd './doc'; \

Re: Apparent problem with make web-manual-update

2013-10-10 Thread Eric Blake
On 10/10/2013 04:32 AM, Reuben Thomas wrote: On 10 October 2013 04:13, Eric Blake ebl...@redhat.com wrote: 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 12; exit 1; } || : /bin/bash: line

Re: Apparent problem with make web-manual-update

2013-10-10 Thread Reuben Thomas
On 10 October 2013 13:57, Eric Blake ebl...@redhat.com wrote: I'm suggesting that your cfg.mk is flawed. maint.mk is expanding: $(PACKAGE_NAME) - $(manual_title) already in double quotes. If your cfg.mk has: manual_title=Hello, GNU World then that would explain the botched shell

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

2013-10-10 Thread Tom G. Christensen
On 10/09/2013 05:06 PM, Paul Eggert wrote: I pushed the following patch, which I hope fixes things for you. It broke my daily build on Solaris. gcc -std=gnu99 -g -O2 -L/usr/tgcware/lib -R/usr/tgcware/lib -o test-xstrtoumax test-xstrtoumax.o ../gllib/libgnu.a /usr/tgcware/lib/libintl.so

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

2013-10-10 Thread Paul Eggert
On 10/10/13 08:52, Tom G. Christensen wrote: This test checks HAVE_STRTOUMAX which is not declared anywhere. It should be declared by the AC_CHECK_FUNCS_ONCE([strtoumax]) in m4/strtoumax.m4. But I think I see the problem; I forgot to copy some of the stuff in modules/strtoimax into

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

2013-10-10 Thread Tom G. Christensen
On 10/10/2013 06:18 PM, Paul Eggert wrote: On 10/10/13 08:52, Tom G. Christensen wrote: I installed the following; does it fix things for you? No, the error is the same. I see this in the configure output: ./configure: line 7680: test: =: unary operator expected $ sed -n 7680p configure if

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

2013-10-10 Thread Eric Blake
On 10/10/2013 11:29 AM, Tom G. Christensen wrote: On 10/10/2013 06:18 PM, Paul Eggert wrote: On 10/10/13 08:52, Tom G. Christensen wrote: I installed the following; does it fix things for you? No, the error is the same. I see this in the configure output: ./configure: line 7680: test: =: