With python2.5 math/vtk-python failed to build. Fix: Add a new patch, files/extra-patch-Common-vtkPythonUtil.cxx. How-To-Repeat: # make (snip) [ 19%] Building CXX object Common/CMakeFiles/vtkCommonPython.dir/vtkPythonUtil.o /usr/ports/math/vtk-python/work/VTK/Common/vtkPythonUtil.cxx: In function `PyObject* PyVTKClassMetaType_GetAttr(PyTypeObject*, char*)': /usr/ports/math/vtk-python/work/VTK/Common/vtkPythonUtil.cxx:734: error: invalid conversion from `const char*' to `char*' gmake[2]: *** [Common/CMakeFiles/vtkCommonPython.dir/vtkPythonUtil.o] $B%(%i!<(B 1 gmake[1]: *** [Common/CMakeFiles/vtkCommonPython.dir/all] $B%(%i!<(B 2 gmake: *** [all] $B%(%i!<(B 2 *** Error code 2 Stop in /usr/ports/math/vtk-python.
State Changed From-To: open->feedback Awaiting maintainers feedback
miwi 2006-12-09 14:55:45 UTC FreeBSD ports repository Added files: math/vtk-python/files extra-patch-Common-vtkPythonUtil.cxx Log: - Fix build with python 2.5 PR: ports/104323 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: maintainer timeout Revision Changes Path 1.1 +11 -0 ports/math/vtk-python/files/extra-patch-Common-vtkPythonUtil.cxx (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!
On 2006/12/09, at 14:56, Martin Wilke wrote: > Synopsis: [patch] math/vtk-python build failure with python2.5 > > State-Changed-From-To: feedback->closed > State-Changed-By: miwi > State-Changed-When: Sat Dec 9 14:56:06 UTC 2006 > State-Changed-Why: > Committed. Thanks! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=104323 > It seems that the first half of the patch, for Makefile, was not committed. It is necessary, isn't it?