Ticket #21186 (closed defect: fixed)
vtk5 +carbon +python variants fail to build on Snow Leopard
Description
Building vtk5 fails for me on a fresh installation of MacPorts 1.8 on Snow Leopard. The variant I am trying to build is the one suggested by the mayavi2 package, see http://trac.macports.org/ticket/19567.
#> sudo port install vtk5 +carbon +python -tcltk -x11 Password: ---> Computing dependencies for vtk5 ---> Building vtk5 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_vtk5/work/VTK" && /usr/bin/make -j2 all " returned error 2 Command output: make[2]: *** No rule to make target `/opt/local/lib/libpython2.5.dylib', needed by `bin/vtkWrapPython'. Stop. make[1]: *** [Wrapping/CMakeFiles/vtkWrapPython.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 0%] Built target vtkWrapPythonInit make: *** [all] Error 2
The file /opt/local/lib/libpython2.5.dylib indeed does not exist, but the python25 package is installed and working fine.
Any ideas?
Change History
Note: See
TracTickets for help on using
tickets.

