Ben Woodcroft <[email protected]> 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’.
