lsh fails to build

  • Done
  • quality assurance status badge
Details
2 participants
  • Brice Waegeneire
  • Roman Riabenko
Owner
unassigned
Submitted by
Roman Riabenko
Severity
normal

Debbugs page

Roman Riabenko wrote 3 years ago
(address . bug-guix@gnu.org)
6629e11981839fe51ca8e389acb6b548e782c3fb.camel@riabenko.com
I was able to reproduce it on a fresh install of Guix 1.3.0. I just
downloaded the image, installed with graphical installer, and ran "guix
pull" and "guix system reconfigure /etc/config.scm" on the freshly
installed system. Then, "guix install lsh" checks for substitues and
falls back to building, which results in the attached error message. I
also tried installing lsh in the QCOW2 image, which got it installed
from substitutes without an issue. It seems that something in build-
dependancies needs to be updated.

Roman
building /gnu/store/pbf00n0wm3kjs2gg2mnjf0i2sh4vfjjn-lsh-2.1.drv...
| 'build' phasebuilder for `/gnu/store/pbf00n0wm3kjs2gg2mnjf0i2sh4vfjjn-lsh-2.1.drv' failed with exit code 1
build of /gnu/store/pbf00n0wm3kjs2gg2mnjf0i2sh4vfjjn-lsh-2.1.drv failed
View build log at '/var/log/guix/drvs/pb/f00n0wm3kjs2gg2mnjf0i2sh4vfjjn-lsh-2.1.drv.gz'.
guix install: error: build of `/gnu/store/pbf00n0wm3kjs2gg2mnjf0i2sh4vfjjn-lsh-2.1.drv' failed
Brice Waegeneire wrote 3 years ago
(name . Roman Riabenko)(address . roman@riabenko.com)(address . 53983-done@debbugs.gnu.org)
87czjnw8rk.fsf@waegenei.re
Hello Roman,

Roman Riabenko <roman@riabenko.com> writes:

Toggle quote (9 lines)
> I was able to reproduce it on a fresh install of Guix 1.3.0. I just
> downloaded the image, installed with graphical installer, and ran "guix
> pull" and "guix system reconfigure /etc/config.scm" on the freshly
> installed system. Then, "guix install lsh" checks for substitues and
> falls back to building, which results in the attached error message. I
> also tried installing lsh in the QCOW2 image, which got it installed
> from substitutes without an issue. It seems that something in build-
> dependancies needs to be updated.

Thanks for the report. Tobias has fixed that a few hours ago in
1cdd6b09c8bc45c1ae5a16f16d5bcf33ab0ceb5e¹ which the CI build successfully². I
was also able to build it locally.


Cheers,
- Brice
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 53983
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