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

Bug 351182

Summary: Emerge app-emulation/wine-1.3.11 fails on x86_64
Product: Gentoo Linux Reporter: Ivan Trombley <itrombley>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: accounts, bugs+gentoo, kredba, ninja.gofer, polidevk.polidevk
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log
Emerge --info

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