Hello, Op 09 nov 20:27 schreef Marco van Hulten: > Right now I'm updating packages, and things are looking up.
Well... concerning the root user. As the manual states that one needs to do a `guix pull' for any user for whom you want to upgrade the packages, I did that here, but it failed: ``` kodi@watson ~$ export GUILE_WARN_DEPRECATED="detailed" kodi@watson ~$ time guix pull --cores=1 Starting download of /tmp/guix-file.vAOlZl From https://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz... ….tar.gz 1.8MiB/s 00:07 | 13.8MiB transferred unpacking '/gnu/store/3kh26avmdfz01gmfdd88692bv0cm5ic5-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% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% The following derivation will be built: /gnu/store/499sa14r2f940asrwrflkwgj85iih67m-guix-latest.drv copying and compiling to '/gnu/store/hqzlhmjqyip7qys36fjligi7p4zavhhp-guix-latest' with Guile 2.2.2... loading... 20.4% of 647 filesBacktrace: In ice-9/boot-9.scm: 2879:24 19 (_) 230:29 18 (map1 _) 230:29 17 (map1 _) 230:29 16 (map1 _) 230:29 15 (map1 _) 230:29 14 (map1 _) 230:29 13 (map1 _) 230:29 12 (map1 _) 230:17 11 (map1 (((gnu packages linux)) ((gnu packages ncurses)))) 2792:17 10 (resolve-interface (gnu packages linux) #:select _ # _ # ?) 2718:10 9 (_ (gnu packages linux) _ _ #:ensure _) 2986:16 8 (try-module-autoload _ _) 2316:4 7 (save-module-excursion _) 3006:22 6 (_) In unknown file: 5 (primitive-load-path "gnu/packages/linux" #<procedure 3?>) In ice-9/eval.scm: 619:8 4 (_ #f) 626:19 3 (_ #<directory (gnu packages linux) 6cc5780>) 173:55 2 (_ #<directory (gnu packages linux) 6cc5780>) 223:20 1 (proc #<directory (gnu packages linux) 6cc5780>) In unknown file: 0 (%resolve-variable (7 . %intel-compatible-systems) #<di?>) ERROR: In procedure %resolve-variable: ERROR: Unbound variable: %intel-compatible-systems Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message. builder for `/gnu/store/499sa14r2f940asrwrflkwgj85iih67m-guix-latest.drv' failed with exit code 1 guix pull: error: build failed: build of `/gnu/store/499sa14r2f940asrwrflkwgj85iih67m-guix-latest.drv' failed real 1m49.870s user 0m2.869s sys 0m0.434s ``` The message here, together with the fact that --cores=1 worked (see previous message in thread), suggests that /proc/cpuinfo may be useful: https://paste.debian.net/994931/ -Marco
