From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#18305: lack of central info dir file Date: Fri, 22 Aug 2014 11:00:31 +0200 Message-ID: <8761hk6gr4.fsf@gnu.org> References: <87tx5626z8.fsf@naga.invergo.net> 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]:37087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKkia-00017I-Jg for bug-guix@gnu.org; Fri, 22 Aug 2014 05:01:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKkiU-0004ll-Jf for bug-guix@gnu.org; Fri, 22 Aug 2014 05:01:08 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:42356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKkiU-0004lh-Gm for bug-guix@gnu.org; Fri, 22 Aug 2014 05:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XKkiU-0001Ln-9b for bug-guix@gnu.org; Fri, 22 Aug 2014 05:01:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87tx5626z8.fsf@naga.invergo.net> (Brandon Invergo's message of "Wed, 20 Aug 2014 22:20:43 +0100") 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: Brandon Invergo Cc: 18305@debbugs.gnu.org Hi, Brandon! Brandon Invergo skribis: > I've just successfully installed the Guix system on a spare computer > (yay!). I'll send some bug reports as they roll in. First up... Cool. :-) > $HOME/.guix-profile/share/info/dir always points to the dir file of the > most recently installed package. Instead, normally a dir file exists > independently of any package, and each package's entry is installed in > it via install-info. So, now, for example, in info I only see Emacs' > entries but not Recutils, Coreutils or any of the other packages I've > installed. Yes, that=E2=80=99s a known issue. This has to be addressed in =E2=80=98profile-derivation=E2=80=99, which cur= rently just computes the union of all the installed packages. It should run =E2=80=98install-info=E2=80=99 in addition to that to build the new =E2=80= =98dir=E2=80=99. I=E2=80=99ll see if I can get around to fixing it, if nobody beats me at it. > Is it possible to remove or block the symlinking of each package's dir > in favor of installing to a user-local dir file in the profile? Or > would this interfere with the no-side-effects nature of Guix? Hopefully the above answers your question? Thanks, Ludo=E2=80=99.