From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fis Trivial Subject: bug#31294: Failed building dependencies for guix. Date: Sat, 28 Apr 2018 03:55:25 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCGxz-00015q-3H for bug-guix@gnu.org; Fri, 27 Apr 2018 23:56:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCGxu-00064T-7W for bug-guix@gnu.org; Fri, 27 Apr 2018 23:56:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33615) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fCGxu-00064L-2d for bug-guix@gnu.org; Fri, 27 Apr 2018 23:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fCGxt-0006QL-OR for bug-guix@gnu.org; Fri, 27 Apr 2018 23:56:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCGxP-00012n-TV for bug-guix@gnu.org; Fri, 27 Apr 2018 23:55:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCGxK-0005v7-WE for bug-guix@gnu.org; Fri, 27 Apr 2018 23:55:31 -0400 Received: from mail-oln040092011096.outbound.protection.outlook.com ([40.92.11.96]:63776 helo=NAM04-SN1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fCGxK-0005uy-KQ for bug-guix@gnu.org; Fri, 27 Apr 2018 23:55:26 -0400 Content-Language: en-US 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: 31294@debbugs.gnu.org I failed building the dependencies for guix with `guix environment guix`. The command failed when doing in clean bash environment, but success in normal environment. Which means, doing: $ guix environment guix will success. But failed with `env -i bash --norc --noprofile --login` added, which would success at before. I'm running guix on top of Fedora 27. $ uname -a Linux localhost.localdomain 4.15.17-300.fc27.x86_64 #1 SMP Thu Apr 12 18:19= :17 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux guix version: $ guix --version guix (GNU Guix) 0.14.0-11.ab85cf7 Copyright (C) 2018 the Guix authors License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. 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' fail= ed with exit code 1 cannot build derivation `/gnu/store/c53mj37x2dnrgmrpagpv9l5c2ghly2hy-profil= e.drv': 1 dependencies couldn't be built guix environment: error: build failed: build of `/gnu/store/c53mj37x2dnrgmr= pagpv9l5c2ghly2hy-profile.drv' failed