From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: Re: 04/06: profiles: Generate database file for man pages.
Date: Sat, 8 Apr 2017 15:29:44 -0400 [thread overview]
Message-ID: <20170408192944.GA3237@jasmine> (raw)
In-Reply-To: <20170405205640.15AE6210A4@vcs0.savannah.gnu.org>
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 <maxim.cournoyer@gmail.com>
> 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 <ludo@gnu.org>
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
next parent reply other threads:[~2017-04-08 19:46 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20170405205638.12336.78854@vcs0.savannah.gnu.org>
[not found] ` <20170405205640.15AE6210A4@vcs0.savannah.gnu.org>
2017-04-08 19:29 ` Leo Famulari [this message]
2017-04-10 1:00 ` 04/06: profiles: Generate database file for man pages Maxim Cournoyer
2017-04-09 17:28 ` myglc2
2017-04-10 1:22 ` Maxim Cournoyer
2017-04-10 1:45 ` myglc2
2017-04-15 0:25 ` Maxim Cournoyer
2017-04-20 9:29 ` Performance of the man page database generation Ludovic Courtès
2017-05-14 6:18 ` Maxim Cournoyer
2017-05-14 15:31 ` myglc2
2017-05-15 16:23 ` bug#26942: [PATCH] Add Add elapsed time to manual-database hook to output message (was: Performance of the man page database generation) Maxim Cournoyer
2017-05-16 21:12 ` bug#26942: [PATCH] Add Add elapsed time to manual-database hook to output message Ludovic Courtès
2017-05-30 21:29 ` Ricardo Wurmus
2017-05-16 8:21 ` Performance of the man page database generation Ludovic Courtès
2017-05-16 17:24 ` Maxim Cournoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170408192944.GA3237@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
--cc=maxim.cournoyer@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.