Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8578 - app-arch/rpm create dead symlink
Summary: app-arch/rpm create dead symlink
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Bruce A. Locke (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-30 12:10 UTC by Paul Belt
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 Paul Belt 2002-09-30 12:10:18 UTC
lab / # ls -l /usr/lib/rpmpopt 
lrwxrwxrwx    1 root     root           11 Sep 23 13:54 /usr/lib/rpmpopt ->
rpm/rpmpopt

lab / # locate rpmpopt
/usr/lib/rpm/rpmpopt-4.0.4
/usr/lib/rpmpopt


Without looking into this any further than just finding it... my guess is to
patch the ebuild to perform a 'ln -sf /usr/lib/rpm/rpmpopt-${PV} /usr/lib/rpmpopt'
Comment 1 Bruce A. Locke (RETIRED) gentoo-dev 2002-10-12 03:47:57 UTC
Hmm... that symlink doesn't exist anywhere on the Redhat 7.3 installs I have
access to so I'm going to just remove it.  (see -r4 ebuild)

Thanks for the bug report.