From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: 04/06: profiles: Generate database file for man pages. Date: Sat, 8 Apr 2017 15:29:44 -0400 Message-ID: <20170408192944.GA3237@jasmine> References: <20170405205638.12336.78854@vcs0.savannah.gnu.org> <20170405205640.15AE6210A4@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwwJc-00075s-2a for guix-devel@gnu.org; Sat, 08 Apr 2017 15:46:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwwJX-0000hw-61 for guix-devel@gnu.org; Sat, 08 Apr 2017 15:46:32 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:50308) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cwwJW-0000hW-Ji for guix-devel@gnu.org; Sat, 08 Apr 2017 15:46:27 -0400 Content-Disposition: inline In-Reply-To: <20170405205640.15AE6210A4@vcs0.savannah.gnu.org> 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: guix-devel@gnu.org Cc: Maxim Cournoyer On Wed, Apr 05, 2017 at 04:56:39PM -0400, Ludovic Court�s wrote: > civodul pushed a commit to branch master > in repository guix. > > commit a0b87ef8ec7735aa42cf35d380e9cff04f3236f3 > Author: Maxim Cournoyer > Date: Wed Apr 5 01:09:22 2017 -0700 > > profiles: Generate database file for man pages. > > The mandb database file (index.db) is used by the "apropos" (whatis) or > "man -k" commands. This change introduces a profile hook to generate > such database file. > > * guix/profiles.scm (manual-database): New procedure. > (%default-profile-hooks): Add it. > > Co-authored-by: Ludovic Courtès Recently, I notice messages like this when doing profile operations: [...] creating manual page database for 49 packages... find-files: /gnu/store/0y3qrzzwfxf601g885967wcringvnw69-gimp-2.8.18/share/man/man1/gimp-console.1: No such file or directory [...] The file in question is a symlink: $ ls -l /gnu/store/0y3qrzzwfxf601g885967wcringvnw69-gimp-2.8.18/share/man/man1/gimp-console.1 lrwxrwxrwx 5 root root 21 Dec 31 1969 /gnu/store/0y3qrzzwfxf601g885967wcringvnw69-gimp-2.8.18/share/man/man1/gimp-console.1 -> gimp-console-2.8.1.gz