guix-shell unable to load manifest in tmpfs

  • Open
  • quality assurance status badge
Details
One participant
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal

Debbugs page

Nicolas Graves wrote 2 weeks ago
guix-shell unable to load manifest in tmpfs
(address . bug-guix@gnu.org)
87msdxmc9o.fsf@ngraves.fr
Hi,

I have a manifest.scm that runs fine usually :

Toggle quote (1 lines)
> ls -la manifest.scm
-rw-r--r-- 1 graves users 7,9K 7 mars 10:06 manifest.scm
Toggle quote (1 lines)
> guix shell -m manifest.scm
guix shell: erreur : impossible de charger « manifest.scm » : Aucun fichier ou dossier de ce nom
zsh: exit 1 guix shell -m manifest.scm

Somehow, when trying to do the exact same thing in my /tmp, guix shell
fails :

Toggle quote (1 lines)
> pwd
/tmp/IMACLIM-R_France/data
Toggle quote (1 lines)
> ls -la manifest.scm
-rw-r--r-- 1 graves users 7,9K 7 mars 10:06 manifest.scm
Toggle quote (1 lines)
> guix shell -m manifest.scm
guix shell: erreur : impossible de charger « manifest.scm » : Aucun fichier ou dossier de ce nom
zsh: exit 1 guix shell -m manifest.scm

I guess that's a bug.

--
Best regards,
Nicolas Graves
Nicolas Graves wrote 2 weeks ago
Re: guix-shell unable to load manifest in tmpfs
(address . 76806@debbugs.gnu.org)
87ikolmc2k.fsf@ngraves.fr
Bad paste, of course in my example, the first runs fine.

--
Best regards,
Nicolas Graves
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76806@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76806
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help