Hi, I'm wondering if anyone else is having problems compiling ParaView from CVS on SuSE Linux Enterprise Server 10 Service Pack 2 since the commit with ID t8b2Z3fhip0uNJWt that occurred at 2009/07/22 20:36:16 CEST
On my SLES 10 SP2 system cmake 2.6-patch 4, GNU make 3.80, Qt 4.5.2, GNU binutils 2.19.1, GNU bison 2.3 and gcc 4.3.3 are installed. make gets up to 50% and then bails out whenever trying to invoke bin/vtkWrapClientServer: [ 50%] Generating vtkArrayCoordinateIteratorClientServer.cxx /bin/sh: line 1: 29983 Segmentation fault ../../../bin/vtkWrapClientServer /home/foo/ParaView3_CVS/VTK/Common/vtkArrayCoordinateIterator.h /home/foo/ParaView3_CVS/VTK/Wrapping/hints 1 /home/foo/paracompile_linux64/Utilities/VTKClientServer/Common/vtkArrayCoordinateIteratorClientServer.cxx make[2]: *** [Utilities/VTKClientServer/Common/vtkArrayCoordinateIteratorClientServer.cxx] Error 139 make[1]: *** [Utilities/VTKClientServer/Common/CMakeFiles/vtkCommonCS.dir/all] Error 2 make: *** [all] Error 2 Re-invocation of make pushes progress one step further, because on segfault an empty file is created for Utilities/VTKClientServer/Common/vtkArrayCoordinateIteratorClientServer.cxx Utilities/VTKClientServer/Common/vtkAbstractArrayClientServer.cxx Utilities/VTKClientServer/Common/vtkAbstractTransformClientServer.cxx Utilities/VTKClientServer/Common/vtkAmoebaMinimizerClientServer.cxx Utilities/VTKClientServer/Common/vtkAnimationCueClientServer.cxx Utilities/VTKClientServer/Common/vtkAnimationSceneClientServer.cxx Utilities/VTKClientServer/Common/vtkArrayIteratorClientServer.cxx Utilities/VTKClientServer/Common/vtkAssemblyNodeClientServer.cxx Utilities/VTKClientServer/Common/vtkAssemblyPathClientServer.cxx etc. It happens for both Release and Debug builds. Running the critical command through gdb (using ddt as frontend): % cd Utilities/VTKClientServer/Common % ddt ../../../bin/vtkWrapClientServer /home/foo/ParaView3_CVS/VTK/Common/vtkArrayCoordinateIterator.h /home/foo/ParaView3_CVS/VTK/Wrapping/hints 1 /home/foo/paracompile_linux64/Utilities/VTKClientServer/Common/vtkArrayCoordinateIteratorClientServer.cxx the debugger reports a problem in getClassInfo (vtkWrapClientServer.c:1225), reason: address not mapped to object It happens both for a SuSE provided gcc-4.3.3 as well as a self-compiled gcc 4.3.3 Compilation using the same source tree and cmake 2.6-patch 4, GNU make 3.80/3.81, Qt 4.5.2, GNU binutils 2.19.1, GNU bison 2.3 and gcc 4.3.3 works fine on openSuSE 11.1 32bit, openSuSE 10.3 64bit and Ubuntu 9.04 64bit. Has anyone a hint what prerequisite to upgrade or what else to try? Best regards, Sven _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
