From mboxrd@z Thu Jan 1 00:00:00 1970 From: sirgazil Subject: bug#28965: guix pull: error: build failed: build of guix-latest.drv failed Date: Mon, 23 Oct 2017 16:09:35 -0500 Message-ID: <299bc04d-a629-ddb6-33cc-6816bb3c4214@zoho.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------199740AAB0605478F9EFA9D5" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e6v2G-0003oK-Jj for bug-guix@gnu.org; Tue, 24 Oct 2017 04:58:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e6v2A-0003Ey-9P for bug-guix@gnu.org; Tue, 24 Oct 2017 04:58:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49685) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e6v2A-0003Eu-5N for bug-guix@gnu.org; Tue, 24 Oct 2017 04:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e6v29-0002b7-Rg for bug-guix@gnu.org; Tue, 24 Oct 2017 04:58:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e6v1R-0003cD-SC for bug-guix@gnu.org; Tue, 24 Oct 2017 04:57:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e6v1N-00032v-FQ for bug-guix@gnu.org; Tue, 24 Oct 2017 04:57:17 -0400 Received: from sender-pp-092.zoho.com ([135.84.80.237]:25397) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e6v1N-00030z-5e for bug-guix@gnu.org; Tue, 24 Oct 2017 04:57:13 -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: 28965@debbugs.gnu.org This is a multi-part message in MIME format. --------------199740AAB0605478F9EFA9D5 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Hi, I'm using guix (GNU Guix) 20170802.00 on Debian 9, but can't update it because "guix pull" fails. Steps to reproduce -------------------------- 1. Open a terminal as root. 2. Run "guix pull" Expected result --------------------- Guix pulls everything it needs to pull. Unexpected result ------------------------ Guix fails to pull with the following error: Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from Git commit 1a6497dee43e7469040a6eb9dab101f6fc764eca... The following derivations will be built:    /gnu/store/277ddzyww867pvcf8ciy6p6ivyf4sarj-guix-latest.drv /gnu/store/wlfifppy97js0i8azz3jmlsjalz9w73q-module-import-compiled.drv Backtrace: In ice-9/boot-9.scm:     849:4 19 (with-throw-handler _ _ _) In system/base/compile.scm:     59:11 18 (_)    155:11 17 (_ #)    235:18 16 (read-and-compile # # _ ?)    183:32 15 (compile-fold (#) ?) In ice-9/boot-9.scm:    2316:4 14 (save-module-excursion _) In language/scheme/compile-tree-il.scm:     31:15 13 (_) In ice-9/psyntax.scm:   1234:36 12 (expand-top-sequence _ _ _ #f _ _ _)   1181:24 11 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?)    284:10 10 (parse _ (("placeholder" placeholder)) (()) _ c&e (# #) #) In ice-9/eval.scm:    293:34  9 (_ #) In ice-9/boot-9.scm:    2866:4  8 (define-module* _ #:filename _ #:pure _ #:version _ # _ ?)   2075:24  7 (call-with-deferred-observers _)   2879:24  6 (_)    230:29  5 (map1 (((guix modules)) ((guix build utils)) ((# # ?)) ?))    230:29  4 (map1 (((guix build utils)) ((guix build compile)) (#) ?))    230:17  3 (map1 (((guix build compile)) ((ice-9 ftw)) ((# #)) # ?))    2795:6  2 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ ?) In unknown file:            1 (scm-error misc-error #f "~A ~S" ("no code for modu?" ?) ?) In ice-9/boot-9.scm:    760:25  0 (dispatch-exception _ _ _) ice-9/boot-9.scm:760:25: In procedure dispatch-exception: ice-9/boot-9.scm:760:25: no code for module (guix build compile) 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/wlfifppy97js0i8azz3jmlsjalz9w73q-module-import-compiled.drv' failed with exit code 1 cannot build derivation `/gnu/store/277ddzyww867pvcf8ciy6p6ivyf4sarj-guix-latest.drv': 1 dependencies couldn't be built guix pull: error: build failed: build of `/gnu/store/277ddzyww867pvcf8ciy6p6ivyf4sarj-guix-latest.drv' failed Additional information ------------------------------ I have the following variables set: export PATH="/root/.guix-profile/bin:/root/.guix-profile/sbin${PATH:+:}$PATH" export GUIX_LOCPATH="/root/.guix-profile/lib/locale${GUIX_LOCPATH:+:}$GUIX_LOCPATH" export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" guix package -i guile-git export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.2:$GUILE_LOAD_PATH export GUILE_LOAD_COMPILED_PATH="/root/.guix-profile/lib/guile/2.2/site-ccache:/root/.guix-profile/share/guile/site/2.2${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_LOAD_COMPILED_PATH" -- https://sirgazil.bitbucket.io/ --------------199740AAB0605478F9EFA9D5 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

