Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253548 - Application cannot link against =x11-libs/qwt-4.2.0-r3
Summary: Application cannot link against =x11-libs/qwt-4.2.0-r3
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Caleb Tennis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-03 13:37 UTC by Thomas Beierlein
Modified: 2009-01-13 16:45 UTC (History)
1 user (show)

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 Thomas Beierlein gentoo-dev 2009-01-03 13:37:23 UTC
I am working on an ebuild for drm (digital radio mondiale) which needs QWT-4.

As x11-libs/qwt is slotted it is no problem to install both qwt-5 as well as qwt-4. But after the last change to qwt-4.2.0-r3 the symlink for libqwt.so to libqwt.so.4.2.0 gets dropped because of file collission with the new qwt-5 (see Bug 199232). As there is no .so file for qwt-4 anymore no apps can link to that lib.

I would suggest to readd a .so symlink for qwt-4 - maybe as libqwt-4.so. With an according patch for the apps Makefile we can then link to -lqwt-4 again.
Comment 1 Thomas Beierlein gentoo-dev 2009-01-13 16:45:31 UTC
Solved the problem with a patch to link to -l:libqwt.so.4 in configure.in

So no need to fix the ebuild. Thanks anyway.