Summary: | File collisions between games-fps/ut2004-3369-r4 and games-fps/ut2004-data-3186-r3 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nicholas Doyle <njdoyle+bugs> |
Component: | [OLD] Games | Assignee: | Gentoo Games <games> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fernando, mailingdotlist, pacho, ReidarIS, uberthoth |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Nicholas Doyle
2009-01-05 02:40:18 UTC
I preceded the emerge statement with something like this and it worked here: FEATURES="-collision-protect -protect-owned" emerge ut2004 seems the protect-owned is on by default these days. Maybe the ebuild should be updated? Bug and fix both confirmed. I get this: * 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. * * package games-fps/ut2004-3369-r4 NOT merged * * Detected file collision(s): * * /opt/ut2004/System/libSDL-1.2.so.0 * /opt/ut2004/System/openal.so * * Searching all installed packages for file collisions... * * Press Ctrl-C to Stop * * games-fps/ut2004-data-3186-r3 * /opt/ut2004/System/libSDL-1.2.so.0 * /opt/ut2004/System/openal.so * * Package 'games-fps/ut2004-3369-r4' NOT merged due to file collisions. * If necessary, refer to your elog messages for the whole content of the * above message. (In reply to comment #3) > I get this: > * 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. > * > * package games-fps/ut2004-3369-r4 NOT merged > * > * Detected file collision(s): > * > * /opt/ut2004/System/libSDL-1.2.so.0 > * /opt/ut2004/System/openal.so > * > * Searching all installed packages for file collisions... > * > * Press Ctrl-C to Stop > * > * games-fps/ut2004-data-3186-r3 > * /opt/ut2004/System/libSDL-1.2.so.0 > * /opt/ut2004/System/openal.so > * > * Package 'games-fps/ut2004-3369-r4' NOT merged due to file collisions. > * If necessary, refer to your elog messages for the whole content of the > * above message. > i get exactly the same (amd64, multilib @ athlon64 x2). #1 sorted the issue for me (though i haven't tried to start the game yet) Confirmed Bug and Fix. some revisions later an the bug is still there: * * Detected file collision(s): * * /opt/ut2004/System/openal.so * /opt/ut2004/System/libSDL-1.2.so.0 * * Searching all installed packages for file collisions... * * Press Ctrl-C to Stop * * games-fps/ut2004-data-3186-r3 * /opt/ut2004/System/libSDL-1.2.so.0 * /opt/ut2004/System/openal.so * * Package 'games-fps/ut2004-3369.3-r1' NOT merged due to file * collisions. If necessary, refer to your elog messages for the whole * content of the above message. /opt/ut2004/System/openal.so /opt/ut2004/System/libSDL-1.2.so.0 These two files are no longer installed by games-fps/ut2004-data and it's safe to let games-fps/ut2004 replace them, either by deleting them manually before installing, or by temporarily disabling collision-protect. games-fps/ut2004-data wasn't bumped for this change to spare people from having to reinstall it just to remove some files. ^ Fixed |