Hello, Thank you Carl and Thomas for the clear explanation. Still one issue remains. Op 06 nov 20:43 schreef Carlo Zancanaro: > > 'guix pull' ends with a compilation error: > > > >> guix pull: error: build failed: build of > >> `/gnu/store/*-guix-latest.drv' failed > > This isn't enough to tell me what's happened, unfortunately. I'm not > sure what the common failure cases are for this, but hopefully someone > else will know. This was a bit meager description. This is the full output on the terminal: ``` root@watson ~# guix pull Starting download of /tmp/guix-file.F5p3in From https://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz... ….tar.gz 2.3MiB/s 00:06 | 13.8MiB transferred unpacking '/gnu/store/5qcf02fjmi4y4chh3c07ardvjlw355gw-guix-latest.tar.gz'... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% The following derivation will be built: /gnu/store/nd19z0mxhj81p1pc5f86ahxkzih6z2mg-guix-latest.drv updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%g'... 0.0% copying and compiling to '/gnu/store/4gs1fivs32qw3xrn5z1dq3hr9xmblv18-guix-latest' with Guile 2.2.2... loading... 26.0% of 646 filesrandom seed for tests: 1509990307 compiling... 75.2% of 646 filesbuilding of `/gnu/store/nd19z0mxhj81p1pc5f86ahxkzih6z2mg-guix-latest.drv' timed out after 3600 seconds of silence guix pull: error: build failed: build of `/gnu/store/nd19z0mxhj81p1pc5f86ahxkzih6z2mg-guix-latest.drv' failed root@watson ~# echo $? 1 ``` After some time during the compilation process, my system freezes for a long time (CapsLock doesn't light up, cannot move mouse cursor, cannot switch to vc...). After about an hour the system is responsive again. - Marco