Hello all, The compilation is done ! I'd need to restart it many times, not sur it's good then (not try to restart all from the beginning)
Now the test ... bad : i go in the subfolder install/bin and find a whole binary pack "ready", cool. I can launch pvserver (standalone,1core) and paraview + connect localhost : OK --> happy i try the mpirun ... and here..... xxx@xxx:/data/build-paraview/install/bin$ ./mpirun -np 6 pvserver & [1] 23099 [proxy:0:0@chalo-fl] HYDU_create_process (./utils/launch/launch.c:69): execvp error on file pvserver (No such file or directory) [proxy:0:0@chalo-fl] HYDU_create_process (./utils/launch/launch.c:69): execvp error on file pvserver (No such file or directory) [proxy:0:0@chalo-fl] HYDU_create_process (./utils/launch/launch.c:69): execvp error on file pvserver (No such file or directory) [proxy:0:0@chalo-fl] HYDU_create_process (./utils/launch/launch.c:69): execvp error on file pvserver (No such file or directory) [proxy:0:0@chalo-fl] HYDU_create_process (./utils/launch/launch.c:69): execvp error on file pvserver (No such file or directory) [proxy:0:0@chalo-fl] HYDU_create_process (./utils/launch/launch.c:69): execvp error on file pvserver (No such file or directory) i'll look for this error after the morning checks ... 2016-03-17 17:46 GMT+01:00 David_dev Dev <[email protected]>: > Next tomorrow, end of day for me. > > 2016-03-17 17:29 GMT+01:00 David_dev Dev <[email protected]>: > >> i continue until the next error : >> CMake Error at >> /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message): >> Could NOT find OpenGL (missing: OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) >> Call Stack (most recent call first): >> /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 >> (_FPHSA_FAILURE_MESSAGE) >> /usr/share/cmake/Modules/FindOpenGL.cmake:161 >> (FIND_PACKAGE_HANDLE_STANDARD_ARGS) >> VTK/CMake/vtkOpenGL.cmake:63 (find_package) >> VTK/Rendering/OpenGL/CMakeLists.txt:172 (include) >> >> >> -- Configuring incomplete, errors occurred! >> See also >> "/data/build-paraview/paraview/src/paraview-build/CMakeFiles/CMakeOutput.log". >> See also >> "/data/build-paraview/paraview/src/paraview-build/CMakeFiles/CMakeError.log". >> make[2]: *** [paraview/src/paraview-stamp/paraview-configure] Erreur 1 >> make[1]: *** [CMakeFiles/paraview.dir/all] Erreur 2 >> make: *** [all] Erreur 2 >> >> >> 2016-03-17 16:46 GMT+01:00 David_dev Dev <[email protected]>: >> >>> news : >>> >>> modify option with : >>> - DUSE_SYSTEM_qt4:BOLL=OFF \ >>> >>> + install libXext-devel.x86_64 0:1.3.2-2.1.el6 (via yum) >>> >>> --> make -j 6 still guive the warning and goes "-j1", but continue ! >>> >>> 2016-03-17 16:31 GMT+01:00 David_dev Dev <[email protected]>: >>> >>>> Hi, >>>> >>>> After asking help for compile pvserver on our cluster, a user send me >>>> links and its config for compile all with superbuild and solve OS >>>> dependancies problems >>>> >>>> I try, but got an error after 30 minutes that i don't understand (not >>>> used to compile applications). >>>> >>>> eader created for >>>> /data/build-paraview/qt4/src/qt4/src/qt3support/sql/q3sqlselectcursor.h (2) >>>> header (master) created for Qt3Support >>>> headers.pri file created for Qt3Support >>>> mkdir /data/build-paraview/qt4/src/qt4-build/src/tools >>>> mkdir /data/build-paraview/qt4/src/qt4-build/src/tools/uic >>>> Creating qmake. Please wait... >>>> gmake[3]: AVERTISSEMENT: serveur de tâches n'est pas disponible: >>>> utilisation de -j1. Ajouter « + » à la règle parent du make. >>>> Basic XLib functionality test failed! >>>> You might need to modify the include and library search paths by >>>> editing >>>> QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in >>>> /data/build-paraview/qt4/src/qt4/mkspecs/linux-g++. >>>> CMake Error at /data/build-paraview/pv-qt4-configure.cmake:33 (message): >>>> Failed with exit code 1 >>>> >>>> >>>> make[2]: *** [qt4/src/qt4-stamp/qt4-configure] Erreur 1 >>>> make[1]: *** [CMakeFiles/qt4.dir/all] Erreur 2 >>>> make: *** [all] Erreur 2 >>>> >>>> >>>> Steps : >>>> i create an empty build dir >>>> i clone git repo in a second one + git checkout v5.0.0 >>>> >>>> i uste this cmake options (not sure of what i need, but take this one >>>> which worked for the user) >>>> >>>> >>>> cmake ../git/ParaViewSuperbuild \ >>>> >>>> -DENABLE_paraview:BOOL=ON \ >>>> >>>> -DParaView_FROM_GIT:BOOL=OFF \ >>>> >>>> -DENABLE_qt:BOOL=ON \ >>>> >>>> -DENABLE_qt4:BOOL=ON \ >>>> >>>> -DENABLE_python:BOOL=ON \ >>>> >>>> -DUSE_SYSTEM_python:BOOL=OFF \ >>>> >>>> -DENABLE_mpi:BOOL=ON \ >>>> >>>> -DUSE_SYSTEM_mpi:BOOL=OFF \ >>>> -DCMAKE_INSTALL_PREFIX:PATH=/opt/paraview >>>> >>>> Don't know where is the complete log file (have only screen history >>>> currently). >>>> >>>> OS = Centos 6.6 >>>> For firsts tests before superbuild, i have cmake, openmpi and some >>>> other packages already installed. But intersted in independant compilation >>>> because part of the cluster is still in centos 5.x.... >>>> >>>> Thx for help or advices. >>>> David (French hours) >>>> >>> >>> >> >
_______________________________________________ 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 Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
