[Bug 4106] New: pulseaudio 0.9.9 does not build with uclibc ( with patch proposal)
bugzilla-daemon at treke.net
bugzilla-daemon at treke.net
Thu Mar 20 20:51:26 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=4106
Summary: pulseaudio 0.9.9 does not build with uclibc (with patch
proposal)
Product: Openembedded
Version: Angstrom 2008.x
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: fpesquet at yahoo.fr
Created an attachment (id=8745)
--> (http://bugs.openembedded.net/attachment.cgi?id=8745)
org.openembedded.dev/packages/pulseaudio/files/fix-shm.patch
Trying to build package pulseaudio with Angstrom 2008 and ANGSTROM_MODE =
"uclibc" does not work: it reports a failure to link shm_unlink.
This is a due to a bug in pulseaudio (http://www.pulseaudio.org/ticket/200):
despite that OE correctly tell pulseaudio to not use SHM, it does and thus
fail.
The bug as been fixed in pulseaudio current code
(http://www.pulseaudio.org/changeset/2110), but no new version of pulseaudio is
released yet.
Waiting for a correct pulseaudio release, it might be useful (was for me :-) )
to fix it at OE level.
To do so, I just added the pulseaudio patch (see attachment fix-shm.patch), and
loaded it in the pulseaudio_0.9.9.bb file:
SRC_URI += "\
file://disable-using-glibc-tls.patch;patch=1 \
file://fix-dbus-without-hal.patch;patch=1 \
file://fix-shm.patch;patch=1 \
"
Works for me.
You might want to commit it?
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list