From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqPyV-000303-H5 for guix-patches@gnu.org; Fri, 08 Sep 2017 16:34:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqPyU-0007Ws-PJ for guix-patches@gnu.org; Fri, 08 Sep 2017 16:34:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47766) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dqPyU-0007Wd-MK for guix-patches@gnu.org; Fri, 08 Sep 2017 16:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dqPyU-0003Cg-FY for guix-patches@gnu.org; Fri, 08 Sep 2017 16:34:02 -0400 Subject: [bug#28384] [PATCH] gnu: Fix build failures caused by commit. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170907164340.32328-1-kkebreau@posteo.net> <87o9ql9oxa.fsf@gnu.org> <87377xdtwy.fsf@posteo.net> Date: Fri, 08 Sep 2017 22:33:27 +0200 In-Reply-To: <87377xdtwy.fsf@posteo.net> (Kei Kebreau's message of "Fri, 08 Sep 2017 12:41:49 -0400") Message-ID: <87efrh9bhk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Kei Kebreau Cc: 28384@debbugs.gnu.org Kei Kebreau skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Hi Kei, >> >> The subject is truncated. :-) Caused by which commit? >> >> Kei Kebreau skribis: >> >>> * gnu/packages/bioinformatics.scm (seek)[arguments]: Modify unpack phas= e. >>> * gnu/packages/ci.scm (cuirass)[arguments]: Add patch-/bin/sh phase. >> >> This is weird, normally the =E2=80=98patch-source-shebangs=E2=80=99 phas= e, which happens >> right before =E2=80=98configure=E2=80=99, should take care of these, no? >> > > Normally the 'patch-source-shebangs' does just that, but in this case > the script needs to be patched because the bootstrapping phase depends > on perl. OK. I don=E2=80=99t understand at what point this became necessary though. > From 87ea8addad973568d8599fb93c8df9766b96b6a1 Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Sat, 29 Jul 2017 11:28:42 -0400 > Subject: [PATCH] gnu: Use 'modify-phases' syntax. > To: guix-patches@gnu.org Wrong patch. :-) Ludo=E2=80=99.