Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 617462 - sys-apps/man-pages-4.11 with dev-libs/libbsd-0.8.3 - file collision at /usr/share/man/man3/explicit_bzero.3
Summary: sys-apps/man-pages-4.11 with dev-libs/libbsd-0.8.3 - file collision at /usr/s...
Status: RESOLVED FIXED
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: 2017-05-04 14:18 UTC by Albert W. Hopkins
Modified: 2017-09-10 10:21 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Albert W. Hopkins 2017-05-04 14:18:41 UTC
Yet another man-pages collision:

 * Detected file collision(s):
 * 
 *      /usr/share/man/man3/explicit_bzero.3
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * dev-libs/libbsd-0.8.3:0::gentoo
 *      /usr/share/man/man3/explicit_bzero.3
 * 
 * Package 'sys-apps/man-pages-4.11' NOT merged due to file collisions.
 * If necessary, refer to your elog messages for the whole content of the
 * above message.
Comment 1 Perfect Gentleman 2017-05-06 23:07:05 UTC
>>> Installing (1 of 1) dev-libs/libbsd-0.8.3::gentoo
 * checking 79 files for package collisions
 * 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/man3/explicit_bzero.3
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * sys-apps/man-pages-4.11:0::gentoo
 *      /usr/share/man/man3/explicit_bzero.3
 * 
 * Package 'dev-libs/libbsd-0.8.3' NOT merged due to file collisions. If
 * necessary, refer to your elog messages for the whole content of the
 * above message.

>>> Failed to install dev-libs/libbsd-0.8.3, Log file:

>>>  '/tmp/portage/dev-libs/libbsd-0.8.3/temp/build.log'
Comment 2 Perfect Gentleman 2017-05-08 05:04:45 UTC
how that fixed in Arch
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/man-pages&id=58ece804773c3ccbf44a7315c3a2ec97132b3546
-----------------------
+  # included in libbsd
+  rm -f man3/explicit_bzero.3
------------------------------
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2017-05-31 08:33:19 UTC
commit b85aff092040b643e4728d3fc782e14bfdf1c4c0 (HEAD -> master, origin/master, origin/HEAD)
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Wed May 31 10:32:45 2017

    sys-apps/man-pages: block older libbsd that install colliding man pages
    
    https://bugs.gentoo.org/617462
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.2

commit 6f8e62a68c25723d9cd1d1caa51c8c93458e4a3a
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Wed May 31 10:29:39 2017

    dev-libs/libbsd: Revbump to remove explicit_bzero.3 man page
    
    https://bugs.gentoo.org/617462
    
    Package-Manager: Portage-2.3.6, Repoman-2.3.2