Summary: | app-emulation/wine-vanilla-2.0.3 not building due to missing language pl, no workaround by specifying USE="linguas_pl" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nico Baggus <mlspamcb> |
Component: | Current packages | Assignee: | Wine Maintainers <wine> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | ulm |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Nico Baggus
2018-01-12 17:35:43 UTC
I understand the linguas need to go, but i do expect that the package would build then.... not fail to build. Not I do have a languages variable set to just "en en_US".. te prevent a lot of unneeded files on a constrainted system. Enabling another language is not exactly an option. This works: L10N="en_US en_GB nl pl" emerge -1 wine-vanilla Now the problem is How to specify this in a package.use, as obviously L10N use flags don't exist.? [I] app-emulation/wine-vanilla Available versions: (2.0) 2.0-r1^t (2.0.1) 2.0.1-r1^t (2.0.2) 2.0.2-r1^t (2.0.3) 2.0.3^t (2.18) ~2.18-r2^t (2.19) ~2.19-r1^t (2.20) ~2.20^t (9999) **9999^t {+X +alsa capi cups custom-cflags dos +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss pcap +perl +png prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl test +threads +truetype udev +udisks v4l +xcomposite xinerama +xml ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="(+)32 (+)64 x32" ELIBC="glibc" KERNEL="FreeBSD"} Installed versions: 2.0.3(2.0.3)^t(20:48:39 14-01-18)(X alsa cups fontconfig gecko gphoto2 gsm gstreamer jpeg lcms ldap mono mp3 ncurses netapi nls odbc openal opengl osmesa pcap perl png pulseaudio realtime run-exes samba scanner ssl threads truetype udev udisks v4l xcomposite xinerama xml -capi -custom-cflags -dos -opencl -oss -prelink -selinux -test ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="32 64 -x32" ELIBC="glibc" KERNEL="-FreeBSD") Homepage: https://www.winehq.org/ Description: Free implementation of Windows(tm) on Unix, without external patchsets Oh i have no use-case for a pl language addition to the global L10N variable. and to need a random language for any package to install seems somewhat weird. (and could end up installing all languages anyway). Please attach the output of emerge --info. This looks like yet another dupe of 617864 (if not using a 64-bit only build of Wine, feel free to re-open). *** This bug has been marked as a duplicate of bug 617864 *** Oh, wow, my eyes really /are/ sleepy. From the initial comment: ABI_X86="64 -32 -x32" From comment 2: ABI_X86="32 64 -x32" That's probably why it started working. :] Ok thanks, i'll follow the other issue. Ok thanks, i'll follow the other issue. |