Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 861743 - app-i18n/man-pages-l10n-4.14.0 stable request
Summary: app-i18n/man-pages-l10n-4.14.0 stable request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords: ALLARCHES, CC-ARCHES, STABLEREQ
Depends on:
Blocks:
 
Reported: 2022-07-28 17:21 UTC by Ulrich Müller
Modified: 2022-07-30 03:21 UTC (History)
1 user (show)

See Also:
Package list:
app-i18n/man-pages-l10n-4.14.0
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2022-07-28 17:21:35 UTC
Thanks in advance.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-28 23:05:31 UTC
amd64 arm arm64 hppa ppc ppc64 sparc x86 (ALLARCHES) done

all arches done
Comment 2 Patrice Levesque 2022-07-29 23:40:18 UTC
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`
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-30 00:06:54 UTC
(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.
Comment 4 Patrice Levesque 2022-07-30 00:38:08 UTC
Submitted as https://bugs.gentoo.org/862198
Comment 5 Larry the Git Cow gentoo-dev 2022-07-30 03:21:09 UTC
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(-)