From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31294: Failed building dependencies for guix. Date: Sun, 29 Apr 2018 18:04:28 +0200 Message-ID: <87vaca578z.fsf@gnu.org> References: 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]:56630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCooz-0004jz-4L for bug-guix@gnu.org; Sun, 29 Apr 2018 12:05:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCoow-0004AL-Df for bug-guix@gnu.org; Sun, 29 Apr 2018 12:05:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35148) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fCoow-0004AB-BL for bug-guix@gnu.org; Sun, 29 Apr 2018 12:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fCoow-0002MQ-3c for bug-guix@gnu.org; Sun, 29 Apr 2018 12:05:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Fis Trivial's message of "Sat, 28 Apr 2018 03:55:25 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Fis Trivial Cc: 28144@debbugs.gnu.org, 31294@debbugs.gnu.org Hi, Fis Trivial skribis: > Use following steps to reproduce: > $ env -i bash --norc --noprofile --login > $ guix environment guix > > Error message: > > The following derivations will be built: > /gnu/store/c53mj37x2dnrgmrpagpv9l5c2ghly2hy-profile.drv > /gnu/store/vpvx01j2qs31lfix131n1akwdjwf5s4z-xdg-desktop-database.drv > /gnu/store/hr8xa2inki6lfbn8v9jfgmygbxygszs2-xdg-mime-database.drv > /gnu/store/5y6mkv079xq5hnfajxfwky0kfc6ffy3p-info-dir.drv > /gnu/store/95glrzk2y6p6b3z7hlmdignzzvxjvi2r-manual-database.drv > Backtrace: > 10 (primitive-load "/gnu/store/mpy5w5gprs1ymrl3kwhqwr2jvnk?") > 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: > 3365:20 4 (process-use-modules _) > 222:17 3 (map1 (((guix build utils)) ((srfi srfi-1)) ((srfi ?)) ?)) > 3366:31 2 (_ ((guix build utils))) > 2791: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) > builder for `/gnu/store/5y6mkv079xq5hnfajxfwky0kfc6ffy3p-info-dir.drv' fa= iled with exit code 1 This looks like , which we don=E2=80=99t unders= tand yet. (Most likely changing the Bash environment just led you to ignore ~/.config/guix/latest (or vice versa), thereby leading you to use a different set of Guix compiled modules.) Could you paste /gnu/store/5y6mkv079xq5hnfajxfwky0kfc6ffy3p-info-dir.drv ? Also, could you post ~/.config/guix/latest/guix/profiles.go and /run/current-system/profile/lib/guile/2.2/site-ccache/guix/profiles.go ? (Perhaps you=E2=80=99ll need to gzip them to be sure.) Thanks in advance, Ludo=E2=80=99.