Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: LINGUAS make.conf variable being ignored?
Date: Fri, 05 Jan 2018 19:36:44
Message-Id: p2ojvk$gqa$1@blaine.gmane.org
In Reply to: Re: [gentoo-user] LINGUAS make.conf variable being ignored? by Dale
1 On 2018-01-05, Dale <rdalek1967@×××××.com> wrote:
2 > On 01/05/2018 12:53 PM, Grant Edwards wrote:
3 >> I tried to update today using my normal "emerge --sync; emerge -auvND
4 >> world" sequence and it's failing when it gets to iso-codes:
5 >>
6 >>>>> Emerging (1 of 1) app-text/iso-codes-3.75::gentoo
7 >> * iso-codes-3.75.tar.xz BLAKE2B SHA512 size ;-) ... [ ok ]
8 >>>>> Unpacking source...
9 >>>>> Unpacking iso-codes-3.75.tar.xz to /var/tmp/portage/app-text/iso-codes-3.75/work
10 >>>>> Source unpacked in /var/tmp/portage/app-text/iso-codes-3.75/work
11 >>>>> Preparing source in /var/tmp/portage/app-text/iso-codes-3.75/work/iso-codes-3.75 ...
12 >> * Looking for new locales ... [ ok ]
13 >> * Preparing iso_15924 ...
14 >> * ERROR: app-text/iso-codes-3.75::gentoo failed (prepare phase):
15 >> * USE Flag 'linguas_ar' not in IUSE for app-text/iso-codes-3.75
16 >> *
17 >> * Call stack:
18 >> * ebuild.sh, line 124: Called src_prepare
19 >> * environment, line 3054: Called use 'linguas_ar'
20 >> * phase-helpers.sh, line 200: Called die
21 >> * The specific snippet of code:
22 >> * die "USE Flag '${u}' not in IUSE for ${CATEGORY}/${PF}"
23 >>
24 >> I haven't changed LINGUAS or L10N for ages, but I've noticed that
25 >> suddely other packages are being rebuild without linguas_en and
26 >> linguas_en_us.
27 >>
28 >> Is make.conf's LINGUAS variable no longer being expanded?
29 >>
30 >> How do you show the complete set of use flags including expanded ones?
31 >>
32 >> euse doesn't seem to show use flags generated from expanded variables.
33 >>
34 >
35 >
36 >
37 > Is this related:
38 >
39 > https://www.gentoo.org/support/news-items/2016-06-23-l10n-use_expand.html
40
41 I don't know. I read that news item and followed its instructions at
42 the time. My make conf contains:
43
44 LINGUAS="en en_US"
45 L10N="en en-US"
46
47 > Most recent thread here:
48 >
49 > https://archives.gentoo.org/gentoo-dev/message/29b00839ba5be715d883412011d8a421
50
51 That sounds supicious, but I set L10N as I was supposed to.
52
53 Still, it looks like there are at least 9 packages on my system
54 installed which are now broken due to linguas_XX USE flag problems.
55
56 --
57 Grant Edwards grant.b.edwards Yow! We have DIFFERENT
58 at amounts of HAIR --
59 gmail.com

Replies

Subject Author
[gentoo-user] Re: LINGUAS make.conf variable being ignored? Grant Edwards <grant.b.edwards@×××××.com>