Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131833 - numpy & f2py packages file collision
Summary: numpy & f2py packages file collision
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-30 14:49 UTC by BORGULYA Gábor
Modified: 2006-07-17 09:25 UTC (History)
1 user (show)

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 BORGULYA Gábor 2006-04-30 14:49:15 UTC
# emerge --ask --verbose numpy                  
[...]
>>> extracting numpy-0.9.6
* checking 269 files for package collisions
existing file /usr/bin/f2py is not owned by this package
* spent 0.0511419773102 seconds checking for file collisions
* This package is blocked because it wants to overwrite
* files belonging to other packages (see messages above).
* If you have no clue what this is all about report it
* as a bug for this package on http://bugs.gentoo.org

package dev-python/numpy-0.9.6 NOT merged

No package files given... Grabbing a set.
# equery b /usr/bin/f2py
[ Searching for file(s) /usr/bin/f2py in *... ]
dev-python/f2py-2.39.235.1693 (/usr/bin/f2py)
#
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2006-06-07 10:41:45 UTC
numpy provides f2py as part of the package. 
numpy-0.9.8 in the Gentoo Scientific overlay (http://gentooscience.org) should fix it. 
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2006-07-17 09:25:17 UTC
Adding block on dev-python/f2py and vice versa on f2py. Thanks for the report and solution.