Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85265 - licq-osd ebuild deletes its shared object
Summary: licq-osd ebuild deletes its shared object
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Konstantin Arkhipov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-14 14:27 UTC by Christian Zuckschwerdt
Modified: 2005-03-15 04:54 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 Christian Zuckschwerdt 2005-03-14 14:27:36 UTC
The ebuild for x11-plugins/licq-osd-1.2.7.5 deletes the freshly build shared object with the bogus line
dosym /usr/lib/licq/licq_osd /usr/lib/licq/licq_osd.so


Reproducible: Always
Steps to Reproduce:
1. emerge licq-osd
2. ls /usr/lib/licq/licq_osd*

Actual Results:  
The plugin won't work

Expected Results:  
Just leave the .so as it is. Don't symlink anything (remove the dosym from ebuild).
Comment 1 Konstantin Arkhipov (RETIRED) gentoo-dev 2005-03-15 04:54:54 UTC
committed in portage.
thanks, Christian.