Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] LINGUAS make.conf variable being ignored?
Date: Fri, 05 Jan 2018 18:56:22
Message-Id: p2ohk4$709$1@blaine.gmane.org
1 I tried to update today using my normal "emerge --sync; emerge -auvND
2 world" sequence and it's failing when it gets to iso-codes:
3
4 >>> Emerging (1 of 1) app-text/iso-codes-3.75::gentoo
5 * iso-codes-3.75.tar.xz BLAKE2B SHA512 size ;-) ... [ ok ]
6 >>> Unpacking source...
7 >>> Unpacking iso-codes-3.75.tar.xz to /var/tmp/portage/app-text/iso-codes-3.75/work
8 >>> Source unpacked in /var/tmp/portage/app-text/iso-codes-3.75/work
9 >>> Preparing source in /var/tmp/portage/app-text/iso-codes-3.75/work/iso-codes-3.75 ...
10 * Looking for new locales ... [ ok ]
11 * Preparing iso_15924 ...
12 * ERROR: app-text/iso-codes-3.75::gentoo failed (prepare phase):
13 * USE Flag 'linguas_ar' not in IUSE for app-text/iso-codes-3.75
14 *
15 * Call stack:
16 * ebuild.sh, line 124: Called src_prepare
17 * environment, line 3054: Called use 'linguas_ar'
18 * phase-helpers.sh, line 200: Called die
19 * The specific snippet of code:
20 * die "USE Flag '${u}' not in IUSE for ${CATEGORY}/${PF}"
21
22 I haven't changed LINGUAS or L10N for ages, but I've noticed that
23 suddely other packages are being rebuild without linguas_en and
24 linguas_en_us.
25
26 Is make.conf's LINGUAS variable no longer being expanded?
27
28 How do you show the complete set of use flags including expanded ones?
29
30 euse doesn't seem to show use flags generated from expanded variables.
31
32 --
33 Grant Edwards grant.b.edwards Yow! I'm a GENIUS! I want
34 at to dispute sentence
35 gmail.com structure with SUSAN
36 SONTAG!!

Replies

Subject Author
Re: [gentoo-user] LINGUAS make.conf variable being ignored? Dale <rdalek1967@×××××.com>
[gentoo-user] Re: LINGUAS make.conf variable being ignored? Grant Edwards <grant.b.edwards@×××××.com>
Re: [gentoo-user] LINGUAS make.conf variable being ignored? Mart Raudsepp <leio@g.o>