Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125097 - wine libs gets installed in /usr/lib32 even on amd64 system
Summary: wine libs gets installed in /usr/lib32 even on amd64 system
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-05 08:51 UTC by LuisMi Garcia
Modified: 2006-03-05 09:02 UTC (History)
0 users

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 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.