From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [Guix] FTBFS on Ubuntu (12.04) 64bit. Various fatal during install. Date: Mon, 08 Jul 2013 22:56:16 +0200 Message-ID: <871u78ahzj.fsf@gnu.org> References: <51D71116.3080403@BlueT.org> <87txk8sqc6.fsf@gnu.org> <51D768DE.90403@BlueT.org> <878v1jstco.fsf@gnu.org> <51D9F8EF.5050806@BlueT.org> <87li5hb71f.fsf@gnu.org> <51DAF2F0.5020100@BlueT.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwIYn-0004k0-LH for guix-devel@gnu.org; Mon, 08 Jul 2013 17:01:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwIYi-0000Kx-Qa for guix-devel@gnu.org; Mon, 08 Jul 2013 17:01:25 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:57185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwIYi-0000Km-Jk for guix-devel@gnu.org; Mon, 08 Jul 2013 17:01:20 -0400 In-Reply-To: <51DAF2F0.5020100@BlueT.org> ("BlueT - Matthew Lien - \=\?utf-8\?B\?57e05ZaG5piOIidz\?\= message of "Tue, 09 Jul 2013 01:12:16 +0800") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?Q?BlueT_-_Matthew_Lien_-_=E7=B7=B4=E5=96=86=E6=98=8E?= Cc: guix-devel@gnu.org "BlueT - Matthew Lien - =E7=B7=B4=E5=96=86=E6=98=8E" skri= bis: > On 2013=E5=B9=B407=E6=9C=8808=E6=97=A5 19:55, Ludovic Court=C3=A8s wrote: >> "BlueT - Matthew Lien - =E7=B7=B4=E5=96=86=E6=98=8E" s= kribis: >>> checking for the Guix system type... x86_64-linux >>> ./configure: line 6755: syntax error near unexpected token `GUILE,' >>> ./configure: line 6755: `PKG_CHECK_MODULES(GUILE, guile-2.0 >=3D 2.0.5)' >> >> Yes, you need to have pkg.m4, as provided by pkg-config, in the >> ACLOCAL_PATH. >> >> http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00037.html [...] > bluet@GuixOnUbuntu64:~$ dpkg -L pkg-config |grep pkg.m4 > /usr/share/aclocal/pkg.m4 Yes, but the Automake you installed by hand (in /usr/local I suppose?) doesn=E2=80=99t look for .m4 files under /usr/share. Thus you need to: export ACLOCAL=C2=A0PATH=3D/usr/share/aclocal >>> 2. guix-0.2 >>> Test begin: >>> test-name: "package-field-location" >>> Test end: >>> result-kind: fail >>> actual-value: #f >> >> You=E2=80=99re using Guile 2.0.5, right? > > bluet@GuixOnUbuntu64:~$ guile --version|head -n 1 > guile (GNU Guile) 2.0.5-deb+1-1 > >> Can you try the patch below, run =E2=80=98make check=E2=80=99, >> and report the =E2=80=9C;;; (name=E2=80=9D and =E2=80=9C;;; (version=E2= =80=9D lines from test-suite.log? > > Hmmm there's no line with keyword 'version'. > > bluet@GuixOnUbuntu64:~/guix-0.2$ grep -P "(name|ver)" test-suite.log > ;;; (name #< file: "gnu/packages/bootstrap.scm" line: 188 > column: 5>) This should be addressed by commit ee48b28. (It=E2=80=99s a harmless issue that would only make the source location in messages reported by =E2=80=98guix refresh=E2=80=99 slightly less precise.) Thanks, Ludo=E2=80=99.