[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug? also [PATCH] Add snap-aligner.
From: |
Ludovic Courtès |
Subject: |
Re: bug? also [PATCH] Add snap-aligner. |
Date: |
Fri, 11 Dec 2015 10:39:02 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Ben Woodcroft <address@hidden> skribis:
> $ ./pre-inst-env guix build --check snap-aligner
> ;;; note: source file /home/ben/git/guix/gnu/packages/bioinformatics.scm
> ;;; newer than compiled
> /home/ben/git/guix/gnu/packages/bioinformatics.go
> guix build: error: build failed: unsupported build mode
This error indicates that the daemon ‘guix build’ is talking to is too
“old” (that is, more than a week old ;-)) and doesn’t support this build
mode.
It comes from:
http://git.savannah.gnu.org/cgit/guix.git/tree/guix/store.scm#n667
The solution is to build, install, and run the daemon from current
‘master’.
HTH!
Ludo’.