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: Tue, 22 Jan 2013 23:21:56 +0100 Message-ID: <87k3r43lkr.fsf@gnu.org> References: <201301221603.37472.andreas@enge.fr> <87ip6pf940.fsf@gnu.org> <201301222159.40873.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]:54041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxmEC-0004zA-NW for bug-guix@gnu.org; Tue, 22 Jan 2013 17:22:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxmEB-0002Tg-7S for bug-guix@gnu.org; Tue, 22 Jan 2013 17:22:00 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:33903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxmEB-0002TV-06 for bug-guix@gnu.org; Tue, 22 Jan 2013 17:21:59 -0500 In-Reply-To: <201301222159.40873.andreas@enge.fr> (Andreas Enge's message of "Tue, 22 Jan 2013 21:59:40 +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: > Am Dienstag, 22. Januar 2013 schrieb Ludovic Court=C3=A8s: >> Perhaps you need to install another package to get pkg.m4, or perhaps >> you need to run ./bootstrap like this: >> ACLOCAL=3D"aclocal -I /path/to/pkg-config/macros" ./bootstrap > > Actually, this was it - no idea why it is needed now, but not before. Because =E2=80=98aclocal=E2=80=99 searches for .m4 files in its prefix, by = default. With the Debian packages you were using, everything was in /usr, so it =E2=80=9Cjust worked=E2=80=9D. Ludo=E2=80=99.