GNU bug report logs - #71606
Info manuals don't appear in default profile despite correct(?) environment variables

Previous Next

Package: guix;

Reported by: Olivier Rojon <o.rojon <at> posteo.net>

Date: Mon, 17 Jun 2024 05:35:02 UTC

Severity: normal

Done: Suhail Singh <suhailsingh247 <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 71606 <at> debbugs.gnu.org (full text, mbox):

From: Carlo Zancanaro <carlo <at> zancanaro.id.au>
To: Olivier Rojon <o.rojon <at> posteo.net>
Cc: 71606 <at> debbugs.gnu.org
Subject: Re: bug#71606: Info manuals don't appear in default profile despite
 correct(?) environment variables
Date: Tue, 18 Jun 2024 10:20:28 +1000
[Message part 1 (text/plain, inline)]
Hi Oliver,

On Mon, Jun 17 2024, Olivier Rojon wrote:
> [...] the path of my current profile which is the canonical
> `.config/guix/current/share/info`. [...]

I don't know if it's the source of your problems, but that's the
location of the profile for Guix itself, not for your user packages.

That is: when you `guix pull` it builds a new Guix profile containing
Guix itself, and installs a symlink in ~/.config/guix/current which
points to that profile.

When you run `guix install recutils` it installs to a different profile
which you can find at ~/.guix-profile (as a symlink).

When you use Guix Home, which I assume you aren't using, but I'm
mentioning just in case, the profile is at ~/.guix-home/profile (again
as a symlink).

In my config, I add all three of these to INFOPATH and things seem to
work properly. I think this may happen if you source the etc/profile
file in each of those profiles, but my config explicitly sets INFOPATH
as well, for some reason.

I've attached the code that I source in ~/.profile on my machines to set
up Guix. I believe some of this is now included in the system-wide
script the installer installs to /etc/profile.d/zzz-guix.sh, but my
config predates that and I haven't been bothered to change it.

Carlo

[setup-guix.sh (application/x-sh, attachment)]

This bug report was last modified 1 year and 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.