From: ludo@gnu.org (Ludovic Courtès)
To: Vincent Legoll <vincent.legoll@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: guix package modif testing
Date: Thu, 28 Jul 2016 14:51:58 +0200 [thread overview]
Message-ID: <87h9bahqmp.fsf@gnu.org> (raw)
In-Reply-To: <CAEwRq=pPG4yFC8Mgs7edpR40xaCZzMkoGAFkDLqs6FdN3kXHTw@mail.gmail.com> (Vincent Legoll's message of "Thu, 28 Jul 2016 11:15:51 +0200")
Vincent Legoll <vincent.legoll@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’.
prev parent reply other threads:[~2016-07-28 12:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-27 13:19 guix package modif testing Vincent Legoll
2016-07-27 13:25 ` Andreas Enge
2016-07-27 13:49 ` Alex Vong
2016-07-27 14:56 ` Vincent Legoll
2016-07-27 16:21 ` Andreas Enge
2016-07-27 16:37 ` Vincent Legoll
2016-07-27 17:01 ` Andreas Enge
2016-07-27 17:02 ` Andreas Enge
2016-07-27 17:19 ` Vincent Legoll
2016-07-27 19:03 ` Alex Vong
2016-07-28 7:11 ` Vincent Legoll
2016-07-28 9:15 ` Vincent Legoll
2016-07-28 12:51 ` Ludovic Courtès [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h9bahqmp.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=vincent.legoll@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.