From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Error on installed qt-4 package Date: Sat, 12 Oct 2013 15:16:30 +0200 Message-ID: <20131012131630.GA6939@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUz3h-0002Y3-OR for guix-devel@gnu.org; Sat, 12 Oct 2013 09:16:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUz3a-0000Ti-EI for guix-devel@gnu.org; Sat, 12 Oct 2013 09:16:41 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:50004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUz3a-0000Td-3S for guix-devel@gnu.org; Sat, 12 Oct 2013 09:16:34 -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 The following transcript shows a problem I have trouble understanding; I can build qt-4 with ./preinst-env, but not after installation (on git-1e9ed0e3): $ rm -rf ~/.cache $ rm -rf /usr/local/guix-git/share $ make install $ guix package -A qt qt 4.8.5 out gnu/packages/qt.scm:67:2 qt 5.1.1 out gnu/packages/qt.scm:67:2 $ guix build qt substitute-binary: ;;; note: source file /usr/local/guix-git/bin/guix substitute-binary: ;;; newer than compiled /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/guix-git/bin/guix.go /nix/store/j6s7d1cf5b0q97yp31y6lfkagh941d35-qt-5.1.1 $ guix build qt-5.1.1 substitute-binary: ;;; note: source file /usr/local/guix-git/bin/guix substitute-binary: ;;; newer than compiled /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/guix-git/bin/guix.go /nix/store/j6s7d1cf5b0q97yp31y6lfkagh941d35-qt-5.1.1 $ ./pre-inst-env guix build qt-4.8.5 ;;; note: source file /home/privat/Programme/guix/gnu/packages/gnuzilla.scm ;;; newer than compiled /home/privat/Programme/guix/gnu/packages/gnuzilla.go substitute-binary: ;;; note: source file /usr/local/guix-git/bin/guix substitute-binary: ;;; newer than compiled /root/.cache/guile/ccache/2.0-LE-8-2.0/usr/local/guix-git/bin/guix.go /nix/store/z70fv39wa8yrvvqq9zfidsh86z72p4gr-qt-4.8.5 $ guix build qt-4.8.5 Backtrace: In ice-9/boot-9.scm: 63: 19 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 407: 18 [eval # #] In ice-9/boot-9.scm: 2111: 17 [save-module-excursion #] 3651: 16 [#] 1380: 15 [%start-stack load-stack ...] 1385: 14 [#] In unknown file: ?: 13 [primitive-load "/usr/local/bin/guix"] In guix/ui.scm: 544: 12 [run-guix-command build "qt-4.8.5"] In ice-9/boot-9.scm: 149: 11 [catch srfi-34 # ...] 157: 10 [#] 149: 9 [catch system-error ...] 157: 8 [#] In guix/scripts/build.scm: 246: 7 [#] In srfi/srfi-1.scm: 664: 6 [filter-map # #] In guix/packages.scm: 432: 5 [cache # "x86_64-linux" #] 522: 4 [thunk] 295: 3 [patch-and-repack # # # ...] In srfi/srfi-1.scm: 601: 2 [map # (0) ...] In guix/packages.scm: 297: 1 [# 0 #f] In unknown file: ?: 0 [basename #f #] ERROR: In procedure basename: ERROR: In procedure basename: Wrong type argument in position 1 (expecting string): #f I made a "make clean; make install" without effect. Is there a subtle error in my qt-4 package? Also, I am a bit surprised by these textual references to cached files in /root, as I am running guix as a normal user and install into a normal user- owned directory. Andreas