GNU bug report logs -
#28510
crash: guix build -S foo --with-source=bla
Previous Next
Full log
Message #8 received at 28510 <at> debbugs.gnu.org (full text, mbox):
Hi,
On Tue, 19 Sep 2017 at 14:09, Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de> wrote:
> The command “guix build -S guile-git --with-source=guile-git” crashes
> instead of failing gracefully:
>
> rwurmus <at> bimsb-sys02 in code: git clone https://gitlab.com/guile-git/guile-git.git
[...]
> rwurmus <at> bimsb-sys02 in code: guix build -S guile-git --with-source=guile-git
> Backtrace:
Still failing. In ’compute-derivation’, this
(s
(list (package-source-derivation store s)))))
returns a list of string instead of a derivation, so then
(for-each show-derivation-outputs drv)
fails because it expects a derivation or a derivation-input (see in
(guix ui)).
Well, I am not sure where the error should be handled. In (guix ui) and
in (guix scripts build)? WDYT?
Cheers,
simon
This bug report was last modified 1 year and 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.