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
Description:   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

------- Comment #1 From Jakub Moc (RETIRED) 2005-05-04 13:26:43 0000 -------
What ebuild is this about?

------- Comment #2 From Jakub Moc (RETIRED) 2005-05-04 13:41:13 0000 -------
I must be blind, sorry... 

------- Comment #3 From Bapt 2005-05-05 04:30:14 0000 -------
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.

------- Comment #4 From Simon Stelling (RETIRED) 2005-09-09 06:12:47 0000 -------
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

------- Comment #5 From Simon Stelling (RETIRED) 2005-09-13 08:17:07 0000 -------
keyword removed since nobody objected