[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Clean build from Git HEAD fails
From: |
John Darrington |
Subject: |
Clean build from Git HEAD fails |
Date: |
Sun, 1 Dec 2013 10:04:10 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
A clean build from the current Git HEAD is not possible.
Something seems to be wrong with the Makefile dependencies:
git checkout master
git clean -dfx
./boostrap
./configure
make
.
.
.
.
.
/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"
Backtrace:
In ice-9/boot-9.scm:
2772: 19 [try-module-autoload (guix build download) #f]
2111: 18 [save-module-excursion #<procedure a872ae0 at ice-9/boot-9.scm:2773:17
()>]
2783: 17 [#<procedure a872ae0 at ice-9/boot-9.scm:2773:17 ()>]
In unknown file:
?: 16 [primitive-load-path "guix/build/download" #f]
In ice-9/eval.scm:
480: 15 [#<procedure a06a6c0 at ice-9/eval.scm:474:4 (exp)> #]
In ice-9/psyntax.scm:
1111: 14 [expand-top-sequence (#) () (#) ...]
1078: 13 [#<procedure a7739c0 at ice-9/psyntax.scm:1077:36 ()>]
1621: 12 [expand-simple-lambda (# . #) () (()) ...]
1542: 11 [parse ((# . #)) (#(syntax-object log # ...)) ...]
In ice-9/boot-9.scm:
545: 10 [map #<procedure a68e6e0 at ice-9/psyntax.scm:1543:66 (x)> ((# . #))]
In ice-9/psyntax.scm:
2130: 9 [expand-let (let # # # ...) (# # #) (# # #) ...]
In ice-9/boot-9.scm:
545: 8 [map #<procedure a68e6a0 at ice-9/psyntax.scm:2130:49 (x)> (#)]
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 ...]
The problem can be circumvented by:
make -k ; make
Then everything works.
J'
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- Clean build from Git HEAD fails,
John Darrington <=
- Re: Clean build from Git HEAD fails, Ludovic Courtès, 2013/12/02
- Re: Clean build from Git HEAD fails, John Darrington, 2013/12/02
- Re: Clean build from Git HEAD fails, Ludovic Courtès, 2013/12/02
- Re: Clean build from Git HEAD fails, John Darrington, 2013/12/03
- Re: Clean build from Git HEAD fails, Ludovic Courtès, 2013/12/04
- Re: Clean build from Git HEAD fails, John Darrington, 2013/12/05
- Re: Clean build from Git HEAD fails, Ludovic Courtès, 2013/12/05