On Tue, 25 Nov 2014, Ludovic Courtès wrote: > FYI, if you installed a system from 0.8, chances are that your root file > system is not cleanly unmounted (from what ext4 recovers without any > problems, but still.) > > This is fixed by commit 1c27641, so consider running ‘guix pull’ and > ‘guix system reconfigure’. Not sure if this was meant also for those running guix 0.8 as this is my result of guix pull: # guix pull starting download of `/tmp/guix-file.W6HuZ2' from `http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-master.tar.gz'... http://git.savannah.gnu.org/.../guix-master.tar.gz 6775.4 KiB transferred The following derivation will be built: /gnu/store/haam2bdcnzqmbyscaxmn7ixgm3bbygba-guix-latest.drv building path(s) `/gnu/store/cnfxfvzsiphhhr6igjkaqzbfazh0afyk-guix-latest' copying and compiling to '/gnu/store/cnfxfvzsiphhhr6igjkaqzbfazh0afyk-guix-latest'... compiling... 12.7% of 354 filesERROR: no binding `alsa-lib' in module (gnu packages linux) Backtrace: In ice-9/boot-9.scm: 157: 11 [catch #t # ...] In unknown file: ?: 10 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 9 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 8 [eval # #] In ice-9/boot-9.scm: 2401: 7 [save-module-excursion #] 4050: 6 [#] 1724: 5 [%start-stack load-stack ...] 1729: 4 [#] In unknown file: ?: 3 [primitive-load "/gnu/store/wschzj6qf16y7nibnav2cwsv40b7inss-guix-latest-builder"] In /gnu/store/d4vmrl5kvprwbblrg5m44sf4az5lbha3-module-import/guix/build/pull.scm: 151: 2 [build-guix "/gnu/store/cnfxfvzsiphhhr6igjkaqzbfazh0afyk-guix-latest" ...] 97: 1 [loop # 2 45] In unknown file: ?: 0 [scm-error misc-error #f ...] ERROR: In procedure scm-error: ERROR: process failed # 256 builder for `/gnu/store/haam2bdcnzqmbyscaxmn7ixgm3bbygba-guix-latest.drv' failed with exit code 1 killing process 1095 guix pull: error: build failed: build of `/gnu/store/haam2bdcnzqmbyscaxmn7ixgm3bbygba-guix-latest.drv' failed > Thanks, > Ludo’. Adam Pribyl