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 13:56:03 +0100 Message-ID: <87zjojs97g.fsf@gnu.org> References: <20131201090410.GA23080@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]:40799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnT2p-0007FF-08 for guix-devel@gnu.org; Mon, 02 Dec 2013 07:56:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnT2i-0004Qp-Qe for guix-devel@gnu.org; Mon, 02 Dec 2013 07:56:10 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:60211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnT2i-0004Ql-Kj for guix-devel@gnu.org; Mon, 02 Dec 2013 07:56:04 -0500 In-Reply-To: <20131201090410.GA23080@jocasta.intra> (John Darrington's message of "Sun, 1 Dec 2013 10:04:10 +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: > /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" [...] > 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 build down= load)] > 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 ...] What does /usr/bin/guile -c '(use-modules (gnutls))' report on your system? Thanks, Ludo=E2=80=99.