From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: Re: successful installation, but problems updating Date: Thu, 09 Nov 2017 21:46:24 +0100 Message-ID: <20171109214624.2cc2d152@jasniac.instanton> References: <20171106091656.6e775deb@graviton.instanton> <87vainu4h3.fsf@zancanaro.id.au> <20171106210540.0271775c@jasniac.instanton> <87tvy6bg2y.fsf@gnu.org> <20171108023730.6756d899@jasniac.instanton> <877euzio7k.fsf@gnu.org> <20171109202737.19fd288b@jasniac.instanton> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCtid-0008Tr-V4 for help-guix@gnu.org; Thu, 09 Nov 2017 15:46:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCtiV-0007z1-Kz for help-guix@gnu.org; Thu, 09 Nov 2017 15:46:32 -0500 Received: from eterpe-smout.broadpark.no ([80.202.8.16]:35957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCtiV-0007xn-EE for help-guix@gnu.org; Thu, 09 Nov 2017 15:46:27 -0500 Received: from bgo1cloudm2.nextgentel.net ([80.202.8.59]) by eterpe-smout.broadpark.no (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0OZ6002704DB0X30@eterpe-smout.broadpark.no> for help-guix@gnu.org; Thu, 09 Nov 2017 21:46:25 +0100 (CET) In-reply-to: <20171109202737.19fd288b@jasniac.instanton> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org 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=3D"detailed" kodi@watson ~$ time guix pull --cores=3D1 Starting download of /tmp/guix-file.vAOlZl =46rom https://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz... =E2=80=A6.tar.gz 1.8MiB/s 00:07 | 13.8Mi= B 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" #) In ice-9/eval.scm: 619:8 4 (_ #f) 626:19 3 (_ #) 173:55 2 (_ #) 223:20 1 (proc #) In unknown file: 0 (%resolve-variable (7 . %intel-compatible-systems) #) 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' f= ailed with exit code 1 guix pull: error: build failed: build of `/gnu/store/499sa14r2f940asrwrflkw= gj85iih67m-guix-latest.drv' failed real 1m49.870s user 0m2.869s sys 0m0.434s ``` The message here, together with the fact that --cores=3D1 worked (see previous message in thread), suggests that /proc/cpuinfo may be useful: https://paste.debian.net/994931/ -Marco