Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 267441

Summary: media-sound/mumble should include 32-bit libmumble.so on AMD64
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: New packagesAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: enhancement CC: binki, daniel, dschridde+gentoobugs, kripton, michael.sudnick, multilib+disabled, rserba, voip+disabled
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 454644    
Attachments: Ebuild with multilib building
Diff from original ebuild
0001-media-sound-mumble-Build-multilib-libmumble.so.patch

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2009-04-25 16:57:04 UTC
Currently on AMD64 mumble is built only with 64-bit version of preload libmumble.so. As many games lack a 64-bit version, I think we should build 32-bit version of preload library on multilib systems.

AFAICS mumble itself doesn't provide a nice way to build both versions on multilib systems, but mumble-overlay script looks for both of them and works great with both 64- and 32-bit applications when appriopriate libraries are installed.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2009-04-25 16:58:39 UTC
Created attachment 189402 [details]
Ebuild with multilib building
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2009-04-25 16:58:53 UTC
Created attachment 189404 [details, diff]
Diff from original ebuild
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2009-04-25 17:00:14 UTC
I'd also add that CONF_LIBDIR doesn't seem to work with =portage-2.2_rc31.
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-25 17:28:12 UTC
I doubt this will solution has any chance of being incorporated until all emul-* packages have been punted. Anyway, reassigning...
Comment 5 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-25 17:28:54 UTC
whoops, consider the word "will" as non existing in my previous comment :P
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2009-04-27 16:01:33 UTC
(In reply to comment #4)
> I doubt this solution has any chance of being incorporated until all
> emul-* packages have been punted. Anyway, reassigning...

Although I understand your point, I'd like to note that we've already got multilib-enabled www-plugins/mplayerplug-in in portage.
Comment 7 Dennis Schridde 2009-10-29 21:25:03 UTC
Upstream afaik includes a newer snapshot of 1.1 in the 1.2 sources. (Or at least that was the plan, which is currently executed for Windows builds already.)
Comment 8 Dennis Schridde 2009-10-29 21:25:25 UTC
(In reply to comment #7)
> Upstream afaik includes a newer snapshot of 1.1 in the 1.2 sources. (Or at
> least that was the plan, which is currently executed for Windows builds
> already.)
n/m mixed up my tabs...
Comment 9 Dennis Schridde 2013-03-28 19:21:43 UTC
This bug should probably depend on bug #145737.
Comment 10 Murph 2013-09-09 22:47:38 UTC
Is there any updated ebuild for this? It doesn't look like multilib is getting it's way into portage anytime soon.

Maybe just having a 32 bit build is acceptable?
Comment 11 Daniel Scharrer 2014-06-17 16:45:26 UTC
Looks like ABI_X86 is getting more and more support now [1]. Maybe this should be added to bug #454644?

[1] https://wiki.gentoo.org/wiki/Multilib_porting_status
Comment 12 jannis 2015-05-22 19:00:45 UTC
Yes, plese add to bug #454644
Comment 13 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-06-19 14:54:28 UTC
Created attachment 580154 [details, diff]
0001-media-sound-mumble-Build-multilib-libmumble.so.patch

Here's an updated patch that accounts for multilib-build.eclass.  I don't think it can be done any better without having Qt5 multilib, and I don't think requiring multilib Qt5 is going to be worth the hassle for users.
Comment 14 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2019-06-19 15:02:22 UTC
*** Bug 688090 has been marked as a duplicate of this bug. ***
Comment 15 Larry the Git Cow gentoo-dev 2019-06-19 15:03:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f523cdc975e9726f259f5f661332e57e9e499b26

commit f523cdc975e9726f259f5f661332e57e9e499b26
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-06-19 14:50:49 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-06-19 15:03:42 +0000

    media-sound/mumble: Build multilib libmumble.so*
    
    Closes: https://bugs.gentoo.org/267441
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 media-sound/mumble/mumble-9999.ebuild | 40 ++++++++++++++++++++++++++---------
 1 file changed, 30 insertions(+), 10 deletions(-)