<div dir="ltr">Hi Simon,<div><br></div><div>You are correct that's what I meant. However, I was wondering if you are doing a static build of ParaView.</div><div>We are investigating that issue and see how we can smooth (automate) that process.</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Seb</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 28, 2014 at 11:43 AM, Su, Simon M CTR USARMY ARL (US) <span dir="ltr"><<a href="mailto:simon.m.su.ctr@mail.mil" target="_blank">simon.m.su.ctr@mail.mil</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Classification: UNCLASSIFIED<br>
Caveats: NONE<br>
<br>
Hi Seb,<br>
<br>
Nope. I think we are good to disable ParaViewWeb from the compile for now.<br>
<br>
By "building your own Python", do you mean doing the superbuild? I think I am<br>
doing the superbuild on lightning. I will try again<br>
with -DUSE_SYSTEM_python=OFF<br>
<br>
<br>
Thanks<br>
-simon<br>
<br>
-----Original Message-----<br>
From: Sebastien Jourdain [mailto:<a href="mailto:sebastien.jourdain@kitware.com">sebastien.jourdain@kitware.com</a>]<br>
Sent: Thursday, August 28, 2014 1:32 PM<br>
To: Su, Simon M CTR USARMY ARL (US)<br>
Cc: Utkarsh Ayachit; Andy Bauer [<a href="mailto:andy.bauer@kitware.com">andy.bauer@kitware.com</a>];<br>
<a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
Subject: Re: [Paraview] ParaView Web not compiling<br>
<br>
Are you targeting ParaViewWeb server on your Cray? If not, you can safely<br>
disable it.<br>
<br>
Otherwise, you may need to build your own Python along ParaView like we do in<br>
our ParaView binaries.<br>
<br>
Seb<br>
<br>
<br>
On Thu, Aug 28, 2014 at 11:18 AM, Su, Simon M CTR USARMY ARL (US)<br>
<<a href="mailto:simon.m.su.ctr@mail.mil">simon.m.su.ctr@mail.mil</a>> wrote:<br>
<br>
<br>
        Sorry to have call qt out... I also think it is Python.. I have Python 2.6.6<br>
on my desktop and<br>
        Python 2.6.9 on the new crays (lightning) at afrl that I am running the<br>
build.<br>
<br>
        If Python 2.7 is a must, is there a work around? I doubt that they will<br>
update python on the crays just because I asked.... :)<br>
<br>
        but garnet also has Python 2.6.9 and Andy was able to build ok? Andy?<br>
<br>
        ============================= error on crays with mesa build ==========<br>
<br>
        [  5%] Compiling Python package 'web'<br>
        Listing<br>
/home/ssu/build/paraview-current/Build_2014-08-28_mesa/ParaViewSuperbuild_2014-08-28-build/paraview/src/paraview-build/lib/site-packages/vtk/web<br>
...<br>
        Compiling<br>
/home/ssu/build/paraview-current/Build_2014-08-28_mesa/ParaViewSuperbuild_2014-08-28-build/paraview/src/paraview-build/lib/site-packages/vtk/web/testing.py<br>
...<br>
        SyntaxError: ('invalid syntax',<br>
('/home/ssu/build/paraview-current/Build_2014-08-28_mesa/ParaViewSuperbuild_2014-08-28-build/paraview/src/paraview-build/lib/site-packages/vtk/web/testing.py',<br>
76, 47, 'TestModuleBrowsers = type("Enum", (), {k: i for i, k in<br>
enumerate(test_module_browsers)})\n'))<br>
<br>
        gmake[5]: *** [VTK/Web/Python/web.build-complete] Error 1<br>
        gmake[4]: *** [VTK/Web/Python/CMakeFiles/vtkWebPython.dir/all] Error 2<br>
        gmake[4]: *** Waiting for unfinished jobs....<br>
<br>
<br>
<br>
<br>
________________________________<br>
<br>
        From: ParaView [<a href="mailto:paraview-bounces@paraview.org">paraview-bounces@paraview.org</a>] on behalf of Sebastien<br>
Jourdain [<a href="mailto:sebastien.jourdain@kitware.com">sebastien.jourdain@kitware.com</a>]<br>
        Sent: Thursday, August 28, 2014 1:11 PM<br>
        To: Utkarsh Ayachit<br>
        Cc: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
        Subject: Re: [Paraview] ParaView Web not compiling<br>
<br>
<br>
        Just out of curiosity, do you try to build ParaView with Python 2.6?<br>
<br>
        If that's the case, that could make sense as ParaViewWeb require Python 2.7<br>
but I've only saw that error at run time.<br>
<br>
        Seeing the error could certainly help.<br>
<br>
        Seb<br>
<br>
<br>
        On Thu, Aug 28, 2014 at 11:00 AM, Utkarsh Ayachit<br>
<<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>> wrote:<br>
<br>
<br>
                Andy,<br>
<br>
                Can you elaborate on what the errors were? We should fix those.<br>
<br>
                Utkarsh<br>
<br>
<br>
                On Thu, Aug 28, 2014 at 12:57 PM, Andy Bauer <<a href="mailto:andy.bauer@kitware.com">andy.bauer@kitware.com</a>> wrote:<br>
                > I was getting similar errors on a Cray machine. It seemed to be Python<br>
                > related, if I remember correctly. When I turned off building ParaView Web<br>
it<br>
                > went away. For me it was building without the Qt GUI. My CMake settings<br>
