[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Clean build from Git HEAD fails
From: |
Ludovic Courtès |
Subject: |
Re: Clean build from Git HEAD fails |
Date: |
Mon, 02 Dec 2013 23:22:26 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
John Darrington <address@hidden> skribis:
> On Mon, Dec 02, 2013 at 01:56:03PM +0100, Ludovic Court??s wrote:
> John Darrington <address@hidden> skribis:
>
> > /bin/mkdir -p `dirname "guix/scripts/build.go"` ;
> \
> > LC_ALL=C
> \
> > ./pre-inst-env \
> > /usr/bin/guild compile -L "." -L "." \
> > -Wformat -Wunbound-variable -Warity-mismatch
> \
> > --target="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
> download)]
> > In unknown file:
> > ?: 3 [module-variable #<directory (guix build download) a865870>
> make-session]
> > In ice-9/boot-9.scm:
> > 2718: 2 [b #<autoload (gnutls) a7786c0> make-session #f]
> > In unknown file:
> > ?: 1 [scm-error misc-error #f ...]
> > In ice-9/boot-9.scm:
> > 106: 0 [#<procedure a19d440 at ice-9/boot-9.scm:97:6 (thrown-k .
> args)> misc-error ...]
>
> 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’.