Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911339 - sys-apps/util-linux-9999: File collisions with sys-apps/shadow
Summary: sys-apps/util-linux-9999: File collisions with sys-apps/shadow
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-27 20:24 UTC by Jay Faulkner
Modified: 2023-07-28 01:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log.xz,45.33 KB, text/plain)
2023-07-27 20:25 UTC, Jay Faulkner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jay Faulkner 2023-07-27 20:24:23 UTC
While trying to install -9999 util-linux (to test it for bug 911336), I got the following error about file collisions between util-linux and shadow:

I don't believe it will matter, but my command line was:

`ACCEPT_KEYWORDS='**' emerge -1 =sys-apps/util-linux-9999

 * Messages for package sys-apps/util-linux-9999:

 * This package will overwrite one or more files that may belong to other
 * packages (see list below). You can use a command such as `portageq
 * owners / <filename>` to identify the installed package that owns a
 * file. If portageq reports that only one package owns a file then do
 * NOT file a bug report. A bug report is only useful if it identifies at
 * least two or more packages that are known to install the same file(s).
 * If a collision occurs and you can not explain where the file came from
 * then you should simply ignore the collision since there is not enough
 * information to determine if a real problem exists. Please do NOT file
 * a bug report at https://bugs.gentoo.org/ unless you report exactly
 * which two packages install the same file(s). See
 * https://wiki.gentoo.org/wiki/Knowledge_Base:Blockers for tips on how
 * to solve the problem. And once again, please do NOT file a bug report
 * unless you have completely understood the above message.
 * 
 * Detected file collision(s):
 * 
 * 	/usr/share/man/fr/man1/login.1.bz2
 * 	/usr/share/man/fr/man1/chsh.1.bz2
 * 	/usr/share/man/de/man1/login.1.bz2
 * 	/usr/share/man/de/man1/newgrp.1.bz2
 * 	/usr/share/man/de/man1/chsh.1.bz2
 * 	/usr/share/man/de/man1/chfn.1.bz2
 * 	/usr/share/man/de/man8/nologin.8.bz2
 * 	/usr/share/man/de/man8/vipw.8.bz2
 * 	/usr/share/man/de/man8/vigr.8
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * sys-apps/shadow-4.13-r4:0::gentoo
 * 	/usr/share/man/de/man1/chfn.1.bz2
 * 	/usr/share/man/de/man1/chsh.1.bz2
 * 	/usr/share/man/de/man1/login.1.bz2
 * 	/usr/share/man/de/man1/newgrp.1.bz2
 * 	/usr/share/man/de/man8/nologin.8.bz2
 * 	/usr/share/man/de/man8/vigr.8
 * 	/usr/share/man/de/man8/vipw.8.bz2
 * 	/usr/share/man/fr/man1/chsh.1.bz2
 * 	/usr/share/man/fr/man1/login.1.bz2
 * 
 * Package 'sys-apps/util-linux-9999' NOT merged due to file collisions.
 * If necessary, refer to your elog messages for the whole content of the
 * above message.

 * Regenerating GNU info directory index...
 * Processed 123 info files.

Full build log attached. Build performed with two use flag modifications: abi_x86_32, tty-helpers
Comment 1 Jay Faulkner 2023-07-27 20:25:03 UTC
Created attachment 866450 [details]
build log