for<br>
                > the build were:<br>
                > =========<br>
                > cmake -DCMAKE_C_COMPILER:FILEPATH=/<br>
                > opt/gcc/4.8.2/bin/gcc \<br>
                >     -DCMAKE_CXX_COMPILER:FILEPATH=/opt/gcc/4.8.2/bin/g++ \<br>
                >     -DBUILD_SHARED_LIBS:BOOL=OFF \<br>
                >     -DBUILD_TESTING:BOOL=OFF \<br>
                >     -DCMAKE_BUILD_TYPE:STRING=Release \<br>
                >     -DOSMESA_INCLUDE_DIR:PATH=/<br>
                > usr/local/usp/DAAC/paraview/source/PV4.2/cross/install/include \<br>
                ><br>
                > -DOSMESA_LIBRARY:FILEPATH=/usr/local/usp/DAAC/paraview/source/PV4.2/cross/install/lib/libOSMesa.a<br>
                > \<br>
                ><br>
                >     -DVISIT_BUILD_READER_GMV:BOOL=OFF \<br>
                >     -DENABLE_MPI4PY:BOOL=ON \<br>
                >     -DPARAVIEW_ENABLE_PYTHON:BOOL=ON \<br>
                >     -DPARAVIEW_USE_MPI:BOOL=ON \<br>
                >     -DPARAVIEW_BUILD_QT_GUI:BOOL=OFF \<br>
                ><br>
                > -DBoost_INCLUDE_DIR:PATH=/usr/local/usp/DAAC/paraview/source/PV4.2/tools/install/include<br>
                > \<br>
                ><br>
                >     -DPARAVIEW_USE_VISITBRIDGE:BOOL=ON \<br>
                ><br>
                > -DMPI_C_INCLUDE_PATH:STRING=/opt/cray/mpt/6.0.0/gni/mpich2-gnu/48/include<br>
\<br>
                ><br>
                > -DMPI_C_LIBRARIES:STRING=/opt/cray/mpt/6.0.0/gni/mpich2-gnu/48/lib/libmpich_gnu_48.so<br>
                > \<br>
                >     -DOPENGL_gl_LIBRARY:FILEPATH= \<br>
                ><br>
                > -DOPENGL_glu_LIBRARY:FILEPATH=/usr/local/usp/DAAC/paraview/source/PV4.2/cross/install/lib/libGLU.a<br>
                > \<br>
                ><br>
                > -DOPENGL_INCLUDE_DIR:PATH=/usr/local/usp/DAAC/paraview/source/PV4.2/cross/install/include<br>
                > \     -DPARAVIEW_ENABLE_WEB:BOOL=OFF \<br>
                >     -DCMAKE_INSTALL_PREFIX:PATH=$INSTALLDIR \<br>
                >     ../ParaView<br>
                > ============<br>
                ><br>
                ><br>
                ><br>
                > On Thu, Aug 28, 2014 at 12:51 PM, Utkarsh Ayachit<br>
                > <<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>> wrote:<br>
                >><br>
                >> Simon,<br>
                >><br>
                >> What errors are you getting? It is definitely a temporary issue and<br>
                >> will be fixed, however we're not seeing it on the dashboards so would<br>
                >> help to see the errors. Qt version is certainly not the issue. 4.8.5<br>
                >> is indeed supported Disabling Web will not affect catalyst. The<br>
                >> ParaViewWeb+Catalyst demo also is a little independent since the<br>
                >> catalyst part in that case doesn't really need the web components.<br>
                >><br>
                >> Utkarsh<br>
                >><br>
                >><br>
                >> On Thu, Aug 28, 2014 at 12:22 PM, Su, Simon M CTR USARMY ARL (US)<br>
                >> <<a href="mailto:simon.m.su.ctr@mail.mil">simon.m.su.ctr@mail.mil</a>> wrote:<br>
                >> > Hello,<br>
                >> ><br>
                >> > while compiling the latest ParaView for git (4.1.0-1560-gf37ec5f) - not<br>
                >> > superbuild, I am not able to make it through all the way if I don't<br>
                >> > disable<br>
                >> > ParaView web using  -DPARAVIEW_ENABLE_WEB:BOOL=OFF on my cmake line.<br>
                >> ><br>
                >> > Is qt version (I am using qt version 4.8.5) an issue here? If so, what<br>
                >> > is<br>
                >> > the qt version that I should be using?  or this is just a temporary<br>
                >> > state<br>
                >> > that will eventually go away in the next PV release?<br>
                >> ><br>
                >> > If I turn off ParaView web, what feature will not be available? Will<br>
                >> > catalyst be affected? I saw a demo once of catalyst via ParaView web.<br>
                >> ><br>
                >> > thanks<br>
                >> > -simon<br>
                >> ><br>
                >> > _______________________________________________<br>
                >> > Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
                >> ><br>
                >> > Visit other Kitware open-source projects at<br>
                >> > <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a>><br>
                >> ><br>
                >> > Please keep messages on-topic and check the ParaView Wiki at:<br>
                >> > <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
                >> ><br>
                >> > Follow this link to subscribe/unsubscribe:<br>
                >> > <a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a>><br>
                >> ><br>
                >> _______________________________________________<br>
                >> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
                >><br>
                >> Visit other Kitware open-source projects at<br>
                >> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
                >><br>
                >> Please keep messages on-topic and check the ParaView Wiki at:<br>
                >> <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
                >><br>
                >> Follow this link to subscribe/unsubscribe:<br>
                >> <a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a>><br>
                ><br>
                ><br>
                _______________________________________________<br>
                Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
                Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a>><br>
<br>
                Please keep messages on-topic and check the ParaView Wiki at:<br>
<a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a> <<a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a>><br>
<br>
                Follow this link to subscribe/unsubscribe:<br>
                <a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br>
<br>
<br>
<br>
<br>
Classification: UNCLASSIFIED<br>
Caveats: NONE<br>
<br>
<br>
</blockquote></div><br></div>