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

Bug 125097

Summary: wine libs gets installed in /usr/lib32 even on amd64 system
Product: Gentoo Linux Reporter: LuisMi Garcia <ktecho>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED INVALID    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description LuisMi Garcia 2006-03-05 08:51:07 UTC
I think that if wine is compiled in my system (not being a 32 bits binary), it should be in other lib directories. Right?

[...]
>>> /usr/lib32/wine/winedos.dll.so
>>> /usr/lib32/wine/quartz.dll.so
>>> /usr/lib32/wine/libmlang.def
>>> /usr/lib32/wine/system.drv16
[...]

Thanks a lot.
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2006-03-05 08:55:31 UTC
actually, no. wine is used to run windows binaries, and as they are 32bit, wine has to be 32bit too. so it is fully expected to go into /usr/lib32

$ file /usr/lib32/wine/winedos.dll.so
/usr/lib32/wine/winedos.dll.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
Comment 2 LuisMi Garcia 2006-03-05 09:02:49 UTC
ohh... sorry for the noise then...

I didn't knew that.

Thanks a lot.