Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351182 - Emerge app-emulation/wine-1.3.11 fails on x86_64
Summary: Emerge app-emulation/wine-1.3.11 fails on x86_64
Status: RESOLVED DUPLICATE of bug 351224
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: 2011-01-09 07:00 UTC by Ivan Trombley
Modified: 2011-01-10 09:57 UTC (History)
5 users (show)

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


Attachments
Build log (build.log,24.91 KB, text/plain)
2011-01-09 07:03 UTC, Ivan Trombley
Details
Emerge --info (emerge.info,4.52 KB, text/plain)
2011-01-09 07:03 UTC, Ivan Trombley
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Trombley 2011-01-09 07:00:59 UTC
I'll attach the required information. 

Reproducible: Always

Steps to Reproduce:
Comment 1 Ivan Trombley 2011-01-09 07:03:33 UTC
Created attachment 259352 [details]
Build log
Comment 2 Ivan Trombley 2011-01-09 07:03:51 UTC
Created attachment 259353 [details]
Emerge --info
Comment 3 Kamen Dokov 2011-01-09 10:37:30 UTC
Confirmed!
Comment 4 Oisin O Malley 2011-01-09 12:40:09 UTC
It fails due to the addition of the "nls" USE flag which pulls in sys-devel/gettext and sets the --with-gettextpo compile option. The necessary 32bit libs from gettext are not included in any of the emul-linux-x86 packages.

Remove the "nls" USE flag and it will build.
USE="-nls" emerge app-emulation/wine
Comment 5 Kamen Dokov 2011-01-09 12:47:41 UTC
(In reply to comment #4)
> It fails due to the addition of the "nls" USE flag which pulls in
> sys-devel/gettext and sets the --with-gettextpo compile option. The necessary
> 32bit libs from gettext are not included in any of the emul-linux-x86 packages.
> 
> Remove the "nls" USE flag and it will build.
> USE="-nls" emerge app-emulation/wine
> 

Any chance to get 'nls' flag fixed for wine on amd64 any time soon ?
Or should i ask: How long should it take to fix emul-linux-x86 packages with 32bit libs from gettext.
Should i wait for just few days or i have to add '-nls' for wine permanently into package.use
Comment 6 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-01-10 04:44:15 UTC

*** This bug has been marked as a duplicate of bug 351224 ***