From mboxrd@z Thu Jan 1 00:00:00 1970 From: csanchezdll@gmail.com (Carlos =?utf-8?Q?S=C3=A1nchez?= de La Lama) Subject: Re: fgrep fails to find grep during bootstrap Date: Wed, 28 Sep 2016 15:22:44 +0200 Message-ID: <7tk2dwgnvf.fsf@gmail.com> References: <7tvaxhh501.fsf@gmail.com> <20160927184016.GI3742@macbook42.flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpEp2-0007Wb-78 for guix-devel@gnu.org; Wed, 28 Sep 2016 09:22:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpEox-0003Xi-BN for guix-devel@gnu.org; Wed, 28 Sep 2016 09:22:51 -0400 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]:36349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpEox-0003XN-42 for guix-devel@gnu.org; Wed, 28 Sep 2016 09:22:47 -0400 Received: by mail-wm0-x243.google.com with SMTP id b184so5946669wma.3 for ; Wed, 28 Sep 2016 06:22:46 -0700 (PDT) In-Reply-To: <20160927184016.GI3742@macbook42.flashner.co.il> (Efraim Flashner's message of "Tue, 27 Sep 2016 21:40:16 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Efraim Flashner Cc: guix-devel@gnu.org >> It specifies "fgrep" as program to test, but fgrep is a shell script, >> and altought the shebang is correctly patched, it needs "grep" binary >> in the path (which is not at this stage). > > have you tried it with reverting commit > 84cbe39c5a21495647ab6528715c42e4c5b94e83 ? Kind of; I changed program to test to "true" (like it was before the commit) but I did not remove the shebang patching, which was being correctly done and did not harm. That allowed me to go on (and hit the next problem some minutes later ;) ) Anyways, Mark has fixed it already. BR Carlos