Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 405535 - dev-python/logilab-common dev-python/logilab-constraint file collision
Summary: dev-python/logilab-common dev-python/logilab-constraint file collision
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-24 09:21 UTC by Patrick Lauer
Modified: 2012-03-12 07:20 UTC (History)
0 users

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


Attachments
ebuild patch for logilab-constraint-0.4.0 (logilab-constraint.patch,767 bytes, patch)
2012-02-29 09:55 UTC, Ian Delaney (RETIRED)
Details | Diff
ebuild patch logilab-common-0.57.1 (logilab-common.patch,756 bytes, patch)
2012-02-29 10:04 UTC, Ian Delaney (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2012-02-24 09:21:06 UTC
* Messages for package dev-python/logilab-constraint-0.4.0:

 * 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/jython-2.5/Lib/site-packages/logilab/__init__.py
 *      /usr/lib64/pypy1.8/site-packages/logilab/__init__.py
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * dev-python/logilab-common-0.57.1
 *      /usr/lib64/pypy1.8/site-packages/logilab/__init__.py
 *      /usr/share/jython-2.5/Lib/site-packages/logilab/__init__.py
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2012-02-24 09:25:07 UTC
I guess this is another one of those fun namespace issues.
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2012-02-29 09:55:58 UTC
Created attachment 303701 [details, diff]
ebuild patch for logilab-constraint-0.4.0
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2012-02-29 10:04:54 UTC
Created attachment 303707 [details, diff]
ebuild patch logilab-common-0.57.1

and the other
Comment 4 Patrick Lauer gentoo-dev 2012-03-12 07:20:22 UTC
+  12 Mar 2012; Patrick Lauer <patrick@gentoo.org> logilab-common-0.57.1.ebuild:
+  Fix for 405535 thanks to Ian Delaney