Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 484252 - media-sound/pulseaudio multilib support
Summary: media-sound/pulseaudio multilib support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Arun Raghavan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 481830 488272 488278 488286 488376 488390
Blocks: 484060 484130 488132 489122
  Show dependency tree
 
Reported: 2013-09-08 15:40 UTC by Julian Ospald
Modified: 2014-03-18 22:42 UTC (History)
4 users (show)

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


Attachments
First attempt at multilib pulse (pulseaudio-4.0-r1.ebuild.diff,6.87 KB, patch)
2013-11-25 16:49 UTC, Michał Górny
Details | Diff
v2 (pulseaudio-4.0-r1.ebuild.diff,7.17 KB, patch)
2013-11-30 15:33 UTC, Michał Górny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2013-09-08 15:40:23 UTC
there are a lot consumers
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-10-20 09:24:54 UTC
How does PA interact with multilib? Do we need the 32-bit modules? I would suspect it's enough to have them in native ABI for the server.
Comment 2 Arun Raghavan (RETIRED) gentoo-dev 2013-10-20 10:20:14 UTC
Correct, the server, modules etc. need only be in native ABI. libpulse, libpulse-simple, etc. are the bits that need multilib attention.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-10-20 15:44:44 UTC
sbc & openssl seem to be used by modules only.
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-11-25 16:49:02 UTC
Created attachment 363974 [details, diff]
First attempt at multilib pulse

This is my first version, not yet complete:

1. dbus needs to be converted first,

2. we may need to disable some more configure checks,

3. we need to test if it doesn't try to use more 32-bit libs.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-11-30 11:34:55 UTC
Good news, everyone! This is getting my top priority since the current binary version links against old libgdbm in baselibs. Therefore, this blocks baselibs revbump.
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-11-30 15:33:04 UTC
Created attachment 364268 [details, diff]
v2

This one's got all the configure checks right, and added the emul-linux blocker. Can be considered the final version, I think.
Comment 7 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-11-30 17:28:42 UTC
Oh, committed already and bumped emul-linux. Enjoy.