Bug 91481 - fmod not usable on amd64
|
Bug#:
91481
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: AMD64
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: sound@gentoo.org
|
Reported By: baptiste.daroussin@gmail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: fmod not usable on amd64
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-05-04 13:10 0000
|
libfmod-3.74.so is a 32 bit lib, and is installed in /usr/lib/, but it's not
usable with 64bits apps.
should be installed in /usr/lib32.
got the following error when compiling against lidfmod :
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3-20050110/../../../../x86_64-pc-linux-gnu/bin/ld:
skipping incompatible /usr/lib/libfmod-3.74.so when searching for -lfmod-3.74
Reproducible: Always
Steps to Reproduce:
1.try to compile wxmusik (http://bugs.gentoo.org/show_bug.cgi?id=44706)
2.got the error :)
3.
Actual Results:
crash
Expected Results:
compile
What ebuild is this about?
I must be blind, sorry...
Sorry forgot to mention the ebuild
the ebuild is media-libs/fmod
tried the 3.74 version, but sould be the same for all versions.
right, this lib installs 32bit objects into /usr/lib64.. eradicator: according
to my grep -R media-sound/fmod, no package keyworded amd64 is using fmod.. i'd
suggest we remove the amd64 keyword and in case an app is added which needs a
32bit fmod, we'll add it to emul-linux-x86-soundlibs
keyword removed since nobody objected