Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1439 - control-center has slightly broken unmerge
Summary: control-center has slightly broken unmerge
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-31 21:38 UTC by Jon Nelson (RETIRED)
Modified: 2003-02-04 19:42 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 Jon Nelson (RETIRED) 2002-03-31 21:38:51 UTC
After unmerging control-center, symlinks remain to nonexistent files:

lrwxrwxrwx    1 root     root           19 Mar 31 21:29 /usr/lib/libcapplet.so
-> libcapplet.so.0.0.0
lrwxrwxrwx    1 root     root           19 Mar 31 21:29 /usr/lib/libcapplet.so.0
-> libcapplet.so.0.0.0
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-04-04 16:47:04 UTC
Out of ldconfig man page:

  ldconfig  creates  the necessary links and cache to the most recent shared
  libraries...

It is thus possible that you will have symlinks in /lib and /usr/lib that 
do not belong to a ebuild.

I am marking this as invalid.
Comment 2 Jon Nelson (RETIRED) 2002-04-04 16:56:59 UTC
Last time I checked, the control-center package itself contained the symlinks.
Additionally, any package that adds or removes shared libraries should call
ldconfig* in its postinst.

* or its equivalent.