Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91481 - fmod not usable on amd64
Summary: fmod not usable on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-04 13:10 UTC by Bapt
Modified: 2005-09-13 08:17 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bapt 2005-05-04 13:10:45 UTC
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 Jakub Moc (RETIRED) gentoo-dev 2005-05-04 13:26:43 UTC
What ebuild is this about?
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-05-04 13:41:13 UTC
I must be blind, sorry... 
Comment 3 Bapt 2005-05-05 04:30:14 UTC
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 Simon Stelling (RETIRED) gentoo-dev 2005-09-09 06:12:47 UTC
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 Simon Stelling (RETIRED) gentoo-dev 2005-09-13 08:17:07 UTC
keyword removed since nobody objected