bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Failed testcases for automake-1.6 on sparc-linux


From: Niels Möller
Subject: Re: Failed testcases for automake-1.6 on sparc-linux
Date: 07 May 2002 21:02:42 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Alexandre Duret-Lutz <address@hidden> writes:

> But it would help if you can upgrade to Automake 1.6.1 first.

automake-1.6.1 passes the testsuite on my sparc-linux box. Some other
anomalies:

1. It installs itself as automake-1.6, not as automake-1.6.1.

2. ./configure && make didn't work on a Solaris system. The generated
   Makefile sets SHELL=/bin/bash, and then make fails with

/bin/bash: $2: unbound variable
make: *** [check-recursive] Error 127

appearantly because of the construction

$(RECURSIVE_TARGETS):
        @set fnord $$MAKEFLAGS; amf=$$2; \

where the shell refuses to expand $2. make SHELL=/bin/sh works,
though.

3. On the same Solaris system, three testcases failed: confsub.test,
   pr287.test and subdirbuiltsources.test.

Best regards,
/Niels



reply via email to

[Prev in Thread] Current Thread [Next in Thread]