From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37047: git needs sed either as propagated input or as input (with some substitute*-work) Date: Wed, 28 Aug 2019 22:39:03 +0200 Message-ID: <87imqhf2jc.fsf@gnu.org> References: <20190816081815.0127bc43@alma-ubu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53983) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i34jb-0001ny-KA for bug-guix@gnu.org; Wed, 28 Aug 2019 16:40:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i34ja-00023m-Gi for bug-guix@gnu.org; Wed, 28 Aug 2019 16:40:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42483) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i34ja-00023c-DT for bug-guix@gnu.org; Wed, 28 Aug 2019 16:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i34ja-0001dr-6w for bug-guix@gnu.org; Wed, 28 Aug 2019 16:40:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190816081815.0127bc43@alma-ubu> ("=?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?="'s message of "Fri, 16 Aug 2019 08:18:15 +0200") 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: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Cc: 37047@debbugs.gnu.org Hi Bj=C3=B6rn, Bj=C3=B6rn H=C3=B6fling skribis: > guix environment --container -N --ad-hoc go coreutils binutils less emac= s grep findutils git nss-certs > > [env] $ go get github.com/fatih/structs=20 > # cd /home/bjoern/go/src/github.com/fatih/structs; git submodule update -= -init --recursive > /gnu/store/i89f4rw8a2nzppxf2yixl0hvcw46rsxv-git-2.22.0/libexec/git-core/.= git-submodule-real: line 7: sed: command not found > /gnu/store/kiykcyp4n45c7prba3k3zvfz19vvmymd-profile/libexec/git-core/git-= sh-setup: line 86: sed: command not found > /gnu/store/i89f4rw8a2nzppxf2yixl0hvcw46rsxv-git-2.22.0/libexec/git-core/.= git-submodule-real: line 1115: sed: command not found > /gnu/store/i89f4rw8a2nzppxf2yixl0hvcw46rsxv-git-2.22.0/libexec/git-core/.= git-submodule-real: line 1115: cmd_: command not found > package github.com/fatih/structs: exit status 127 I vote for =E2=80=98substitute*=E2=80=99 trickery in libexec/git-core/*. Ludo=E2=80=99.