[MacPorts] #16593: py25-setuptools 0.6c8 broken in a way I don't fully comprehend

MacPorts noreply at macports.org
Fri Sep 19 06:28:32 PDT 2008


#16593: py25-setuptools 0.6c8 broken in a way I don't fully comprehend
--------------------------------------+-------------------------------------
  Reporter:  macports at mail.taugt.net  |       Owner:  macports-tickets at lists.macosforge.org
      Type:  defect                   |      Status:  new                                  
  Priority:  Normal                   |   Milestone:  Port Bugs                            
 Component:  ports                    |     Version:  1.6.0                                
Resolution:                           |    Keywords:                                       
      Port:                           |  
--------------------------------------+-------------------------------------

Comment(by macports at mail.taugt.net):

 I kind of fixed it. This is the wrong approach:
 {{{
  cd /opt/local/lib/python2.5/site-packages; sudo ln -s ../site.py
 }}}

 because that's a non-setuptools site.py.
 This is better:

 {{{
  cd /opt/local/lib/python2.5/site-packages; sudo ln -s
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-setuptools/work/setuptools-0.6c8/site.py
 }}}

 after doing that, setuptools seems to work fine! However it might still be
 the wrong approach.

-- 
Ticket URL: <http://trac.macports.org/ticket/16593#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list