From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22402: info guix pages Date: Tue, 19 Jan 2016 10:01:53 +0100 Message-ID: <87a8o2djsu.fsf@gnu.org> References: <20160119014714.GA13864@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLSBt-0003wt-Rb for bug-guix@gnu.org; Tue, 19 Jan 2016 04:03:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLSBq-00086P-LR for bug-guix@gnu.org; Tue, 19 Jan 2016 04:03:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:36914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLSBq-00086L-Hv for bug-guix@gnu.org; Tue, 19 Jan 2016 04:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aLSBq-0003Cl-82 for bug-guix@gnu.org; Tue, 19 Jan 2016 04:03:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (carl hansen's message of "Mon, 18 Jan 2016 19:55:48 -0800") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: carl hansen Cc: 22402@debbugs.gnu.org carl hansen skribis: > On Mon, Jan 18, 2016 at 5:47 PM, Leo Famulari wrote: > >> On Mon, Jan 18, 2016 at 03:43:35PM -0800, carl hansen wrote: >> > I do >> > "info guix" >> > and I don't get the info pages, although OTHER info pages work >> > and INFOPATH seems correct. >> > BUt if I am root then I do get >> > info guix correctly. >> > I can see the files are there in the file system. >> > It seems that the guix.info should be automatically accessible >> > to regular users, or do I have to do some additonal step? >> > Or is it just me? >> >> Are you using GuixSD or Guix on a "foreign distro"? >> > > ubuntu Where is Guix installed? If you used the =E2=80=9Cbinary installation=E2= =80=9D method, Guix is installed in /root/.guix-profile, which is why you only get to see its manual when running =E2=80=98info=E2=80=99 as root. HTH, Ludo=E2=80=99.