Hello,
Ethan J <doubleplusgood23@gmail.com> skribis:
Toggle quote (8 lines)
> I've been attempting to use the "build all packages" one liner listed> on> https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-build.> html to populate my store for a local mirror however when guix fails> to build a package it exits and stops building (which I had assumed> the --keep-going flag prevented) Here's an example of yasm failing to> build http://paste.lisp.org/display/318806
The paste shows:
Toggle snippet (46 lines)
make[5]: Entering directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0'make all-recursivemake[6]: Entering directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0'Making all in pomake[7]: Entering directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0/po'make[7]: Nothing to be done for 'all'.make[7]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0/po'Making all in .make[7]: Entering directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0'make[7]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0'make[6]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0'make[5]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0'============================================================================Testsuite summary for yasm 1.3.0============================================================================# TOTAL: 44# PASS: 43# SKIP: 0# XFAIL: 0# FAIL: 1# XPASS: 0# ERROR: 0============================================================================See ./test-suite.logPlease report to bug-yasm@tortall.net============================================================================Makefile:3166: recipe for target 'test-suite.log' failedmake[4]: *** [test-suite.log] Error 1make[4]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0'Makefile:3272: recipe for target 'check-TESTS' failedmake[3]: *** [check-TESTS] Error 2make[3]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0'Makefile:3814: recipe for target 'check-am' failedmake[2]: *** [check-am] Error 2make[2]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0'Makefile:3052: recipe for target 'check-recursive' failedmake[1]: *** [check-recursive] Error 1make[1]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0'Makefile:3817: recipe for target 'check' failedmake: *** [check] Error 2phase `check' failed after 3.2 secondsbuilder for `/gnu/store/8wv8d2asnyh3ac3i7bd2384i9c5i21gd-yasm-1.3.0.drv' failed with exit code 1@ build-failed /gnu/store/8wv8d2asnyh3ac3i7bd2384i9c5i21gd-yasm-1.3.0.drv - 1 builder for `/gnu/store/8wv8d2asnyh3ac3i7bd2384i9c5i21gd-yasm-1.3.0.drv' failed with exit code 1guix build: error: build failed: build of `/gnu/store/8wv8d2asnyh3ac3i7bd2384i9c5i21gd-yasm-1.3.0.drv' failed
What was the exact command that you run? What does the same commandreport with --dry-run?
Thanks,Ludo’.