Op 09 nov 21:53 schreef Mathieu Othacehe: > My bad, this has been fixed by Efraim in > d8f075c3a3daba93ff4420bbe0b1833712aaa0e9. > > You may want to guix pull again !
This work again — thanks for the quick response. However, now I get the freeze again at around 75 %: ``` kodi@watson ~$ time guix pull --cores=1 Starting download of /tmp/guix-file.MgDQxo From https://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz... ….tar.gz 3.2MiB/s 00:04 | 13.8MiB transferred unpacking '/gnu/store/r3740b6bil3vcign3wj2izw9hb3c4gpg-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% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% The following derivation will be built: /gnu/store/gk5chb0dwpsq3na7b4gn1hd7h0h2b63h-guix-latest.drv substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% copying and compiling to '/gnu/store/b4rs2nl3q1hb3ckbgzg98s23q44bcys4-guix-latest' with Guile 2.2.2... loading... 26.1% of 647 filesrandom seed for tests: 1510261509 compiling... 75.4% of 647 filesbuilding of `/gnu/store/gk5chb0dwpsq3na7b4gn1hd7h0h2b63h-guix-latest.drv' timed out after 3600 seconds of silence kguix pull: error: build failed: build of `/gnu/store/gk5chb0dwpsq3na7b4gn1hd7h0h2b63h-guix-latest.drv' failed real 609m30.245s user 0m3.125s sys 0m0.875s ``` This command did work last time as root. It only worked once. Special things to note this time: - it hangs at 75.4 % instead of 75.2 %; - it took over 10 h to give me back control, whereas this used to be a bit over 2 h in previous tries; - using only one core did not help this time. What is Guix doing between 75.2 and 75.4 %? -Marco
