Bug 281461

Summary: pulseaudio grew by a lot
Product: [Fedora] Fedora Reporter: Jeremy Katz <katzj>
Component: pulseaudioAssignee: Lennart Poettering <lpoetter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: urgent    
Version: rawhideCC: pierre-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-07 10:06:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 235703, 257221    

Description Jeremy Katz 2007-09-06 21:22:55 UTC
From pulseaudio-0.9.7-0.8 -> pulseaudio-0.9.7-0.10, the packages grew by a very
significant amount thus making things not fit for live CDs.  

It looks like this is because libpulsecore is now getting statically linked into
every module rather than a dynamic link.  That means that every module is ending
up with the 322k shared library included within it.

Comment 1 Jeremy Katz 2007-09-06 21:32:15 UTC
Due to http://www.pulseaudio.org/changeset/1755

Even if libpulsecore doesn't have a stable API, it's still worth installing a
shared lib.  Just don't include a .so link or any headers and people will at
least have to try to use it.  And/or include it in /usr/lib/pulse-0.9 and link
things with an rpath. 

But just linking things statically is far far worse.

Comment 2 Lennart Poettering 2007-09-07 10:06:31 UTC
It's all libtool's fault.

Fixed in the Rawhide commit I did today in the early morning CEST.