From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: tests/packages.scm fails with make check Date: Sun, 20 Jan 2013 15:00:21 +0100 Message-ID: <877gn8x8cq.fsf@gnu.org> References: <871udh1dkm.fsf@gnu.org> <50FAADAB.7040005@gmail.com> <201301192315.50429.andreas@enge.fr> 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]:45892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwvRl-0004l2-4L for bug-guix@gnu.org; Sun, 20 Jan 2013 09:00:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwvRi-0002oZ-Bg for bug-guix@gnu.org; Sun, 20 Jan 2013 09:00:29 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:32876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwvRi-0002oD-1y for bug-guix@gnu.org; Sun, 20 Jan 2013 09:00:26 -0500 In-Reply-To: <201301192315.50429.andreas@enge.fr> (Andreas Enge's message of "Sat, 19 Jan 2013 23:15:50 +0100") 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: Andreas Enge Cc: Alen Skondro , bug-guix@gnu.org Andreas Enge skribis: > I get a test failure in guix-download.sh, the last line of which reads: > guix-download "file://$abs_top_srcdir/README" I think this is a symptom of using an old Automake (< 1.12, I think), which did not define $(abs_top_srcdir). Can you confirm? Ludo=E2=80=99.