Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376305 - app-doc/xorg-docs-1.4-r1 vs. x11-proto/printproto-1.0.5: file collision on /usr/share/man/man7/Xprint.7.bz2
Summary: app-doc/xorg-docs-1.4-r1 vs. x11-proto/printproto-1.0.5: file collision on /u...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-25 07:25 UTC by Martin Mokrejš
Modified: 2011-07-25 18:37 UTC (History)
0 users

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 Martin Mokrejš 2011-07-25 07:25:48 UTC
* Messages for package x11-proto/printproto-1.0.5:

 * 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 http://bugs.gentoo.org unless you report exactly which
 * two packages install the same file(s). Once again, please do NOT file
 * a bug report unless you have completely understood the above message.
 * 
 * Detected file collision(s):
 * 
 *      /usr/share/man/man7/Xprint.7.bz2
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * app-doc/xorg-docs-1.4-r1
 *      /usr/share/man/man7/Xprint.7.bz2
 * 
 * Package 'x11-proto/printproto-1.0.5' NOT merged due to file
 * collisions. If necessary, refer to your elog messages for the whole
 * content of the above message.
Comment 1 Pacho Ramos gentoo-dev 2011-07-25 16:19:21 UTC
xorg-docs is not available in main tree, what overlay are you using for it?
Comment 2 Martin Mokrejš 2011-07-25 18:09:35 UTC
Right, at the moment I do not use any overlay anymore, well except science where I do commit to. So it looks that happened to be a leftover from the past. How can I check what overlay was that some time ago? I think I used x11 for a while when filed some xorg-server/xdm bugs and remi@ proposed to test.
Comment 3 Pacho Ramos gentoo-dev 2011-07-25 18:24:56 UTC
This is invalid then

To know what repo did you use in the past, take a look under /var/db/pkg, for exampe, to know the repo where I merged openrc:

# cat /var/db/pkg/sys-apps/openrc-0.8.3-r1/repository 
gentoo

Hope it helps :)
Comment 4 Martin Mokrejš 2011-07-25 18:37:10 UTC
$ find /var/db/pkg -name xorg-docs* | xargs cat
cat: /var/db/pkg/app-doc/xorg-docs-1.4-r1: Is a directory
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/xorg-docs/xorg-docs-1.4-r1.ebuild,v 1.11 2007/10/08 01:33:26 vapier Exp $

# Must be before x-modular eclass is inherited
SNAPSHOT="yes"

inherit x-modular

DESCRIPTION="X.Org docs"

KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"

RDEPEND=""
DEPEND="${RDEPEND}
        >=x11-misc/util-macros-1.1.5
        doc? (
                >=app-doc/xorg-sgml-doctools-1.2
                app-text/docbook-sgml-utils
                ~app-text/docbook-sgml-dtd-4.2
                app-text/docbook-dsssl-stylesheets
        )"

IUSE="doc"

PATCHES="${FILESDIR}/1.1-allow_manpages_only.patch
        ${FILESDIR}/65533-URL-interpolation.patch
        ${FILESDIR}/1.4-sgml-fixes.patch"

CONFIGURE_OPTIONS="--with-x11docdir=/usr/share/doc/${PF}
        $(use_enable doc non-man-docs)
        $(use_enable doc txt)
        $(use_enable doc pdf)
        $(use_enable doc html)
        $(use_enable doc ps)"

# parallel build broken -- https://bugs.gentoo.org/show_bug.cgi?id=170798
MAKEOPTS="${MAKEOPTS} -j1"
$ cat /var/db/pkg/app-doc/xorg-docs-1.4-r1/repository 
gentoo
$ 


I will unmerge the old stuff, thanks.