From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#30124: "guix pull" broken on master Date: Mon, 15 Jan 2018 14:53:00 +0100 Message-ID: <20180115145300.32f4af77@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eb5DC-0005PB-Dl for bug-guix@gnu.org; Mon, 15 Jan 2018 08:54:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eb5D8-0006xz-EA for bug-guix@gnu.org; Mon, 15 Jan 2018 08:54:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48907) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eb5D8-0006xv-As for bug-guix@gnu.org; Mon, 15 Jan 2018 08:54:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eb5D8-0005L9-4p for bug-guix@gnu.org; Mon, 15 Jan 2018 08:54:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eb5CL-0004fs-CF for bug-guix@gnu.org; Mon, 15 Jan 2018 08:53:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eb5CH-0006Q7-CB for bug-guix@gnu.org; Mon, 15 Jan 2018 08:53:13 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:48052) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eb5CH-0006OY-4O for bug-guix@gnu.org; Mon, 15 Jan 2018 08:53:09 -0500 Received: from localhost (77.118.133.165.wireless.dyn.drei.com [77.118.133.165]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 19FDD33608BB for ; Mon, 15 Jan 2018 14:53:06 +0100 (CET) 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: 30124@debbugs.gnu.org First: ok: $ guix pull Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from Git commit 15eef66e5d7e82a467dd7fbf2e72f7d1fcd6c26f... guix pull: warning: failed to load '(wip pascal)': ERROR: Unbound variable: custom-gccx The following derivation will be built: /gnu/store/pas9dr7m0wl3af486zasm1q82j5s62g3-guix-latest.drv copying and compiling to '/gnu/store/cl45yzn7c7bc3gqgy94isai5n5allk2v-guix-latest' with Guile 2.2.2... loading... 26.2% of 661 filesrandom seed for tests: 1516016025 compiling... 100.0% of 661 files 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. updated GNU Guix successfully deployed under `/home/dannym/.config/guix/latest' Second: broken: $ guix pull Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from Git commit dd72837dff128dbb1258826fe39467d1ef000ac1... The following derivation will be built: /gnu/store/cf9cp4nwqgig5ngf7hh5h2r0i3cag181-guix-latest.drv copying and compiling to '/gnu/store/61ljfph5g51pl8vb2ryc5b5cwpycab7j-guix-latest' with Guile 2.2.2... loading... 26.2% of 661 filesrandom seed for tests: 1516019897 compiling... 100.0% of 661 files Backtrace: Exception thrown while printing backtrace: ERROR: In procedure private-lookup: Module named (guile) does not exist 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/cf9cp4nwqgig5ngf7hh5h2r0i3cag181-guix-latest.drv' failed with exit code 1 guix pull: error: build failed: build of `/gnu/store/cf9cp4nwqgig5ngf7hh5h2r0i3cag181-guix-latest.drv' failed