From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#26949: Python path conflict Date: Thu, 18 May 2017 11:43:31 +0200 Message-ID: <87tw4i8pq4.fsf@gnu.org> References: <20170516100008.GA8723@thebird.nl> 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]:34747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBHyZ-0005TD-2h for bug-guix@gnu.org; Thu, 18 May 2017 05:44:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBHyV-0005WD-3F for bug-guix@gnu.org; Thu, 18 May 2017 05:44:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49251) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dBHyV-0005W3-0I for bug-guix@gnu.org; Thu, 18 May 2017 05:44:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dBHyU-0004bx-Qp for bug-guix@gnu.org; Thu, 18 May 2017 05:44:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20170516100008.GA8723@thebird.nl> (Pjotr Prins's message of "Tue, 16 May 2017 12:00:08 +0200") 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: Pjotr Prins Cc: 26949-done@debbugs.gnu.org Pjotr Prins skribis: > 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/q5kdj7gp= awi94pqd15x3wizjq0nx4zhx-python-2.7.13/share/man/man1/python.1" Ooh, got it. I managed to reproduce it with a toy example. Should be fixed in 22ef06b801b284760b4ffd9587ea1a3dffd31baa. Can you confirm? Thank you! Ludo=E2=80=99.