guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: teckit: Update to 2.5.4.


From: Mark H Weaver
Subject: Re: [PATCH] gnu: teckit: Update to 2.5.4.
Date: Sun, 19 Jul 2015 12:46:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Andreas Enge <address@hidden> writes:

> There was a comment some time ago by Mark that additional phases should
> be added after 'unpack instead of before 'configure; here, the call to
> autogen.sh needs to come after 'patch-shebangs.

If that's because of the shebang in autogen.sh itself, then the easy
solution to that problem is to do (system* "sh" "autogen.sh").  It has
to be done after 'unpack', not before 'configure', because otherwise
'patch-usr-bin-file' won't be able to do its job on the generated
./configure script, which tends to cause problems on non-Intel
platforms.

      Mark



reply via email to

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