From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25304: =?UTF-8?Q?Libtool=E2=80=99s?= ltmain.sh still contains a /gnu/store shebang Date: Fri, 21 Apr 2017 16:30:43 +0200 Message-ID: <87mvb925po.fsf@gnu.org> References: <878tqx7zzj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1ZaT-0000hP-SO for bug-guix@gnu.org; Fri, 21 Apr 2017 10:31:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1ZaQ-0006dT-NR for bug-guix@gnu.org; Fri, 21 Apr 2017 10:31:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34506) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d1ZaQ-0006dK-D2 for bug-guix@gnu.org; Fri, 21 Apr 2017 10:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d1ZaQ-0007Ip-7V for bug-guix@gnu.org; Fri, 21 Apr 2017 10:31:02 -0400 In-Reply-To: <878tqx7zzj.fsf@gnu.org> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 25304@debbugs.gnu.org Hi, Commit 98341757c8c45fca8d2b53f9972f5c6a32cf2c95, which was meant to fix this bug=C2=B9, actually failed to do so: --8<---------------cut here---------------start------------->8--- $ head -1 $(./pre-inst-env guix build libtool)/share/libtool/build-aux/ltma= in.sh #!/gnu/store/k7029k5va68lkapbzcycdzj7m5bjb4b8-bash-4.4.12/bin/sh $ git describe v0.12.0-3136-g7312c62d3 --8<---------------cut here---------------end--------------->8--- I think the problem is that we=E2=80=99re patching ltmain.in when we should really be patching the final file, after the =E2=80=98patch-shebangs=E2=80= =99 phase. Ludo=E2=80=99. =C2=B9