Hi,

I'm using guix (GNU Guix) 20170802.00 on Debian 9, but can't update it because "guix pull" fails.


Steps to reproduce
--------------------------

  1. Open a terminal as root.
  2. Run "guix pull"


Expected result
---------------------

Guix pulls everything it needs to pull.


Unexpected result
------------------------

Guix fails to pull with the following error:

Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from Git commit 1a6497dee43e7469040a6eb9dab101f6fc764eca...
The following derivations will be built:
   /gnu/store/277ddzyww867pvcf8ciy6p6ivyf4sarj-guix-latest.drv
   /gnu/store/wlfifppy97js0i8azz3jmlsjalz9w73q-module-import-compiled.drv
Backtrace:
In ice-9/boot-9.scm:
    849:4 19 (with-throw-handler _ _ _)
In system/base/compile.scm:
    59:11 18 (_)
   155:11 17 (_ #<closed: file 8228070>)
   235:18 16 (read-and-compile #<input: ./guix/build/pull.scm 8> # _ ?)
   183:32 15 (compile-fold (#<procedure compile-tree-il (x e opts)>) ?)
In ice-9/boot-9.scm:
   2316:4 14 (save-module-excursion _)
In language/scheme/compile-tree-il.scm:
    31:15 13 (_)
In ice-9/psyntax.scm:
  1234:36 12 (expand-top-sequence _ _ _ #f _ _ _)
  1181:24 11 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?)
   284:10 10 (parse _ (("placeholder" placeholder)) (()) _ c&e (# #) #)
In ice-9/eval.scm:
   293:34  9 (_ #<module (#{ g62}#) 825bb90>)
In ice-9/boot-9.scm:
   2866:4  8 (define-module* _ #:filename _ #:pure _ #:version _ # _ ?)
  2075:24  7 (call-with-deferred-observers _)
  2879:24  6 (_)
   230:29  5 (map1 (((guix modules)) ((guix build utils)) ((# # ?)) ?))
   230:29  4 (map1 (((guix build utils)) ((guix build compile)) (#) ?))
   230:17  3 (map1 (((guix build compile)) ((ice-9 ftw)) ((# #)) # ?))
   2795:6  2 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ ?)
In unknown file:
           1 (scm-error misc-error #f "~A ~S" ("no code for modu?" ?) ?)
In ice-9/boot-9.scm:
   760:25  0 (dispatch-exception _ _ _)

ice-9/boot-9.scm:760:25: In procedure dispatch-exception:
ice-9/boot-9.scm:760:25: no code for module (guix build compile)

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/wlfifppy97js0i8azz3jmlsjalz9w73q-module-import-compiled.drv' failed with exit code 1
cannot build derivation `/gnu/store/277ddzyww867pvcf8ciy6p6ivyf4sarj-guix-latest.drv': 1 dependencies couldn't be built
guix pull: error: build failed: build of `/gnu/store/277ddzyww867pvcf8ciy6p6ivyf4sarj-guix-latest.drv' failed


Additional information
------------------------------

I have the following variables set:

export PATH="/root/.guix-profile/bin:/root/.guix-profile/sbin${PATH:+:}$PATH"
export GUIX_LOCPATH="/root/.guix-profile/lib/locale${GUIX_LOCPATH:+:}$GUIX_LOCPATH"
export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
guix package -i guile-git
export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.2:$GUILE_LOAD_PATH
export GUILE_LOAD_COMPILED_PATH="/root/.guix-profile/lib/guile/2.2/site-ccache:/root/.guix-profile/share/guile/site/2.2${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_LOAD_COMPILED_PATH"


-- 
https://sirgazil.bitbucket.io/
--------------199740AAB0605478F9EFA9D5--