From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: bug#26949: Python path conflict Date: Tue, 16 May 2017 12:00:08 +0200 Message-ID: <20170516100008.GA8723@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAZHw-000064-Rm for bug-guix@gnu.org; Tue, 16 May 2017 06:01:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAZHq-0004GP-O9 for bug-guix@gnu.org; Tue, 16 May 2017 06:01:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44773) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dAZHq-0004GK-Ee for bug-guix@gnu.org; Tue, 16 May 2017 06:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dAZHq-0008R4-7O for bug-guix@gnu.org; Tue, 16 May 2017 06:01:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAZHM-0008Ce-33 for bug-guix@gnu.org; Tue, 16 May 2017 06:00:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAZHH-000463-Lj for bug-guix@gnu.org; Tue, 16 May 2017 06:00:32 -0400 Received: from mail.thebird.nl ([95.154.246.10]:42861) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dAZHH-00045h-Cd for bug-guix@gnu.org; Tue, 16 May 2017 06:00:27 -0400 Content-Disposition: inline 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: 26949@debbugs.gnu.org Note that I do most of my buiding with --no-grafts. Not sure they are related: Using the Guix tree from source 4a3495d57c08dff9287fe559482a6d2009109304 ./pre-inst-env guix package -i python@2.7.13 renders Backtrace: In ice-9/eval.scm: 432: 19 [eval # #] In ice-9/boot-9.scm: 2412: 18 [save-module-excursion #] 4089: 17 [#] 1734: 16 [%start-stack load-stack ...] 1739: 15 [#] In unknown file: ?: 14 [primitive-load "/gnu/export/local/home/wrk/izip/git/opensource/genenetwork/gn-latest-guix/scripts/guix"] In guix/ui.scm: 1257: 13 [run-guix-command package "-i" "python@2.7.13"] In ice-9/boot-9.scm: 160: 12 [catch srfi-34 # ...] 160: 11 [catch system-error ...] In guix/scripts/package.scm: 898: 10 [#] 865: 9 [process-actions # (# # # # ...)] In guix/ui.scm: 713: 8 [show-manifest-transaction # # # ...] In srfi/srfi-1.scm: 598: 7 [map # ...] In guix/ui.scm: 689: 6 [upgrade-string "python" "3.5.2" ...] In guix/packages.scm: 1174: 5 [package-output # # "out" ...] 817: 4 [cache! # # # ...] In guix/grafts.scm: 312: 3 [graft-derivation # # # ...] 267: 2 [# #] 272: 1 [# #] In unknown file: ?: 0 [# # # #] ERROR: In procedure #: ERROR: Wrong type to apply: # and ./pre-inst-env guix package --no-grafts -i python@2.7.13 renders The following package will be downgraded: python 3.5.2 -> 2.7.13 /gnu/store/q5kdj7gpawi94pqd15x3wizjq0nx4zhx-python-2.7.13 The following derivation will be built: /gnu/store/hrl55dd3m9v8jqwf3jn5g0j36ix5n1n5-profile.drv warning: collision encountered: /gnu/store/36nzwbcn09kd72aywi4idpasrlnpcphy-gdk-pixbuf+svg-2.34.0/share/gir-1.0/GdkPixbuf-2.0.gir /gnu/store/8mv63hjx5ba8f1mgqb7hkx6xmlfamaxp-gdk-pixbuf-2.32.3/share/gir-1.0/GdkPixbuf-2.0.gir warning: arbitrarily choosing /gnu/store/36nzwbcn09kd72aywi4idpasrlnpcphy-gdk-pixbuf+svg-2.34.0/share/gir-1.0/GdkPixbuf-2.0.gir (...) warning: collision encountered: /gnu/store/dag4djb807a57vb7s9kkj04bz7v4c3ji-mysql-5.7.13/share/man/man1/mysqltest.1.gz /gnu/store/vdvwj57w1rnay7khvi0c4wp05f35gqcl-mysql-5.6.25/share/man/man1/mysqltest.1.gz warning: arbitrarily choosing /gnu/store/dag4djb807a57vb7s9kkj04bz7v4c3ji-mysql-5.7.13/share/man/man1/mysqltest.1.gz Backtrace: In ice-9/boot-9.scm: 160: 17 [catch #t # ...] In unknown file: ?: 16 [apply-smob/1 #] In ice-9/boot-9.scm: 66: 15 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 14 [eval # #] In ice-9/boot-9.scm: 2412: 13 [save-module-excursion #] 4089: 12 [#] 1734: 11 [%start-stack load-stack #] 1739: 10 [#] In unknown file: ?: 9 [primitive-load "/gnu/store/jcgmg7mnfzqhnwf8svrydcv67z13fpdb-profile-builder"] In ./guix/build/profiles.scm: 137: 8 [build-profile "/gnu/store/b5rq0sl2jsqpqjxkhi68dy3racz1wfpv-profile" # ...] In unknown file: ?: 7 [hash-for-each # ...] ?: 6 [hash-for-each # ...] ?: 5 [hash-for-each # ...] ?: 4 [hash-for-each # ...] In ./guix/build/union.scm: 117: 3 [union "/gnu/store/b5rq0sl2jsqpqjxkhi68dy3racz1wfpv-profile/share/man/man1/python.1" ...] In unknown file: ?: 2 [partition # #] In ./guix/build/union.scm: 50: 1 [file-is-directory? "/gnu/store/q5kdj7gpawi94pqd15x3wizjq0nx4zhx-python-2.7.13/share/man/man1/python.1"] In unknown file: ?: 0 [stat "/gnu/store/q5kdj7gpawi94pqd15x3wizjq0nx4zhx-python-2.7.13/share/man/man1/python.1" ...] ERROR: In procedure stat: ERROR: In procedure stat: No such file or directory: "/gnu/store/q5kdj7gpawi94pqd15x3wizjq0nx4zhx-python-2.7.13/share/man/man1/python.1" builder for `/gnu/store/hrl55dd3m9v8jqwf3jn5g0j36ix5n1n5-profile.drv' failed with exit code 1 guix package: error: build failed: build of `/gnu/store/hrl55dd3m9v8jqwf3jn5g0j36ix5n1n5-profile.drv' failed --