From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Guix package failure Date: Tue, 12 Aug 2014 16:49:59 +0200 Message-ID: <20140812144959.GA10821@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHDOt-0001gS-NY for guix-devel@gnu.org; Tue, 12 Aug 2014 10:50:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHDOm-00015d-8L for guix-devel@gnu.org; Tue, 12 Aug 2014 10:50:11 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:54823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHDOl-00013g-VT for guix-devel@gnu.org; Tue, 12 Aug 2014 10:50:04 -0400 Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Currently, installing software fails for me, be it updates or new installations. For instance, guix package -u mplayer from latest git fails with Backtrace: In ice-9/boot-9.scm: 157: 14 [catch #t # ...] In unknown file: ?: 13 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 12 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 11 [eval # #] In ice-9/boot-9.scm: 2401: 10 [save-module-excursion #] 4050: 9 [#] 1724: 8 [%start-stack load-stack ...] 1729: 7 [#] In unknown file: ?: 6 [primitive-load "/gnu/store/0ssz8rgy8z3jfq071k0vvns1kla4chjp-profile-builder"] In ice-9/eval.scm: 432: 5 [eval # ()] In /gnu/store/br1sapf2c4hz90v2nvhi0rkxanrk86yk-module-import/guix/build/union.scm: 134: 4 [union-of-directories "/gnu/store/yphxri93bx6mmhqpz9c4yxvp2yyyzn1x-profile" ...] In srfi/srfi-1.scm: 619: 3 [for-each # ...] In /gnu/store/br1sapf2c4hz90v2nvhi0rkxanrk86yk-module-import/guix/build/union.scm: 136: 2 [# #] 37: 1 [files-in-directory #] In unknown file: ?: 0 [opendir ("m4" "/gnu/store/3a66h65pj9rfmgh38wngas7qjagbl39s-m4-1.4.17")] ERROR: In procedure opendir: ERROR: Wrong type (expecting string): ("m4" "/gnu/store/3a66h65pj9rfmgh38wngas7qjagbl39s-m4-1.4.17") builder for `/gnu/store/p9jq9v14yhzzbahwambkxhnjsyx5py2v-profile.drv' failed with exit code 1 guix package: error: build failed: build of `/gnu/store/p9jq9v14yhzzbahwambkxhnjsyx5py2v-profile.drv' failed I suppose nobody else has experienced this? Do you have an idea what could be going wrong? After the failure of the operation, the directory /gnu/store/yphxri93bx6mmhqpz9c4yxvp2yyyzn1x-profile exists and is empty. Andreas