Bug 5165 - 2_b2: man -k message does not show all selections
Summary: 2_b2: man -k message does not show all selections
Status: RESOLVED DUPLICATE of bug 5178
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: x86_64 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-29 23:11 CEST by Bit Twister
Modified: 2012-04-02 01:15 CEST (History)
2 users (show)

See Also:
Source RPM: man-1.6g-5.mga2.src.rpm
CVE:
Status comment:


Attachments

Description Bit Twister 2012-03-29 23:11:09 CEST
Description of problem:

man -k message     does not show all selections.
apropos message    also has the same problem.

man -k message | wc -l       should return more than 50 :(

Version-Release number of selected component (if applicable):


How reproducible: Always


Steps to Reproduce:
1. clean beta2 install + updates and reboot
2. click up a terminal
3. man -k message

results:
xconsole    (1)  - monitor system console messages with X
xmessage    (1)  - display a message or query in a window (X-based /bin/echo)

Note: the following have message in their description
    man wall
    man motd
so they should have shown up.
Remco Rijnders 2012-03-30 07:38:19 CEST

CC: (none) => remco

Comment 1 Dave Hodgins 2012-03-30 09:04:07 CEST
Bug confirmed.

In Mageia 1 ...
man -k message|grep motd
motd                 (5)  - message of the day

In cauldron ...
man -k message|grep motd
no output.

In Mageia 1, we have /usr/share/man/man5/motd.5.lzma, while in cauldron,
we have /var/mnt/91/usr/share/man/man5/motd.5.xz, so it seems the
man program is not handling .xz files properly.

CC: (none) => davidwhodgins

Comment 2 Bit Twister 2012-04-02 00:48:46 CEST
Problem is caused by makewhatis.

*** This bug has been marked as a duplicate of bug 5178 ***

Status: NEW => RESOLVED
Resolution: (none) => DUPLICATE

Comment 3 Dave Hodgins 2012-04-02 01:15:33 CEST
Oops.  Sorry, forgot this had already been reported, as it didn't show
in in a search on makewhatis.  Should have searched on man.

Note You need to log in before you can comment on or make changes to this bug.