Changes between Initial Version and Version 3 of Ticket #25401


Ignore:
Timestamp:
Nov 19, 2010, 10:38:49 PM (13 years ago)
Author:
anddam (Andrea D'Amore)
Comment:

It seems that mp thought py25-setuptools was not installed.

It has been 5 months since you open the ticket so maybe you've changed your setup, is the tickes still up to date? i.e. can you reproduce the issue?

I wrapped description at 80 columns.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25401

    • Property Cc and.damore@… added
    • Property Status changed from new to assigned
    • Property Owner changed from macports-tickets@… to and.damore@…
  • Ticket #25401 – Description

    initial v3  
    11When trying to upgrade py25-numpy:
     2
    23{{{
    3 --->  Computing dependencies for py25-nose..
    4 --->  Dependencies to be installed: py25-distribute
    5 --->  Activating py25-distribute @0.6.13_0
    6 Error: Target org.macports.activate returned: Image error: /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info already exists and does not belong to a registered port.  Unable to activate port py25-distribute. Use 'port -f activate py25-distribute' to force the activation.
    7 Log for py25-distribute is at: /opt/local/var/macports/logs/_Users_vinc17_software_dports_python_py25-distribute/main.log
    8 Error: The following dependencies failed to build: py25-distribute
    9 Error: Unable to upgrade port: 1
     4
     5--->  Computing dependencies for py25-nose.. --->  Dependencies to be installed:
     6py25-distribute --->  Activating py25-distribute @0.6.13_0 Error: Target
     7org.macports.activate returned: Image error:
     8/opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info already
     9exists and does not belong to a registered port.  Unable to activate port
     10py25-distribute. Use 'port -f activate py25-distribute' to force the activation.
     11Log for py25-distribute is at:
     12/opt/local/var/macports/logs/_Users_vinc17_software_dports_python_py25-
     13distribute/main.log Error: The following dependencies failed to build:
     14py25-distribute Error: Unable to upgrade port: 1
     15
    1016}}}
    1117However /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info has files that belong to py25-setuptools:
     18
    1219{{{
    13 $ port contents py25-setuptools | grep /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info
    14   /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info/PKG-INFO
    15   /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info/SOURCES.txt
    16   /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info/dependency_links.txt
    17   /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info/entry_points.txt
    18   /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info/top_level.txt
    19   /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info/zip-safe
     20
     21$ port contents py25-setuptools | grep
     22/opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info
     23  /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info/PKG-
     24  /INFO
     25  /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info/
     26  /SOURCES.txt
     27  /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info/
     28  /dependency_links.txt
     29  /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info/
     30  /entry_points.txt
     31  /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info/
     32  /top_level.txt
     33  /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info/zip-
     34  /safe
     35
    2036}}}
     37
    2138and all the files in /opt/local/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg-info belong to py25-setuptools.
    2239