bug-guix
[Top][All Lists]
Advanced

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

Re: tests/packages.scm fails with make check


From: Ludovic Courtès
Subject: Re: tests/packages.scm fails with make check
Date: Tue, 22 Jan 2013 00:22:14 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

address@hidden (Ludovic Courtès) skribis:

> Andreas Enge <address@hidden> skribis:
>
>> But building the automake package fails with an enormous number of errors 
>> in the check phase:
>
> Oh, that's most likely related to the /bin/sh change: I suppose the test
> suite generates a many scripts with #!/bin/sh.

Commit 7cd1d7b fixes Automake’s test suite.  If you want to burn CPU
cycles, please test.  :-)

This turned out to be trickier than expected, because ‘autoconf’
generates shell scripts, and it’s the shebang of those scripts that
should be patched to refer to our Bash instead of /bin/sh.

Yet, users who install Autoconf must get the real one, which emits
#!/bin/sh.

This commit addresses that by using an ‘autoconf’ wrapper that does the
shebang patching, and is used for the sole purpose of running Automake’s
test suite.

Ludo’.



reply via email to

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