Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 486060 - dev-qt/qtgui-4.8.5-r1 (upgrading) with dev-qt/qthelp-4.8.4 (installed) - file collision in /usr/bin/qttracereplay
Summary: dev-qt/qtgui-4.8.5-r1 (upgrading) with dev-qt/qthelp-4.8.4 (installed) - file...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-26 03:40 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2013-09-29 10:44 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 Arfrever Frehtes Taifersar Arahesis 2013-09-26 03:40:41 UTC
During upgrade from Qt 4.8.4 to 4.8.5 the following error occurs:

>>> Installing (3 of 15) dev-qt/qtgui-4.8.5-r1
 * checking 1505 files for package collisions
1000 files checked ...
 * 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). See
 * http://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.
 * 
 * package dev-qt/qtgui-4.8.5-r1 NOT merged
 * 
 * Detected file collision(s):
 * 
 *      /usr/bin/qttracereplay
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * dev-qt/qthelp-4.8.4:4::gentoo
 *      /usr/bin/qttracereplay
 * 
 * Package 'dev-qt/qtgui-4.8.5-r1' NOT merged due to file collisions. If
 * necessary, refer to your elog messages for the whole content of the
 * above message.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2013-09-26 03:48:33 UTC
Probable fix:

--- qtgui-4.8.5-r1.ebuild
+++ qtgui-4.8.5-r1.ebuild
@@ -51,6 +51,7 @@
        mng? ( >=media-libs/libmng-1.0.9 )
        nas? ( >=media-libs/nas-1.5 )
        tiff? ( media-libs/tiff:0 )
+       !<dev-qt/qthelp-4.8.5
 "
 DEPEND="${RDEPEND}
        !aqua? (
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2013-09-29 10:44:39 UTC
Fixed in cvs. Thanks for reporting.