From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH] Add tcsh. Date: Thu, 07 Feb 2013 01:04:21 +0100 Message-ID: <5112EF85.707@gmail.com> References: <1360013226-16132-1-git-send-email-tipecaml@gmail.com> <87txprogl4.fsf@gnu.org> <5111B40C.10406@gmail.com> <8738x9edcj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3F9b-0001Qh-6k for bug-guix@gnu.org; Wed, 06 Feb 2013 19:15:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3F9a-0003YU-8D for bug-guix@gnu.org; Wed, 06 Feb 2013 19:15:51 -0500 In-Reply-To: <8738x9edcj.fsf@gnu.org> 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: =?UTF-8?B?THVkb3ZpYyBDb3VydMOocw==?= Cc: bug-guix@gnu.org On 02/06/2013 03:17 PM, Ludovic Courtès wrote: > Cyril Roelandt skribis: > >> When using (which "sh"), 2 tests fail with the following error: >> >> /nix/store/4mg8b8vvmava68y64qmm70gqfnhhjzmx-bash-4.2/nix/store/4mg8b8vvmava68y64qmm70gqfnhhjzmx-bash-4.2/bin/sh: >> Command not found >> >> Any idea ? > > Presumably there’s double-patching occurring. > > That is, there’s /bin/sh that first gets changed to /nix/…/bin/sh > (perhaps by ‘patch-shebangs’), and then that gets changed to > /nix/…/nix/…/bin/sh. > Sorry, I hadn't noticed that. I'll resend. Cyril.