"guix pull" broken on master

  • Done
  • quality assurance status badge
Details
One participant
  • Danny Milosavljevic
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 7 years ago
(address . bug-guix@gnu.org)
20180115145300.32f4af77@scratchpost.org
First: ok:

$ guix pull
Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from Git commit 15eef66e5d7e82a467dd7fbf2e72f7d1fcd6c26f...
guix pull: warning: failed to load '(wip pascal)':
ERROR: Unbound variable: custom-gccx
The following derivation will be built:
/gnu/store/pas9dr7m0wl3af486zasm1q82j5s62g3-guix-latest.drv
copying and compiling to '/gnu/store/cl45yzn7c7bc3gqgy94isai5n5allk2v-guix-latest' with Guile 2.2.2...
loading... 26.2% of 661 filesrandom seed for tests: 1516016025
compiling... 100.0% of 661 files

Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information. Set it to "no" to suppress
this message.
updated GNU Guix successfully deployed under `/home/dannym/.config/guix/latest'

Second: broken:

$ guix pull
Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from Git commit dd72837dff128dbb1258826fe39467d1ef000ac1...
The following derivation will be built:
/gnu/store/cf9cp4nwqgig5ngf7hh5h2r0i3cag181-guix-latest.drv
copying and compiling to '/gnu/store/61ljfph5g51pl8vb2ryc5b5cwpycab7j-guix-latest' with Guile 2.2.2...
loading... 26.2% of 661 filesrandom seed for tests: 1516019897
compiling... 100.0% of 661 files
Backtrace:
Exception thrown while printing backtrace:
ERROR: In procedure private-lookup: Module named (guile) does not exist
Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information. Set it to "no" to suppress
this message.
builder for `/gnu/store/cf9cp4nwqgig5ngf7hh5h2r0i3cag181-guix-latest.drv' failed with exit code 1
guix pull: error: build failed: build of `/gnu/store/cf9cp4nwqgig5ngf7hh5h2r0i3cag181-guix-latest.drv' failed
Danny Milosavljevic wrote 7 years ago
(address . 30124@debbugs.gnu.org)
20180115145849.56f8b522@scratchpost.org
guix/build/ruby-build-system.scm:219:6: warning: possibly unbound variable `read-line'

Probably missing module (ice-9 rdelim).
Danny Milosavljevic wrote 7 years ago
(address . 30124-done@debbugs.gnu.org)
20180115205518.3cbe6648@scratchpost.org
On Mon, 15 Jan 2018 14:58:49 +0100
Danny Milosavljevic <dannym@scratchpost.org> wrote:

Toggle quote (4 lines)
> guix/build/ruby-build-system.scm:219:6: warning: possibly unbound variable `read-line'
>
> Probably missing module (ice-9 rdelim).

I've gone ahead and fixed this on guix master now, commit b640370d8290ace2507c84e61fe99811effaf7da.

The error reporting is still bad, though.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 30124@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 30124
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help