From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: GNU Wdiff: Testsuite fails Date: Thu, 07 Feb 2013 12:09:17 +0100 Message-ID: <87y5f0idnm.fsf@gnu.org> References: <87622730u8.fsf@karetnikov.org> <87sj5buoo7.fsf@gnu.org> <87wqukv4t9.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3PM8-0004Wi-2f for bug-guix@gnu.org; Thu, 07 Feb 2013 06:09:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3PLy-0003Zj-H0 for bug-guix@gnu.org; Thu, 07 Feb 2013 06:09:27 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:54512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3PLy-0003Zf-Bc for bug-guix@gnu.org; Thu, 07 Feb 2013 06:09:18 -0500 In-Reply-To: <87wqukv4t9.fsf@karetnikov.org> (Nikita Karetnikov's message of "Thu, 07 Feb 2013 04:41:38 -0500") 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: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: > 'wdiff_bin' is defined like this: > > wdiff_bin=3D"`which wdiff`" > > Why does it fail to find the binary? Is it connected with 'env'? You probably need to add =E2=80=98which=E2=80=99 as an input, no? Ludo=E2=80=99.