GNU bug report logs -
#22402
Guix Info page not found on foreign distros
Previous Next
Reported by: carl hansen <carlhansen1234 <at> gmail.com>
Date: Mon, 18 Jan 2016 23:44:02 UTC
Severity: normal
Fixed in version 0.9.1
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
"Thompson, David" <dthompson2 <at> worcester.edu> skribis:
> Ludo, to avoid this confusion in the future, perhaps the binary
> installation instructions for folks on foreign distros could have an
> additional instruction. After symlinking root's guix to
> /usr/local/bin/guix, the documentation could suggest symlinking the
> docs to /usr/local/share/info. Would that help?
Good idea. Done in aca738f. Step #6 becomes:
--8<---------------cut here---------------start------------->8---
6. Make the ‘guix’ command available to other users on the machine,
for instance with:
# mkdir -p /usr/local/bin
# cd /usr/local/bin
# ln -s /var/guix/profiles/per-user/root/guix-profile/bin/guix
It is also a good idea to make the Info version of this manual
available there:
# mkdir -p /usr/local/share/info
# cd /usr/local/share/info
# for i in /var/guix/profiles/per-user/root/guix-profile/share/info/* ;
do ln -s $i ; done
That way, assuming ‘/usr/local/share/info’ is in the search path,
running ‘info guix’ will open this manual (*note (texinfo)Other
Info Directories::, for more details on changing the Info search
path.)
--8<---------------cut here---------------end--------------->8---
Carl, WDYT?
Thanks,
Ludo’.
This bug report was last modified 9 years and 108 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.