[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67048: guix refresh -u -L does not work with relative path
From: |
Andreas Enge |
Subject: |
bug#67048: guix refresh -u -L does not work with relative path |
Date: |
Fri, 10 Nov 2023 18:11:29 +0100 |
Hello,
to reproduce this weird (and very specific!) problem, do the following:
cd /tmp
mkdir proj
copy the attached example.scm into /tmp/proj
Now
guix refresh -u -L proj python-numpy-illustrated
yields the error
proj/example.scm:10:2: python-numpy-illustrated: updating from version 0.3 to
version 0.3.1...
proj/example.scm:10:2: warning: python-numpy-illustrated: no `version' field in
source; skipping
and does not update the package; whereas
guix refresh -u -L /tmp/proj python-numpy-illustrated
works as expected.
Without the "-u" things work with a relative path (as indicated by the
first line before the error message above), and I have not found other
guix commands that pose problems with relative paths.
Andreas
example.scm
Description: Text document