Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252496 - sci-electronics/alliance uses unrequested static linking
Summary: sci-electronics/alliance uses unrequested static linking
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: The Soldering-Iron Brotherhood
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2008-12-25 19:50 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-10-15 14:37 UTC (History)
2 users (show)

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


Attachments
Patch that allows alliance to use shared libraries (alliance-shared.patch,323 bytes, patch)
2009-03-11 02:31 UTC, Víctor Ostorga (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-12-25 19:50:31 UTC
There is a configure option to let it use shared libraries that solves the problem. Considering it links in several copies of libX11 would be a nice idea to just let it use the shared copies.
Comment 1 Víctor Ostorga (RETIRED) gentoo-dev 2009-03-11 02:31:42 UTC
Created attachment 184647 [details, diff]
Patch that allows alliance to use shared libraries

The patch is as simple as adding a configure option. 
I have tested it with success, showing binaries using system wide libraries like libSM.so , libuuid.so.1 and libICE.so .
Comment 2 Thomas Beierlein gentoo-dev 2010-10-15 14:37:11 UTC
Fixed in tree. 

+  15 Oct 2010; Thomas Beierlein <tomjbe@gentoo.org>
+  alliance-5.0.20070718.ebuild, +files/alliance-5.0.20070718-overun.patch,
+  +files/alliance-5.0.20070718-test.patch:
+  Switch to shared linking (bug 252469). Fix tests (bug 282490). Fix buffer
+  overrun (bug 340789).