From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: guix package: Unbound variable: %default-port-conversion-strategy Date: Wed, 10 Sep 2014 17:50:49 +0200 Message-ID: <20140910155049.GA8723@debian.eduroam.u-bordeaux.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRkAk-00041Q-9X for guix-devel@gnu.org; Wed, 10 Sep 2014 11:51:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRkAa-0002Kw-D7 for guix-devel@gnu.org; Wed, 10 Sep 2014 11:51:06 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:58972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRkAa-0002KY-3r for guix-devel@gnu.org; Wed, 10 Sep 2014 11:50:56 -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 Hello, a quick pseudo-report: Using 6bb08d0, a command such as "guix package -i zlib" results in Backtrace: In unknown file: ?: 19 [catch-closure] In ice-9/boot-9.scm: 63: 18 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 407: 17 [eval # #] In ice-9/boot-9.scm: 2111: 16 [save-module-excursion #] 3651: 15 [#] 1380: 14 [%start-stack load-stack ...] 1385: 13 [#] In unknown file: ?: 12 [primitive-load "/usr/local/bin/guix"] In guix/ui.scm: 667: 11 [run-guix-command package "-i" "zlib"] In ice-9/boot-9.scm: 149: 10 [catch srfi-34 # ...] 157: 9 [#] 149: 8 [catch system-error ...] 157: 7 [#] In guix/scripts/package.scm: 925: 6 [#] 765: 5 [process-actions (# # # # ...)] In guix/profiles.scm: 345: 4 [manifest-show-transaction # # # ...] 322: 3 [right-arrow #] In ice-9/boot-9.scm: 149: 2 [catch encoding-error ...] 157: 1 [#] In guix/profiles.scm: 323: 0 [#] guix/profiles.scm:323:8: In procedure #: guix/profiles.scm:323:8: In procedure module-lookup: Unbound variable: %default-port-conversion-strategy After "rm guix/profiles.go; make", I obtain: guix/profiles.scm:362:13: warning: non-literal format string guix/profiles.scm:367:13: warning: non-literal format string guix/profiles.scm:380:13: warning: non-literal format string guix/profiles.scm:385:13: warning: non-literal format string guix/profiles.scm:396:13: warning: non-literal format string guix/profiles.scm:401:13: warning: non-literal format string guix/profiles.scm:324:10: warning: possibly unbound variable `%default-port-conversion-strategy' If this is not a trivial thing, I can make a proper bug report. Andreas