Summary: | app-i18n/man-pages-l10n-4.14.0 stable request | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ulrich Müller <ulm> |
Component: | Stabilization | Assignee: | Ulrich Müller <ulm> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gentoo.wayne |
Priority: | Normal | Keywords: | ALLARCHES, CC-ARCHES, STABLEREQ |
Version: | unspecified | Flags: | nattka:
sanity-check+
|
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: |
app-i18n/man-pages-l10n-4.14.0
|
Runtime testing required: | --- |
Description
Ulrich Müller
2022-07-28 17:21:35 UTC
amd64 arm arm64 hppa ppc ppc64 sparc x86 (ALLARCHES) done all arches done File `/usr/share/man/fr/man1/su.1.xz` conflicts between this package and =sys-apps/shadow-4.11.1 (the only version in portage). Likely it happens for a couple of languages: ``` $ qlist sys-apps/shadow | grep 'su\.1' | sort /usr/share/man/cs/man1/su.1.xz /usr/share/man/de/man1/su.1.xz /usr/share/man/fi/man1/su.1.xz /usr/share/man/fr/man1/su.1.xz /usr/share/man/hu/man1/su.1.xz /usr/share/man/it/man1/su.1.xz /usr/share/man/ja/man1/su.1.xz /usr/share/man/ko/man1/su.1.xz /usr/share/man/man1/su.1.xz /usr/share/man/ru/man1/su.1.xz /usr/share/man/tr/man1/su.1.xz /usr/share/man/zh_CN/man1/su.1.xz /usr/share/man/zh_TW/man1/su.1.xz ``` Likely the `=app-i18n/man-pages-l10n-4.14.0` ebuild exception in `noinst_manpages` for that manpage should be changed from: `de/su.1` to `{cs,de,fi,fr,hu,it}/su.1` (In reply to Patrice Levesque from comment #2) > File `/usr/share/man/fr/man1/su.1.xz` conflicts between this package and > =sys-apps/shadow-4.11.1 (the only version in portage). > Please file a new bug for this issue. Submitted as https://bugs.gentoo.org/862198 The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500bff78581acb71b695e8e29eff42c666420a64 commit 500bff78581acb71b695e8e29eff42c666420a64 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2022-07-30 03:13:13 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2022-07-30 03:21:00 +0000 app-i18n/man-pages-l10n: Fix file collision with sys-apps/shadow If there is a file collision in any language, then remove all language versions of that file. Bug: https://bugs.gentoo.org/861743#c2 Signed-off-by: Ulrich Müller <ulm@gentoo.org> ...14.0.ebuild => man-pages-l10n-4.14.0-r1.ebuild} | 77 +++++++++++----------- 1 file changed, 39 insertions(+), 38 deletions(-) |