[MacPorts] #16599: py30-tkinter can't activate: Not a directory

MacPorts noreply at macports.org
Fri Oct 10 17:15:09 PDT 2008


#16599: py30-tkinter can't activate: Not a directory
--------------------------------------+-------------------------------------
  Reporter:  ryandesign at macports.org  |       Owner:  mww at macports.org
      Type:  defect                   |      Status:  new             
  Priority:  Normal                   |   Milestone:  Port Bugs       
 Component:  ports                    |     Version:  1.6.0           
Resolution:                           |    Keywords:                  
      Port:  py30-tkinter             |  
--------------------------------------+-------------------------------------
Changes (by raimue at macports.org):

 * cc: raimue at macports.org (added)


Comment:

 The py30-* ports use
 `--prefix=${prefix}/Library/Frameworks/Python.framework/Versions/3.0` but
 should be using `--prefix=${prefix}` as py25-* does.

 The problem occurs because
 `${prefix}/Library/Frameworks/Python.framework/Versions/3.0/lib/python3.0`
 is already known to the file_map.db as a symlink. Now the requested path
 wants to add a new item below this path, but it fails as it hits a file
 and that triggers the "Not a directory" error.

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


More information about the macports-tickets mailing list