[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#31085: Unexpected behaviour when running `guix build lilypond'
From: |
Diego Nicola Barbato |
Subject: |
bug#31085: Unexpected behaviour when running `guix build lilypond' |
Date: |
Fri, 06 Apr 2018 22:22:07 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello Guix
I have experienced some unexpected behaviour when running `guix build
lilypond':
After verifying that there was a substitute available with `guix weather
-m m.scm' (Where m.scm evaluates to a manifest containing only lilypond)
I ran `guix build lilypond --dry-run' which claimed that a substitute
would be downloaded. I then ran `guix build lilypond' which proceeded
to build lilypond from source (instead of downloading the substitute).
Upon explaining this on IRC it was suggested that I try running `guix
build --no-grafts lilypond' (which actually downloaded the substitute)
then deleting the locally built lilypond with `guix gc --delete
/gnu/store/...' and finally running `guix build lilypond' again (which,
this time, grafted the substituted lilypond instead of building it from
source again). While this fixed the issue I was told that this
behaviour was indeed unexpected.
I run GuixSD (commit: ae81bf4f995466a4650e2756d2763b8a163d2f63) on an
x86-64 machine.
Greetings
Diego
- bug#31085: Unexpected behaviour when running `guix build lilypond',
Diego Nicola Barbato <=