Vincent Legoll <vincent.leg...@gmail.com> skribis: > I did, as a user of my guixsd system: > > git clone [...] guix > cd guix > ./bootstrap > [ERROR PKG_CONFIG / m4 / etc...] > > guix environment guix > [env]> ./bootstrap > [env]> ./configure > [env]> make -j3 > > I get the BT @ http://paste.lisp.org/+6W42
Namely: --8<---------------cut here---------------start------------->8--- ?: 6 [primitive-load-path "gnu/packages/python" ...] In ice-9/eval.scm: 432: 5 [eval # ()] 453: 4 [eval # ()] 387: 3 [eval # ()] 411: 2 [eval # #] 411: 1 [eval # #] In unknown file: ?: 0 [string-append "https://pypi.io/packages/source/" "p" ...] ERROR: In procedure string-append: ERROR: In procedure string-append: Wrong type (expecting string): #<procedure version ()> Makefile:4851: recipe for target 'make-go' failed --8<---------------cut here---------------end--------------->8--- > What's wrong ? Do you have changes in your work directory? The problem here is that the ‘version’ parameter of ‘pypi-uri’ (in guix/build-system/python.scm) points to Guile’s ‘version’ procedure, whereas it should be a version string. Ludo’.