From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Arai Subject: guix package -i error on another account after system reconfigure Date: Mon, 21 Jan 2019 16:13:41 +0900 Message-ID: <20190121071341.mlcux7on7mdulrwd@WaraToNora> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glTmK-0004CA-PL for help-guix@gnu.org; Mon, 21 Jan 2019 02:13:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glTmK-0000j6-3V for help-guix@gnu.org; Mon, 21 Jan 2019 02:13:52 -0500 Received: from mail-pl1-x62e.google.com ([2607:f8b0:4864:20::62e]:43750) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1glTmJ-0000iS-QR for help-guix@gnu.org; Mon, 21 Jan 2019 02:13:52 -0500 Received: by mail-pl1-x62e.google.com with SMTP id gn14so9354972plb.10 for ; Sun, 20 Jan 2019 23:13:51 -0800 (PST) Received: from localhost ([2409:11:4a40:3600:afd4:3247:4a32:242a]) by smtp.gmail.com with ESMTPSA id d16sm13800910pgj.21.2019.01.20.23.13.48 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 20 Jan 2019 23:13:48 -0800 (PST) Content-Disposition: inline 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 Hello, After system reconfigure, I loged in new account to confirm installed programs and set up keyboard, font etc. I got error from guix package -i setxkbmap as follows, ---------------- error log ------------------- Backtrace: 10 (primitive-load "/gnu/store/x7nhlcnw6c0mdc1k75sy5pbjvqk?") In ice-9/eval.scm: 721:20 9 (primitive-eval (begin (use-modules (guix build #) ?) ?)) In ice-9/psyntax.scm: 1235:36 8 (expand-top-sequence ((begin (use-modules (# # ?) ?) ?)) ?) 1182:24 7 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?) 1182:24 6 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?) 285:10 5 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) ?) In ice-9/boot-9.scm: 3377:20 4 (process-use-modules _) 222:17 3 (map1 (((guix build utils)) ((srfi srfi-1)) ((srfi ?)) ?)) 3378:31 2 (_ ((guix build utils))) 2803:6 1 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ ?) In unknown file: 0 (scm-error misc-error #f "~A ~S" ("no code for modu?" ?) ?) ERROR: In procedure scm-error: no code for module (guix build utils) ---------------------------------------------- And next, guix package -i font-dejavu. I got same error, ---------------- error log ------------------- Backtrace: 10 (primitive-load "/gnu/store/dfnm0a68nny1ncj4nw6mj5r48x3?") In ice-9/eval.scm: 721:20 9 (primitive-eval (begin (use-modules (guix build #) ?) ?)) In ice-9/psyntax.scm: 1235:36 8 (expand-top-sequence ((begin (use-modules (# # ?) ?) ?)) ?) 1182:24 7 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?) 1182:24 6 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?) 285:10 5 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) ?) In ice-9/boot-9.scm: 3377:20 4 (process-use-modules _) 222:17 3 (map1 (((guix build utils)) ((srfi srfi-1)) ((srfi ?)) ?)) 3378:31 2 (_ ((guix build utils))) 2803:6 1 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ ?) In unknown file: 0 (scm-error misc-error #f "~A ~S" ("no code for modu?" ?) ?) ERROR: In procedure scm-error: no code for module (guix build utils) ---------------------------------------------- I got same error when I did guix pull. Then I loged in old account and tried install package. But I got no error. What's happen?