From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37790: MANPATH missing from non-default profile Date: Thu, 17 Oct 2019 16:54:51 +0200 Message-ID: <87v9sno210.fsf@gnu.org> References: <87mudzr0kd.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51884) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iL7C7-0003ju-5Y for bug-guix@gnu.org; Thu, 17 Oct 2019 10:56:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iL7C6-0002gu-58 for bug-guix@gnu.org; Thu, 17 Oct 2019 10:56:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39855) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iL7C6-0002gf-26 for bug-guix@gnu.org; Thu, 17 Oct 2019 10:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iL7C5-00077S-Tn for bug-guix@gnu.org; Thu, 17 Oct 2019 10:56:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87mudzr0kd.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Thu, 17 Oct 2019 14:58:10 +0200") 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" To: Pierre Neidhardt Cc: 37790@debbugs.gnu.org Hi Pierre, Pierre Neidhardt skribis: > `man` fails to find man pages from non-default profiles. > Indeed, MANPATH is set in /etc/profile to > > export MANPATH=3D\ > $HOME/.guix-profile/share/man\ > :/run/current-system/profile/share/man > > I believe that each profile should set MANPATH in their own etc/profile. As usual, =E2=80=98MANPATH=E2=80=99 is only defined when =E2=80=98man-db=E2= =80=99 is also present in the profile, since =E2=80=98MANPATH=E2=80=99 =E2=80=9Cbelongs=E2=80=9D to =E2= =80=98man-db=E2=80=99. HTH! Ludo=E2=80=99.