From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Clean build from Git HEAD fails Date: Mon, 02 Dec 2013 23:22:26 +0100 Message-ID: <878uw2hp0d.fsf@gnu.org> References: <20131201090410.GA23080@jocasta.intra> <87zjojs97g.fsf@gnu.org> <20131202134352.GA17471@jocasta.intra> 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]:33355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnbsw-0007GN-Pt for guix-devel@gnu.org; Mon, 02 Dec 2013 17:22:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vnbsq-0003CT-Li for guix-devel@gnu.org; Mon, 02 Dec 2013 17:22:34 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:52029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnbsq-0003CL-EN for guix-devel@gnu.org; Mon, 02 Dec 2013 17:22:28 -0500 In-Reply-To: <20131202134352.GA17471@jocasta.intra> (John Darrington's message of "Mon, 2 Dec 2013 14:43:52 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." 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: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > On Mon, Dec 02, 2013 at 01:56:03PM +0100, Ludovic Court??s wrote: > John Darrington skribis: >=20=20=20=20=20=20 > > /bin/mkdir -p `dirname "guix/scripts/build.go"` ; = \ > > LC_ALL=3DC = \ > > ./pre-inst-env \ > > /usr/bin/guild compile -L "." -L "." \ > > -Wformat -Wunbound-variable -Warity-mismatch = \ > > --target=3D"i686-pc-linux-gnu" = \ > > -o "guix/scripts/build.go" "guix/scripts/build.scm" >=20=20=20=20=20=20 > [...] >=20=20=20=20=20=20 > > In ice-9/psyntax.scm: > > 1267: 7 [expand (make-session connection-end/client) (# # #) (# # = #) ...] > > 1196: 6 [syntax-type (make-session connection-end/client) (# # #) = (# # #) ...] > > 582: 5 [syntax-type make-session (# # #) (# # #) ...] > > 292: 4 [get-global-definition-hook make-session (hygiene guix bui= ld download)] > > In unknown file: > > ?: 3 [module-variable # make-session] > > In ice-9/boot-9.scm: > > 2718: 2 [b # make-session #f] > > In unknown file: > > ?: 1 [scm-error misc-error #f ...] > > In ice-9/boot-9.scm: > > 106: 0 [# misc-error ...] >=20=20=20=20=20=20 > What does /usr/bin/guile -c '(use-modules (gnutls))' report on your > system? > > Backtrace: [...] > ?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (gnutls)) = #f] Does it work if you do: make clean-go && make guix/build/download.go && make ? Thanks, Ludo=E2=80=99.