From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Ghc and profile creation bug Date: Thu, 9 Apr 2015 21:38:51 +0200 Message-ID: <20150409193851.GA14838@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgIHz-0005Fk-4b for guix-devel@gnu.org; Thu, 09 Apr 2015 15:39:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgIHv-0003Nn-Re for guix-devel@gnu.org; Thu, 09 Apr 2015 15:38:59 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:61891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgIHv-0003Nc-IA for guix-devel@gnu.org; Thu, 09 Apr 2015 15:38:55 -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, even after "make distclean; ./configure; make install", I obtain the following with c833ab5 (and before): $ guix package -n -u Backtrace: In ice-9/boot-9.scm: 157: 18 [catch #t # ...] In unknown file: ?: 17 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 16 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 15 [eval # #] In ice-9/boot-9.scm: 2401: 14 [save-module-excursion #] 4050: 13 [#] 1724: 12 [%start-stack load-stack ...] 1729: 11 [#] In unknown file: ?: 10 [primitive-load "/usr/local/bin/guix"] In guix/ui.scm: 849: 9 [run-guix-command package "-n" "-u"] In ice-9/boot-9.scm: 157: 8 [catch srfi-34 # ...] 157: 7 [catch system-error ...] In guix/scripts/package.scm: 1002: 6 [#] 837: 5 [process-actions (# # # # ...)] In guix/store.scm: 977: 4 [run-with-store # ...] In guix/profiles.scm: 523: 3 [# #] 527: 2 [# #] 411: 1 [ghc-package-cache-file #< entries: (# # # # ...)>] In unknown file: ?: 0 [scm-error misc-error #f ...] ERROR: In procedure scm-error: ERROR: No variable named ghc in # Andreas