From: David Craven <david@craven.ch>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH 4/4] environment: Add '--debug' flag.
Date: Thu, 21 Jul 2016 18:12:14 +0200 [thread overview]
Message-ID: <CAL1_imk-v6C_XKW34SRtdJNzQHmVSAmZGtF8fdK31HJFrgDY=Q@mail.gmail.com> (raw)
In-Reply-To: <87twfjkmfq.fsf@gnu.org>
Maybe I'm doing something wrong then, this is what I get:
I was symlinking individual files into .guix, now I'm symlinking
the whole $HOME/guix/gnu folder into .guix
guix package -i qemu -L $HOME/guix
guix package: warning: failed to load '(build-aux check-available-binaries)':
Backtrace:
In ice-9/boot-9.scm:
1729: 19 [#<procedure 237aea0 ()>]
In unknown file:
?: 18 [primitive-load
"/gnu/store/vw26xsn24jmrijn939fjjk50m5i4hfq3-guix-0.10.0-0.e901/bin/.guix-real"]
In guix/ui.scm:
1209: 17 [run-guix-command package "-i" "qemu" "-L" "/home/dvc/guix"]
In ice-9/boot-9.scm:
157: 16 [catch srfi-34 #<procedure 32a70a0 at guix/ui.scm:425:2 ()> ...]
157: 15 [catch system-error ...]
In guix/scripts/package.scm:
857: 14 [#<procedure 32a70c0 at guix/scripts/package.scm:845:4 ()>]
815: 13 [process-actions #<build-daemon 256.15 32a8200> (# # # # ...)]
574: 12 [options->installable (# # # # ...) #<<manifest> entries: #>]
In srfi/srfi-1.scm:
664: 11 [filter-map #<procedure 32a1220 at
guix/scripts/package.scm:574:16 (expr)> ...]
In guix/scripts/package.scm:
583: 10 [#<procedure 32a1220 at guix/scripts/package.scm:574:16 (expr)> #]
In gnu/packages.scm:
342: 9 [specification->package+output "qemu" "out"]
297: 8 [%find-package "qemu" "qemu" #f #:fallback? #f]
265: 7 [find-best-packages-by-name "qemu" #f]
In guix/combinators.scm:
43: 6 [#<procedure 329cf90 at guix/combinators.scm:39:4 args>]
In gnu/packages.scm:
214: 5 [fold-packages #<procedure 3291180 at gnu/packages.scm:247:20 (p r)> #]
In srfi/srfi-1.scm:
481: 4 [fold-right #<procedure 3291620 at gnu/packages.scm:185:14
(spec result)> ...]
In gnu/packages.scm:
188: 3 [#<procedure 3291620 at gnu/packages.scm:185:14 (spec result)>
"/home/dvc/guix" ...]
In srfi/srfi-1.scm:
664: 2 [filter-map #<procedure 6b7e420 at gnu/packages.scm:168:14 (file)> #]
In gnu/packages.scm:
176: 1 [#<procedure be9e240 at gnu/packages.scm:174:20 args> quit #f]
In unknown file:
?: 0 [display-error #f #<output: file /dev/pts/0> #f]
ERROR: In procedure display-error:
ERROR: Wrong number of arguments to #<procedure display-error (_ _ _ _ _ _)>
next prev parent reply other threads:[~2016-07-21 16:12 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-19 16:49 [PATCH 0/4] Dipping my toes into guix source David Craven
2016-07-19 16:49 ` [PATCH 1/4] lint: Add packages with suffix ':bin' to 'inputs-should-be-native' David Craven
2016-07-20 10:37 ` Ludovic Courtès
2016-07-20 10:50 ` David Craven
2016-07-20 11:19 ` Efraim Flashner
2016-07-21 12:24 ` Ludovic Courtès
2016-07-21 13:22 ` Vincent Legoll
2016-07-21 16:06 ` Ludovic Courtès
2016-07-21 19:27 ` Tobias Geerinckx-Rice
2016-07-22 13:32 ` Ludovic Courtès
2016-07-22 14:07 ` Vincent Legoll
2016-07-19 16:49 ` [PATCH 2/4] gnu: Rename 'glib' label to 'glib:bin' where appropriate David Craven
2016-07-22 12:57 ` Ludovic Courtès
2016-07-22 13:03 ` David Craven
2016-07-22 17:55 ` David Craven
2016-07-19 16:49 ` [PATCH 3/4] lint: Add 'inputs-should-be-sorted' check David Craven
2016-07-21 13:17 ` Eric Bavier
2016-07-21 16:00 ` Ludovic Courtès
2016-07-19 16:49 ` [PATCH 4/4] environment: Add '--debug' flag David Craven
2016-07-19 17:14 ` Thompson, David
2016-07-19 18:00 ` Tobias Geerinckx-Rice
2016-07-19 18:10 ` David Craven
2016-07-19 19:02 ` David Craven
2016-07-19 19:06 ` Thompson, David
2016-07-19 19:15 ` David Craven
2016-07-20 4:17 ` Leo Famulari
2016-07-20 10:35 ` Ludovic Courtès
2016-07-20 10:56 ` David Craven
2016-07-19 20:11 ` Danny Milosavljevic
2016-07-20 7:18 ` Alex Kost
2016-07-20 7:35 ` Vincent Legoll
2016-07-20 9:15 ` Pjotr Prins
2016-07-22 19:54 ` Customising linux-libre (was: [PATCH 4/4] environment: Add '--debug' flag.) Tobias Geerinckx-Rice
2016-07-22 19:58 ` Vincent Legoll
2016-07-22 20:00 ` David Craven
2016-07-22 20:03 ` Vincent Legoll
2016-07-22 20:15 ` Customising linux-libre Tobias Geerinckx-Rice
2016-07-22 20:50 ` David Craven
2016-07-22 20:11 ` Tobias Geerinckx-Rice
2016-07-23 10:38 ` Ludovic Courtès
2016-07-21 12:22 ` [PATCH 4/4] environment: Add '--debug' flag Ludovic Courtès
2016-07-21 12:30 ` David Craven
2016-07-21 16:03 ` Ludovic Courtès
2016-07-21 16:12 ` David Craven [this message]
2016-07-21 16:38 ` Ludovic Courtès
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAL1_imk-v6C_XKW34SRtdJNzQHmVSAmZGtF8fdK31HJFrgDY=Q@mail.gmail.com' \
--to=david@craven.ch \
--cc=guix-devel@gnu.org \
--cc=ludo@gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).