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: Tue, 05 Feb 2013 09:53:44 +0100 Message-ID: <87sj5buoo7.fsf@gnu.org> References: <87622730u8.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]:48159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2eHj-0005CJ-L4 for bug-guix@gnu.org; Tue, 05 Feb 2013 03:53:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U2eHi-0003R4-IN for bug-guix@gnu.org; Tue, 05 Feb 2013 03:53:47 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:38591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2eHi-0003Qm-Bi for bug-guix@gnu.org; Tue, 05 Feb 2013 03:53:46 -0500 In-Reply-To: <87622730u8.fsf@karetnikov.org> (Nikita Karetnikov's message of "Mon, 04 Feb 2013 22:18:20 -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: > I'm facing a similar problem [1] with GNU Wdiff. 'testsuite.at' just > calls 'wdiff.at'. But 'wdiff.at' fails. How can I fix this without > touching 'wdiff.at'? The .at files are not used when building from the tarball. Roughly, they=E2=80=99re just concatenated by =E2=80=98autoconf=E2=80=99 into a sing= le script, =E2=80=98testsuite=E2=80=99. So if you can patch =E2=80=98testsuite=E2=80=99 directly, that=E2=80=99s be= tter. Ludo=E2=80=99.