Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80677 - old doc directories in /usr/share/doc are not removed upon upgrading or unmerging
Summary: old doc directories in /usr/share/doc are not removed upon upgrading or unmer...
Status: RESOLVED DUPLICATE of bug 48309
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-04 00:05 UTC by Stephane Gagne
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephane Gagne 2005-02-04 00:05:16 UTC
old doc directories in /usr/share/doc are not removed upon upgrading or unmerging (e.g. after an "emerge -C nmrview")

bash-2.05b$ ls -l  /usr/share/doc/nmrview-5.2.2*
/usr/share/doc/nmrview-5.2.2:
total 0
lrwxrwxrwx  1 root root 17 Dec 20 15:29 html -> /opt/nmrview/html

/usr/share/doc/nmrview-5.2.2-r1:
total 0
lrwxrwxrwx  1 root root 17 Dec 22 14:41 html -> /opt/nmrview/html

/usr/share/doc/nmrview-5.2.2-r2:
total 0
lrwxrwxrwx  1 root root 19 Feb  4 02:55 README -> /opt/nmrview/README
lrwxrwxrwx  1 root root 17 Feb  4 02:55 html -> /opt/nmrview/html


Reproducible: Always
Steps to Reproduce:
1. emerge -C nmrview  (or upgrading from -r1 to -r2)
2. ls -l  /usr/share/doc/nmrview-5.2.2*
Actual Results:  
/usr/share/doc/nmrview-5.2.2:
total 0
lrwxrwxrwx  1 root root 17 Dec 20 15:29 html -> /opt/nmrview/html

/usr/share/doc/nmrview-5.2.2-r1:
total 0
lrwxrwxrwx  1 root root 17 Dec 22 14:41 html -> /opt/nmrview/html

/usr/share/doc/nmrview-5.2.2-r2:
total 0


Expected Results:  
ls: /usr/share/doc/nmrview-5.2.2*: No such file or directory
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-04 04:32:39 UTC
Known problem, see Bug 48309
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2005-02-04 04:40:08 UTC
Well, let's call it a duplicate then?

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