Gentoo Archives: gentoo-releng

From: Matt Turner <mattst88@g.o>
To: gentoo-releng@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-releng] [PATCH] specs: Enable USE=compile-locales for installcd-stage1
Date: Mon, 30 Mar 2020 02:53:15
Message-Id: 20200330025309.3084980-1-mattst88@gentoo.org
1 This patch causes glibc (starting with version 2.30) to be remerged in
2 installcd-stage1 with USE=compile-locales.
3
4 Available with glibc-2.30, USE=compile-locales will generate the locales
5 in src_install() and include them in the binary package.
6
7 This enables catalyst to reduce the locales produced in stages 1-3 to a
8 minimal set without causing the ISOs to have a limited set of locales.
9
10 Bug: https://bugs.gentoo.org/710762
11 Signed-off-by: Matt Turner <mattst88@g.o>
12 ---
13 releases/weekly/specs/alpha/installcd-stage1.spec | 1 +
14 releases/weekly/specs/amd64/installcd-stage1.spec | 1 +
15 releases/weekly/specs/hppa/installcd-stage1.spec | 1 +
16 releases/weekly/specs/ia64/installcd-stage1.spec | 1 +
17 releases/weekly/specs/ppc/ppc32/installcd-stage1.spec | 1 +
18 releases/weekly/specs/sparc/sparc64/installcd-stage1.spec | 1 +
19 releases/weekly/specs/x86/hardened/installcd-stage1.spec | 1 +
20 releases/weekly/specs/x86/installcd-stage1.spec | 1 +
21 8 files changed, 8 insertions(+)
22
23 diff --git a/releases/weekly/specs/alpha/installcd-stage1.spec b/releases/weekly/specs/alpha/installcd-stage1.spec
24 index b767ff98..2e540247 100644
25 --- a/releases/weekly/specs/alpha/installcd-stage1.spec
26 +++ b/releases/weekly/specs/alpha/installcd-stage1.spec
27 @@ -7,6 +7,7 @@ snapshot: 2008.0
28 source_subpath: default/stage3-alpha-2008.0
29 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
30 livecd/use:
31 + compile-locales
32 fbcon
33 ipv6
34 livecd
35 diff --git a/releases/weekly/specs/amd64/installcd-stage1.spec b/releases/weekly/specs/amd64/installcd-stage1.spec
36 index d2beb872..9ef6c941 100644
37 --- a/releases/weekly/specs/amd64/installcd-stage1.spec
38 +++ b/releases/weekly/specs/amd64/installcd-stage1.spec
39 @@ -10,6 +10,7 @@ portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
40
41 livecd/use:
42 alsa
43 + compile-locales
44 fbcon
45 ipv6
46 livecd
47 diff --git a/releases/weekly/specs/hppa/installcd-stage1.spec b/releases/weekly/specs/hppa/installcd-stage1.spec
48 index 6a4d5048..2938d3fa 100644
49 --- a/releases/weekly/specs/hppa/installcd-stage1.spec
50 +++ b/releases/weekly/specs/hppa/installcd-stage1.spec
51 @@ -12,6 +12,7 @@ livecd/use:
52 python_targets_python3_6
53 python_single_target_python3_6
54 bindist
55 + compile-locales
56 fbcon
57 ipv6
58 livecd
59 diff --git a/releases/weekly/specs/ia64/installcd-stage1.spec b/releases/weekly/specs/ia64/installcd-stage1.spec
60 index 57623fa2..688f03f9 100644
61 --- a/releases/weekly/specs/ia64/installcd-stage1.spec
62 +++ b/releases/weekly/specs/ia64/installcd-stage1.spec
63 @@ -10,6 +10,7 @@ decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
64 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
65
66 livecd/use:
67 + compile-locales
68 fbcon
69 ipv6
70 livecd
71 diff --git a/releases/weekly/specs/ppc/ppc32/installcd-stage1.spec b/releases/weekly/specs/ppc/ppc32/installcd-stage1.spec
72 index 1c27846a..ec8b427f 100644
73 --- a/releases/weekly/specs/ppc/ppc32/installcd-stage1.spec
74 +++ b/releases/weekly/specs/ppc/ppc32/installcd-stage1.spec
75 @@ -10,6 +10,7 @@ decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
76 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
77
78 livecd/use:
79 + compile-locales
80 fbcon
81 ipv6
82 livecd
83 diff --git a/releases/weekly/specs/sparc/sparc64/installcd-stage1.spec b/releases/weekly/specs/sparc/sparc64/installcd-stage1.spec
84 index 17d68cca..fe8954a4 100644
85 --- a/releases/weekly/specs/sparc/sparc64/installcd-stage1.spec
86 +++ b/releases/weekly/specs/sparc/sparc64/installcd-stage1.spec
87 @@ -9,6 +9,7 @@ compression_mode: pixz_x
88 portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
89
90 livecd/use:
91 + compile-locales
92 fbcon
93 ipv6
94 livecd
95 diff --git a/releases/weekly/specs/x86/hardened/installcd-stage1.spec b/releases/weekly/specs/x86/hardened/installcd-stage1.spec
96 index 6a3b316f..37e1656d 100644
97 --- a/releases/weekly/specs/x86/hardened/installcd-stage1.spec
98 +++ b/releases/weekly/specs/x86/hardened/installcd-stage1.spec
99 @@ -8,6 +8,7 @@ source_subpath: hardened/stage3-x86-hardened-latest
100 compression_mode: pixz_x
101 livecd/use:
102 -*
103 + compile-locales
104 fbcon
105 ipv6
106 livecd
107 diff --git a/releases/weekly/specs/x86/installcd-stage1.spec b/releases/weekly/specs/x86/installcd-stage1.spec
108 index ecb347f4..de8fdf98 100644
109 --- a/releases/weekly/specs/x86/installcd-stage1.spec
110 +++ b/releases/weekly/specs/x86/installcd-stage1.spec
111 @@ -10,6 +10,7 @@ portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
112
113 livecd/use:
114 alsa
115 + compile-locales
116 fbcon
117 ipv6
118 livecd
119 --
120 2.24.1