commit: 296124a39182d816f9dd2b8a9835da704d249fc8
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Thu Sep 18 23:35:13 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 08:18:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296124a3
sys-libs/glibc: replace locale-gen(1) with locale-gen(8)
The locale-gen utility has a man page in category 8, not category 1.
This commit only affects the content of certain diagnostic messages.
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/glibc/glibc-2.19-r3.ebuild | 4 ++--
sys-libs/glibc/glibc-2.31-r7.ebuild | 4 ++--
sys-libs/glibc/glibc-2.32-r8.ebuild | 4 ++--
sys-libs/glibc/glibc-2.33-r14.ebuild | 4 ++--
sys-libs/glibc/glibc-2.34-r14.ebuild | 4 ++--
sys-libs/glibc/glibc-2.35-r11.ebuild | 4 ++--
sys-libs/glibc/glibc-2.36-r8.ebuild | 4 ++--
sys-libs/glibc/glibc-2.37-r10.ebuild | 4 ++--
sys-libs/glibc/glibc-2.38-r13.ebuild | 4 ++--
sys-libs/glibc/glibc-2.39-r11.ebuild | 4 ++--
sys-libs/glibc/glibc-2.40-r11.ebuild | 4 ++--
sys-libs/glibc/glibc-2.41-r5.ebuild | 4 ++--
sys-libs/glibc/glibc-2.41-r6.ebuild | 4 ++--
sys-libs/glibc/glibc-2.42-r1.ebuild | 4 ++--
sys-libs/glibc/glibc-2.42.ebuild | 4 ++--
sys-libs/glibc/glibc-9999.ebuild | 4 ++--
16 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/sys-libs/glibc/glibc-2.19-r3.ebuild
b/sys-libs/glibc/glibc-2.19-r3.ebuild
index fab08ccee3d7..0505e5e95dd5 100644
--- a/sys-libs/glibc/glibc-2.19-r3.ebuild
+++ b/sys-libs/glibc/glibc-2.19-r3.ebuild
@@ -1234,7 +1234,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile ; then
if ! run_locale_gen "${ED}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
fi
}
@@ -1329,7 +1329,7 @@ pkg_postinst() {
if ! is_crosscompile && [[ -z ${ROOT} ]] ; then
if ! use compile-locales && ! run_locale_gen "${EROOT}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
fi
diff --git a/sys-libs/glibc/glibc-2.31-r7.ebuild
b/sys-libs/glibc/glibc-2.31-r7.ebuild
index f2bd6ed5f57f..32feab73c915 100644
--- a/sys-libs/glibc/glibc-2.31-r7.ebuild
+++ b/sys-libs/glibc/glibc-2.31-r7.ebuild
@@ -1393,7 +1393,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile ; then
if ! run_locale_gen "${ED%/}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
sed -e 's:COMPILED_LOCALES="":COMPILED_LOCALES="1":' -i
"${ED}"/usr/sbin/locale-gen || die
fi
@@ -1494,7 +1494,7 @@ pkg_postinst() {
if ! is_crosscompile && [[ -z ${ROOT} ]] ; then
if ! use compile-locales && ! run_locale_gen "${EROOT%/}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
fi
diff --git a/sys-libs/glibc/glibc-2.32-r8.ebuild
b/sys-libs/glibc/glibc-2.32-r8.ebuild
index af4e11bbe6c6..b72b5c28a6fa 100644
--- a/sys-libs/glibc/glibc-2.32-r8.ebuild
+++ b/sys-libs/glibc/glibc-2.32-r8.ebuild
@@ -1405,7 +1405,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile ; then
if ! run_locale_gen "${ED%/}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
sed -e 's:COMPILED_LOCALES="":COMPILED_LOCALES="1":' -i
"${ED}"/usr/sbin/locale-gen || die
fi
@@ -1512,7 +1512,7 @@ pkg_postinst() {
if ! is_crosscompile && [[ -z ${ROOT} ]] ; then
if ! use compile-locales && ! run_locale_gen "${EROOT%/}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
fi
diff --git a/sys-libs/glibc/glibc-2.33-r14.ebuild
b/sys-libs/glibc/glibc-2.33-r14.ebuild
index 9f39707962a5..3058c69edc3d 100644
--- a/sys-libs/glibc/glibc-2.33-r14.ebuild
+++ b/sys-libs/glibc/glibc-2.33-r14.ebuild
@@ -1454,7 +1454,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile ; then
if ! run_locale_gen "${ED%/}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
sed -e 's:COMPILED_LOCALES="":COMPILED_LOCALES="1":' -i
"${ED}"/usr/sbin/locale-gen || die
fi
@@ -1577,7 +1577,7 @@ pkg_postinst() {
if ! is_crosscompile && [[ -z ${ROOT} ]] ; then
if ! use compile-locales && ! run_locale_gen "${EROOT%/}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
fi
diff --git a/sys-libs/glibc/glibc-2.34-r14.ebuild
b/sys-libs/glibc/glibc-2.34-r14.ebuild
index 1370c1eb091a..6150ea74e53f 100644
--- a/sys-libs/glibc/glibc-2.34-r14.ebuild
+++ b/sys-libs/glibc/glibc-2.34-r14.ebuild
@@ -1475,7 +1475,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile ; then
if ! run_locale_gen "${ED%/}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
sed -e 's:COMPILED_LOCALES="":COMPILED_LOCALES="1":' -i
"${ED}"/usr/sbin/locale-gen || die
fi
@@ -1598,7 +1598,7 @@ pkg_postinst() {
if ! is_crosscompile && [[ -z ${ROOT} ]] ; then
if ! use compile-locales && ! run_locale_gen "${EROOT%/}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
fi
diff --git a/sys-libs/glibc/glibc-2.35-r11.ebuild
b/sys-libs/glibc/glibc-2.35-r11.ebuild
index 6cb4ddc4f200..2a1af0d40020 100644
--- a/sys-libs/glibc/glibc-2.35-r11.ebuild
+++ b/sys-libs/glibc/glibc-2.35-r11.ebuild
@@ -1483,7 +1483,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile ; then
if ! run_locale_gen "${ED%/}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
sed -e 's:COMPILED_LOCALES="":COMPILED_LOCALES="1":' -i
"${ED}"/usr/sbin/locale-gen || die
fi
@@ -1606,7 +1606,7 @@ pkg_postinst() {
if ! is_crosscompile && [[ -z ${ROOT} ]] ; then
if ! use compile-locales && ! run_locale_gen "${EROOT%/}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
fi
diff --git a/sys-libs/glibc/glibc-2.36-r8.ebuild
b/sys-libs/glibc/glibc-2.36-r8.ebuild
index 3130270d4bfb..44c5f8cfafac 100644
--- a/sys-libs/glibc/glibc-2.36-r8.ebuild
+++ b/sys-libs/glibc/glibc-2.36-r8.ebuild
@@ -1524,7 +1524,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile ; then
if ! run_locale_gen "${ED%/}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
sed -e 's:COMPILED_LOCALES="":COMPILED_LOCALES="1":' -i
"${ED}"/usr/sbin/locale-gen || die
fi
@@ -1647,7 +1647,7 @@ pkg_postinst() {
if ! is_crosscompile && [[ -z ${ROOT} ]] ; then
if ! use compile-locales && ! run_locale_gen "${EROOT%/}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
fi
diff --git a/sys-libs/glibc/glibc-2.37-r10.ebuild
b/sys-libs/glibc/glibc-2.37-r10.ebuild
index e286418263d9..17732643a639 100644
--- a/sys-libs/glibc/glibc-2.37-r10.ebuild
+++ b/sys-libs/glibc/glibc-2.37-r10.ebuild
@@ -1538,7 +1538,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile && ! run_locale_gen
"${ED}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
}
@@ -1662,7 +1662,7 @@ pkg_postinst() {
if ! is_crosscompile && [[ -z ${ROOT} ]] ; then
if ! use compile-locales && ! run_locale_gen "${EROOT}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
fi
diff --git a/sys-libs/glibc/glibc-2.38-r13.ebuild
b/sys-libs/glibc/glibc-2.38-r13.ebuild
index a6f7a6b61394..d6987f6fcf9f 100644
--- a/sys-libs/glibc/glibc-2.38-r13.ebuild
+++ b/sys-libs/glibc/glibc-2.38-r13.ebuild
@@ -1557,7 +1557,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile && ! run_locale_gen
"${ED}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
}
@@ -1707,7 +1707,7 @@ pkg_postinst() {
use loong && glibc_refresh_ldconfig
if ! use compile-locales && ! run_locale_gen "${EROOT}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
fi
diff --git a/sys-libs/glibc/glibc-2.39-r11.ebuild
b/sys-libs/glibc/glibc-2.39-r11.ebuild
index c9a6c1b77dee..044dde05830a 100644
--- a/sys-libs/glibc/glibc-2.39-r11.ebuild
+++ b/sys-libs/glibc/glibc-2.39-r11.ebuild
@@ -1567,7 +1567,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile && ! run_locale_gen
"${ED}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
}
@@ -1718,7 +1718,7 @@ pkg_postinst() {
use loong && glibc_refresh_ldconfig
if ! use compile-locales && ! run_locale_gen "${EROOT}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
fi
diff --git a/sys-libs/glibc/glibc-2.40-r11.ebuild
b/sys-libs/glibc/glibc-2.40-r11.ebuild
index 8b2a720f5e2c..dc1490dbcd77 100644
--- a/sys-libs/glibc/glibc-2.40-r11.ebuild
+++ b/sys-libs/glibc/glibc-2.40-r11.ebuild
@@ -1547,7 +1547,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile && ! run_locale_gen
"${ED}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
}
@@ -1698,7 +1698,7 @@ pkg_postinst() {
use loong && glibc_refresh_ldconfig
if ! use compile-locales && ! run_locale_gen "${EROOT}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
# If fixincludes was/is active for a particular GCC slot, we
diff --git a/sys-libs/glibc/glibc-2.41-r5.ebuild
b/sys-libs/glibc/glibc-2.41-r5.ebuild
index 1d993f597bf7..4d6666a270ec 100644
--- a/sys-libs/glibc/glibc-2.41-r5.ebuild
+++ b/sys-libs/glibc/glibc-2.41-r5.ebuild
@@ -1561,7 +1561,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile && ! run_locale_gen
"${ED}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
}
@@ -1712,7 +1712,7 @@ pkg_postinst() {
use loong && glibc_refresh_ldconfig
if ! use compile-locales && ! run_locale_gen "${EROOT}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
# If fixincludes was/is active for a particular GCC slot, we
diff --git a/sys-libs/glibc/glibc-2.41-r6.ebuild
b/sys-libs/glibc/glibc-2.41-r6.ebuild
index 0018ccaecebe..feb0c810468e 100644
--- a/sys-libs/glibc/glibc-2.41-r6.ebuild
+++ b/sys-libs/glibc/glibc-2.41-r6.ebuild
@@ -1561,7 +1561,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile && ! run_locale_gen
"${ED}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
}
@@ -1712,7 +1712,7 @@ pkg_postinst() {
use loong && glibc_refresh_ldconfig
if ! use compile-locales && ! run_locale_gen "${EROOT}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
# If fixincludes was/is active for a particular GCC slot, we
diff --git a/sys-libs/glibc/glibc-2.42-r1.ebuild
b/sys-libs/glibc/glibc-2.42-r1.ebuild
index c455f78066c6..60b0954a3c02 100644
--- a/sys-libs/glibc/glibc-2.42-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.42-r1.ebuild
@@ -1569,7 +1569,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile && ! run_locale_gen
"${ED}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
}
@@ -1720,7 +1720,7 @@ pkg_postinst() {
use loong && glibc_refresh_ldconfig
if ! use compile-locales && ! run_locale_gen "${EROOT}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
# If fixincludes was/is active for a particular GCC slot, we
diff --git a/sys-libs/glibc/glibc-2.42.ebuild b/sys-libs/glibc/glibc-2.42.ebuild
index 818668f85ccf..fe945b6630e2 100644
--- a/sys-libs/glibc/glibc-2.42.ebuild
+++ b/sys-libs/glibc/glibc-2.42.ebuild
@@ -1569,7 +1569,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile && ! run_locale_gen
"${ED}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
}
@@ -1720,7 +1720,7 @@ pkg_postinst() {
use loong && glibc_refresh_ldconfig
if ! use compile-locales && ! run_locale_gen "${EROOT}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
# If fixincludes was/is active for a particular GCC slot, we
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index f20b32407f22..591810d05653 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -1569,7 +1569,7 @@ glibc_do_src_install() {
# Generate all locales if this is a native build as locale generation
if use compile-locales && ! is_crosscompile && ! run_locale_gen
"${ED}"; then
- die "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ die "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
}
@@ -1720,7 +1720,7 @@ pkg_postinst() {
use loong && glibc_refresh_ldconfig
if ! use compile-locales && ! run_locale_gen "${EROOT}"; then
- ewarn "locale-gen(1) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
+ ewarn "locale-gen(8) unexpectedly failed during the
${EBUILD_PHASE_FUNC} phase"
fi
# If fixincludes was/is active for a particular GCC slot, we