Paraview's superbuild is supposed to pull and build all the dependencies. Checkout the nightly-superbuild script to see what are enabled on the linux dashboards
http://open.cdash.org/viewNotes.php?buildid=2757649 Also here is the info about the released paraview binaries: http://paraview.org/Wiki/ParaView_Binaries HTH, Yumin On Wed, Jan 9, 2013 at 11:59 AM, Pei-Ying Hsieh <[email protected]> wrote: > Hi, Yumin, > > I am able to compile the released 3.14 source without any issue. But, I > always has trouble with the development version from git. > > I just downloaded the binary version of 3.98 for linux 64 and got the > following error message: > > phsieh@galaxy:~/Downloads/tempDir/ParaView-3.98.0-Linux-64bit/bin> > ./paraview > ERROR: In > /home/utkarsh/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/paraview/src/paraview/VTK/GUISupport/Qt/vtkEventQtSlotConnect.cxx, > line 68 > vtkEventQtSlotConnect (0xc4d130): Cannot connect NULL objects. > > > Segmentation fault > ----------------------------- > It does look like it is my system causing the issue. I will take a look at > the superbuild info you suggested. > > By the way, is there any documents that describe the requirements for > Paraview-3.98 (for linux 64)? Maybe I am missing some library or have > conflicts? I have several workstations with OpenSUSE 12.2 64. All having > the same issue. > > Best Regards, > > Pei-Ying > > > ________________________________ > From: Yumin Yuan <[email protected]> > To: Pei-Ying Hsieh <[email protected]> > Cc: Utkarsh Ayachit <[email protected]>; paraview > <[email protected]> > Sent: Wednesday, January 9, 2013 9:11 AM > > Subject: Re: [Paraview] ParaView from git, make fail on OpenSUSE 12.2 > > Hi Pei-Ying, > > Checking back this mailing list, it seems that you (and maybe only you > because no other people has reported this) have been having this > problem since 3.14.1, which makes me think this problem might be > unique to your development environment. Since we don't have a system > here like yours to track this down, I suggest you put on a developer's > hat and do some serious debugging yourself :). I suggest to start with > clean source and build directories and use paraview's superbuild > (http://paraview.org/Wiki/ParaView:Superbuild). > > sorry I can't give you more helpful ideas. > Yumin > > On Tue, Jan 8, 2013 at 9:29 PM, Pei-Ying Hsieh <[email protected]> wrote: >> Hi, Yumin, >> >> I turned off USE_MPI and ffmpeg in ccmake, re-did make and make install, >> still getting the same error: >> >> hsieh@jali:~/projects/build-devel> paraview -dr >> ERROR: In >> >> /home/hsieh/projects/ParaView-devel/ParaView/VTK/GUISupport/Qt/vtkEventQtSlotConnect.cxx, >> line 68 >> vtkEventQtSlotConnect (0x1be85b0): Cannot connect NULL objects. >> >> >> Segmentation fault >> ---------------------------------------- >> qmake --version returned: >> >> hsieh@jali:~/OpenFOAM/hsieh-2.1.x/run/damBreak> qmake --version >> QMake version 2.01a >> Using Qt version 4.8.1 in /usr/lib64 >> >> Pei-Ying >> >> >> >> ________________________________ >> From: Yumin Yuan <[email protected]> >> To: Pei-Ying Hsieh <[email protected]> >> Cc: Utkarsh Ayachit <[email protected]>; paraview >> <[email protected]> >> Sent: Tuesday, January 8, 2013 5:04 PM >> >> Subject: Re: [Paraview] ParaView from git, make fail on OpenSUSE 12.2 >> >> A trial-and-error suggestion to debug the problem: >> The segfault seems to be due to an uninitialized vtkProcessMoudule, >> and to narrow down a bit more (if that is the issue), can you try to >> set PARAVIEW_USE_MPI cmake variable to OFF, then run 'paraview -dr' to >> see if that makes a difference? >> >> Yumin >> >> On Tue, Jan 8, 2013 at 3:05 PM, Pei-Ying Hsieh <[email protected]> >> wrote: >>> Hi, Utkarsh, >>> >>> I moved ~/.config/ParaView to home folder, rebooted the computer, but, >>> still >>> received segmentation fault. >>> >>> >>> ERROR: In >>> >>> >>> /home/phsieh/projects/ParaView/ParaView/VTK/GUISupport/Qt/vtkEventQtSlotConnect.cxx, >>> line 68 >>> vtkEventQtSlotConnect (0x2a2c220): Cannot connect NULL objects. >>> >>> Pei-Ying >>> >>> ________________________________ >>> From: Utkarsh Ayachit <[email protected]> >>> To: Pei-Ying Hsieh <[email protected]> >>> Cc: paraview <[email protected]> >>> Sent: Tuesday, January 8, 2013 10:06 AM >>> >>> Subject: Re: [Paraview] ParaView from git, make fail on OpenSUSE 12.2 >>> >>> Not sure what could be going wrong. Try deleting your >>> "~/.config/ParaView" directory, you may want to copy it over to some >>> other place, just in case. >>> >>> Utkarsh >>> >>> On Mon, Jan 7, 2013 at 12:28 PM, Pei-Ying Hsieh <[email protected]> >>> wrote: >>>> #0 0x00007ffff6e4cc55 in pqApplicationCore::settings() () from >>>> >>>> >>>> >>>> /home/phsieh/projects/paraview-devel/lib/paraview-3.98/libvtkpqCore-pv3.98.so.1 >>> >>> >>> >>> _______________________________________________ >>> 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 >>> >> >> > > _______________________________________________ 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
