From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23437: `guix refresh -l` broken Date: Thu, 05 May 2016 15:17:07 +0200 Message-ID: <87futwd4q4.fsf@gnu.org> References: <20160503213917.GA13535@jasmine> 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]:43313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayJAX-0004kM-V8 for bug-guix@gnu.org; Thu, 05 May 2016 09:18:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ayJAL-00017t-M1 for bug-guix@gnu.org; Thu, 05 May 2016 09:18:12 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayJAL-000178-JR for bug-guix@gnu.org; Thu, 05 May 2016 09:18:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ayJAI-0000fA-8Q for bug-guix@gnu.org; Thu, 05 May 2016 09:18:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20160503213917.GA13535@jasmine> (Leo Famulari's message of "Tue, 3 May 2016 17:39:17 -0400") 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: Leo Famulari Cc: 23437-done@debbugs.gnu.org Leo Famulari skribis: > When attempting `guix refresh -l imagemagick` from commit efc4eb14751 > (gnu: cross: Use CROSS_*_INCLUDE_PATH for system headers), the command > fails like this: > > $ guix refresh -l imagemagick > Backtrace: > In ice-9/boot-9.scm: > 1724: 19 [%start-stack load-stack ...] > 1729: 18 [#] > In unknown file: > ?: 17 [primitive-load "/gnu/store/9p7mf2a21c6a5k06jgbb9yg9abx7ilh9-gui= x-0.10.0-0.8062/bin/.guix-real"] > In guix/ui.scm: > 1196: 16 [run-guix-command refresh "-l" "imagemagick"] > In ice-9/boot-9.scm: > 157: 15 [catch srfi-34 # ...] > 157: 14 [catch system-error ...] > In guix/scripts/refresh.scm: > 261: 13 [list-dependents (#)] > In guix/store.scm: > 1162: 12 [run-with-store # ...] > In guix/scripts/refresh.scm: > 265: 11 [# = #] > In guix/graph.scm: > 83: 10 [# #] > In guix/monads.scm: > 375: 9 [# #] > 276: 8 [loop (# # # # ...) #] > In guix/graph.scm: > 78: 7 [add-edge # #] > In guix/scripts/graph.scm: > 136: 6 [edges #] > In ice-9/boot-9.scm: > 1122: 5 [# #] > In guix/scripts/graph.scm: > 113: 4 [bag-node-edges #] > In guix/packages.scm: > 735: 3 [cache! # # # ...] > 837: 2 [thunk] > In gnu/packages/cross-base.scm: > 240: 1 [arguments] > 203: 0 [cross-gcc-arguments "avr" #f] > > gnu/packages/cross-base.scm:203:10: In procedure cross-gcc-arguments: > gnu/packages/cross-base.scm:203:10: In procedure module-lookup: Unbound v= ariable: else Indeed. This was fixed in 0a0884c9916d2d4632c6b86a917ce1fa038cf7a7. Thanks, Ludo=E2=80=99.