Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 32584
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Portage team <dev-portage@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Steve Arnold <nerdboy@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 32584 depends on: Show dependency tree
Bug 32584 blocks: 32575
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-11-02 16:36 0000
The above bug illustrates the problem of installing subchapters in the same man
dir (ie, foo.3f or foo.3pm installed in man3/, with a symlink from man3f/ or
man3pm/).  In this case, man fails to see foo.3, and displays foo.3f for both
commands:

man 3 foo
man 3f foo

Perhaps doman should install foo.3f in man3f/, foo.3pm in man3pm/, etc, and do
away with the symlink silliness.  Of course, many makefiles, and the resulting
ebuilds, do the same symlink behavior...  But fixing doman would be a start.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From SpanKY 2004-10-03 13:26:14 0000 -------
nick: the fix here is simple; update the egrep in doman to recognize trailing
{f,p,pm} ... try to slip in for portage 2.0.51 ? :)

maybe something like this: (the 0-9 is on purpose; the man-pages package
defines them as valid)
egrep -q 'man[0-9n](f|p|pm)?$'

are there any other subchapters ?  i looked in my mandir and didnt see any ...

------- Comment #2 From Jason Stubbs (RETIRED) 2005-07-14 05:48:09 0000 -------
Fixed on or before 2.0.51.22-r1 

------- Comment #3 From Jason Stubbs (RETIRED) 2005-07-14 06:58:47 0000 -------
Looking through the batch of bugs, I'm not sure that some of these are 
actually fixed in stable. Others, the requirements have possibly changed after 
the initial fix was committed. 
 
If you think this bug has been closed incorrectly, please reopen or ask that 
it be reopened. 

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug