Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 695606 - x11-libs/libXvMC-1.0.12 - Detected file collision(s): /usr/include/X11/extensions/vldXvMC.h
Summary: x11-libs/libXvMC-1.0.12 - Detected file collision(s): /usr/include/X11/extens...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
: 695628 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-09-25 04:51 UTC by email200202
Modified: 2019-10-09 22:14 UTC (History)
9 users (show)

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


Attachments
build.log (build.log,37.78 KB, text/plain)
2019-09-25 04:55 UTC, email200202
Details

Note You need to log in before you can comment on or make changes to this bug.
Description email200202 2019-09-25 04:51:23 UTC
file collision(s):
   /usr/include/X11/extensions/vldXvMC.h

between two packages:
x11-base/xorg-proto-2019.1
x11-libs/libXvMC-1.0.12



Reproducible: Always

Steps to Reproduce:
1. emerge --sync
2. emerge -auvDN world


Actual Results:  
x11-libs/libXvMC-1.0.12 failed to emerge with the message:

>>> Installing (1 of 1) x11-libs/libXvMC-1.0.12::gentoo
 * checking 21 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/include/X11/extensions/vldXvMC.h
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * x11-base/xorg-proto-2019.1:0::gentoo
 *      /usr/include/X11/extensions/vldXvMC.h
 * 
 * Package 'x11-libs/libXvMC-1.0.12' NOT merged due to file collisions.
 * If necessary, refer to your elog messages for the whole content of the
 * above message.

>>> Failed to install x11-libs/libXvMC-1.0.12, Log file:
>>> Installing (1 of 1) x11-libs/libXvMC-1.0.12::gentoo
 * checking 21 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/include/X11/extensions/vldXvMC.h
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * x11-base/xorg-proto-2019.1:0::gentoo
 *      /usr/include/X11/extensions/vldXvMC.h
 * 
 * Package 'x11-libs/libXvMC-1.0.12' NOT merged due to file collisions.
 * If necessary, refer to your elog messages for the whole content of the
 * above message.

>>> Failed to install x11-libs/libXvMC-1.0.12, Log file:

Expected Results:  
It should not fail
Comment 1 email200202 2019-09-25 04:55:26 UTC
Created attachment 591006 [details]
build.log
Comment 2 email200202 2019-09-25 05:56:40 UTC
The two packages owning the file:

# portageq owners / /usr/include/X11/extensions/vldXvMC.h
x11-base/xorg-proto-2019.1
        /usr/include/X11/extensions/vldXvMC.h
x11-libs/libXvMC-1.0.12
        /usr/include/X11/extensions/vldXvMC.h


The two files from the two packages are identical:

# diff /usr/include/X11/extensions/vldXvMC.h ./vldXvMC.h
Comment 3 Miroslav Šulc gentoo-dev 2019-09-25 07:13:46 UTC
i can confirm this issue
Comment 4 Ostashevskyi Viktor 2019-09-25 11:31:53 UTC
Commit https://gitlab.freedesktop.org/xorg/lib/libxvmc/commit/0fab90b409a3e4848603bdb6b438523038239f23 upstream. It is claimed that there will be no conflict with xorg-proto-2019.2.

This should be reflected in ebuild.
Comment 5 Brian Evans (RETIRED) gentoo-dev 2019-09-25 16:10:23 UTC
*** Bug 695628 has been marked as a duplicate of this bug. ***
Comment 6 Larry the Git Cow gentoo-dev 2019-09-25 20:58:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb66262dff567c30bbbbb09a4002117bf549cad

commit 9cb66262dff567c30bbbbb09a4002117bf549cad
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2019-09-25 20:57:31 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2019-09-25 20:57:54 +0000

    x11-libs/libXvMC: Add blocker dep on x11-base/xorg-proto
    
    Closes: https://bugs.gentoo.org/695606
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 x11-libs/libXvMC/libXvMC-1.0.12.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 7 Guilherme Amadio gentoo-dev 2019-09-26 11:52:40 UTC
How is one supposed to upgrade their system when 2019.1 is the latest version of xorg-proto? I get the blocker and have no way forward:

[nomerge       ] x11-drivers/xf86-video-intel-2.99.917_p20190301::gentoo  USE="dri sna udev uxa xvmc -debug -tools" 
[ebuild     U  ]  x11-libs/libXvMC-1.0.12::gentoo [1.0.11::gentoo] USE="-static-libs" ABI_X86="32 (64) (-x32)" 0 KiB
[blocks B      ] <x11-base/xorg-proto-2019.2 ("<x11-base/xorg-proto-2019.2" is blocking x11-libs/libXvMC-1.0.12)
Comment 8 Larry the Git Cow gentoo-dev 2019-09-26 12:40:11 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e62bffae201000b823cf563fc1dee2e40e81199

commit 2e62bffae201000b823cf563fc1dee2e40e81199
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2019-09-26 12:35:02 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2019-09-26 12:39:11 +0000

    profiles: [QA] Package mask x11-libs/libXvMC-1.0.12.
    
    The ebuild blocks against <x11-base/xorg-proto-2019.2, and at the same
    time depends on it (newest version in tree is xorg-proto-2019.1).
    
    Bug: https://bugs.gentoo.org/695606
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 profiles/package.mask | 4 ++++
 1 file changed, 4 insertions(+)
Comment 9 Matt Turner gentoo-dev 2019-10-09 22:14:15 UTC
Will be unmasked when the new xorgproto release is in tree.