bug#67048: guix refresh -u -L does not work with relative path

2023-11-14 Thread Simon Tournier
see guix/diagnostics.scm. (if (string-prefix? "/" (location-file loc)) [...] (match (search-path %load-path (location-file loc)) (#f (raise (formatted-message Well, I do not know how to do better than <https://issues.guix.g

bug#67048: guix refresh -u -L does not work with relative path

2023-11-13 Thread Simon Tournier
Hi, On Fri, 10 Nov 2023 at 18:11, Andreas Enge wrote: >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

bug#67048: guix refresh -u -L does not work with relative path

2023-11-10 Thread Andreas Enge
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