From mboxrd@z Thu Jan 1 00:00:00 1970 From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) Subject: New =?utf-8?Q?=E2=80=98guix_pull=E2=80=99_dosen=E2=80=99t?= update the guix manual in GuixSD Date: Sat, 09 Jun 2018 22:25:21 +0800 Message-ID: <87fu1wyr3i.fsf@member.fsf.org> References: <87y3fogt8e.fsf@gnu.org> 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]:59066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fReoi-00014g-DK for guix-devel@gnu.org; Sat, 09 Jun 2018 10:26:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fReof-0005Nu-8A for guix-devel@gnu.org; Sat, 09 Jun 2018 10:26:08 -0400 In-Reply-To: <87y3fogt8e.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 09 Jun 2018 12:16:33 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel , bug-guix@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hello Guix! > > For those who haven=E2=80=99t been following along on > , I have just > pushed a new =E2=80=98guix pull=E2=80=99. > > To summarize, ~/.config/guix/latest no longer exists. Instead > ~/.config/guix/current is populated with a complete Guix (without > =E2=80=98guix-daemon=E2=80=99 though), including an up-to-date manual and= so on. > ~/.config/guix/current is a regular profile, meaning that you can > roll-back to a previously-pulled Guix and so on. Great! After run =E2=80=98guix pull=E2=80=99 twice, I have got =E2=80=98~/.config/= guix/current=E2=80=99, then use it to do a system reconfigure for =E2=80=98/etc/profile=E2=80=99. But the guix manual doesn=E2=80=99t got updated, my =E2=80=98INFOPATH=E2=80= =99 contains: - /home/iyzsong/.guix-profile/share/info - /run/current-system/profile/share/info - /home/iyzsong/.config/guix/current/share/info - /home/iyzsong/.guix-profile/share/info - /run/current-system/profile/share/info The last there are from the =E2=80=98export=E2=80=99 statement of =E2=80=98= /etc/profile=E2=80=99, the first two are added by =E2=80=98source=E2=80=99 the profiles. Since there = is a guix in the system profile contains the old info manual, the current one won=E2=80= =99t be picked. I think we should make =E2=80=98INFOPATH=E2=80=99 a search path of the =E2= =80=98current=E2=80=99 guix profile, so that it overrides previous ones.