[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26949: Python path conflict
From: |
Ludovic Courtès |
Subject: |
bug#26949: Python path conflict |
Date: |
Thu, 18 May 2017 11:43:31 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Pjotr Prins <address@hidden> skribis:
> In ./guix/build/union.scm:
> 117: 3 [union
> "/gnu/store/b5rq0sl2jsqpqjxkhi68dy3racz1wfpv-profile/share/man/man1/python.1"
> ...]
> In unknown file:
> ?: 2 [partition #<procedure file-is-directory? (file)> #]
> 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"
Ooh, got it. I managed to reproduce it with a toy example. Should be
fixed in 22ef06b801b284760b4ffd9587ea1a3dffd31baa. Can you confirm?
Thank you!
Ludo’.