Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258398 - media-sound/alsaplayer: /usr/bin/alsaplayer links statically to libalsaplayer.so
Summary: media-sound/alsaplayer: /usr/bin/alsaplayer links statically to libalsaplayer.so
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stuart Longland (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2009-02-10 03:10 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-07-22 14:29 UTC (History)
3 users (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 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-02-10 03:10:28 UTC
# scanelf -n /usr/bin/alsaplayer 
 TYPE   NEEDED FILE 
ET_EXEC libpthread.so.0,libdl.so.2,libstdc++.so.6,libm.so.6,libgcc_s.so.1,libc.so.6 /usr/bin/alsaplayer 

Since it's also exporting the symbols it would be nice if it used the shared object.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-07-22 13:34:00 UTC
yep, what's the point in building shared library if it's not used even by the application itself?
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-07-22 14:29:54 UTC
actually where do you see it linking statically to libalsaplayer.{a,so}? it's one .c and one .h file for "external control of alsaplayer"...

i believe this bug report is false