emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53892: closed (guix shell not reading manifest.scm when used with '-


From: GNU bug Tracking System
Subject: bug#53892: closed (guix shell not reading manifest.scm when used with '--')
Date: Wed, 02 Mar 2022 14:06:01 +0000

Your message dated Wed, 02 Mar 2022 09:04:54 -0500
with message-id <874k4gjvqx.fsf@gmail.com>
and subject line Re: bug#53892: guix shell not reading manifest.scm when used 
with '--'
has caused the debbugs.gnu.org bug report #53892,
regarding guix shell not reading manifest.scm when used with '--'
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53892: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53892
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: guix shell not reading manifest.scm when used with '--' Date: Tue, 08 Feb 2022 23:19:02 -0500
Hello Guix!

Consider the following:

--8<---------------cut here---------------start------------->8---
$ mkdir /tmp/test && cd /tmp/test

$ cat <<EOF > manifest.scm
(packages->manifest
 (list (specification->package "make")))
EOF

$ guix shell
guix shell: error: not loading '/tmp/test/manifest.scm' because not authorized 
to do so
hint: To allow automatic loading of `/tmp/test/manifest.scm' when running `guix 
shell', you must explicitly
authorize its directory, like so:

     echo /tmp/test >> /home/maxim/.config/guix/shell-authorized-directories

$ echo /tmp/test >> /home/maxim/.config/guix/shell-authorized-directories

$ guix shell
guix shell: loading environment from '/tmp/test/manifest.scm'...
The following derivation will be built:
   /gnu/store/886dfpr1fc43insawzbnk8s713bh9nf8-profile.drv

building CA certificate bundle...
listing Emacs sub-directories...
building fonts directory...
building directory of Info manuals...
The following builds are still in progress:
  /gnu/store/40p4vzxxmhz6ah25cx4iil3v5f87lmwn-info-dir.drv
  /gnu/store/k0jkw8rfskymq3lnkdjs9ljmccvbwcc3-fonts-dir.drv
  /gnu/store/y3y53p535v0nqvfjlzb3bw352m78xmdx-emacs-subdirs.drv

The following builds are still in progress:
  /gnu/store/40p4vzxxmhz6ah25cx4iil3v5f87lmwn-info-dir.drv
  /gnu/store/k0jkw8rfskymq3lnkdjs9ljmccvbwcc3-fonts-dir.drv

The following build is still in progress:
  /gnu/store/40p4vzxxmhz6ah25cx4iil3v5f87lmwn-info-dir.drv

building profile with 1 package...

[env]$ exit

$ guix shell -C -- make
guix shell: warning: no packages specified; creating an empty environment
guix shell: error: make: command not found
--8<---------------cut here---------------end--------------->8---

The last command exhibit the problem.

Thanks,

Maxim



--- End Message ---
--- Begin Message --- Subject: Re: bug#53892: guix shell not reading manifest.scm when used with '--' Date: Wed, 02 Mar 2022 09:04:54 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
tags 53892 notabug
--

Hi Ludovic,

Ludovic Courtès <ludo@gnu.org> writes:

> Hi,
>
> Josselin Poiret <dev@jpoiret.xyz> skribis:
>
>> Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
>>
>>> --8<---------------cut here---------------start------------->8---
>>> $ guix shell -C -- make
>>> guix shell: warning: no packages specified; creating an empty environment
>>> guix shell: error: make: command not found
>>> --8<---------------cut here---------------end--------------->8---
>>>
>>> The last command exhibit the problem.
>>
>> I believe this is [1].
>>
>> [1] https://issues.guix.gnu.org/52347#18
>
> Should we close as “notabug”?

That seems reasonable; and I see it's already documented as such.

Good for me!  Thanks for pointing it out.

Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]