Hi Francois,<div><br></div><div>I apologize for the errors. In 3.8 we reorganized alot of the logic for building ParaView. Previously the install rules for Qt where only run when making a redistributable binary of ParaView for our users to download from our webpage. Now they always get run.</div>
<div><br></div><div>A quick fix for this would be to edit Line 103 of Applications\ParaView\CMakeLists.txt and set _install_qt_libs to OFF.</div><div><br></div><div>SET(_install_qt_libs OFF)</div><div><br></div><div>We will find a better solution tomorrow. I am assuming your are just setting DESTDIR and running 'make install'?<br>
<br><div class="gmail_quote">On Wed, Jun 2, 2010 at 7:47 PM, François Bissey <span dir="ltr"><<a href="mailto:f.r.bissey@massey.ac.nz">f.r.bissey@massey.ac.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I am trying to update the ebuild for the gentoo linux distribution.<br>
My current process died at install time:<br>
-- Installing: /media/anthill/portage/sci-<br>
visualization/paraview-3.8.0/image/usr/bin/paraview<br>
-- Installing: /media/anthill/portage/sci-<br>
visualization/paraview-3.8.0/image/usr/lib/paraview-3.8/paraview-real<br>
-- Installing /usr/lib/paraview-3.8/libQtCore.so<br>
tar: /usr/lib/paraview-3.8: Cannot chdir: No such file or directory<br>
tar: Error is not recoverable: exiting now<br>
-- Installing /usr/lib/paraview-3.8/libQtGui.so<br>
tar: /usr/lib/paraview-3.8: Cannot chdir: No such file or directory<br>
tar: Error is not recoverable: exiting now<br>
-- Installing /usr/lib/paraview-3.8/libQtNetwork.so<br>
tar: /usr/lib/paraview-3.8: Cannot chdir: No such file or directory<br>
tar: Error is not recoverable: exiting now<br>
-- Installing /usr/lib/paraview-3.8/libQtXml.so<br>
tar: /usr/lib/paraview-3.8: Cannot chdir: No such file or directory<br>
tar: Error is not recoverable: exiting now<br>
-- Installing /usr/lib/paraview-3.8/libQtSql.so<br>
tar: /usr/lib/paraview-3.8: Cannot chdir: No such file or directory<br>
tar: Error is not recoverable: exiting now<br>
-- Installing /usr/lib/paraview-3.8/libQtHelp.so<br>
tar: /usr/lib/paraview-3.8: Cannot chdir: No such file or directory<br>
tar: Error is not recoverable: exiting now<br>
-- Installing /usr/lib/paraview-3.8/libQtWebKit.so<br>
tar: /usr/lib/paraview-3.8: Cannot chdir: No such file or directory<br>
tar: Error is not recoverable: exiting now<br>
-- Installing /usr/lib/paraview-3.8/libQtCLucene.so<br>
tar: /usr/lib/paraview-3.8: Cannot chdir: No such file or directory<br>
tar: Error is not recoverable: exiting now<br>
-- Installing /usr/lib/paraview-3.8/libQtXmlPatterns.so<br>
tar: /usr/lib/paraview-3.8: Cannot chdir: No such file or directory<br>
tar: Error is not recoverable: exiting now<br>
-- Installing /usr/lib/paraview-3.8/libQtDBus.so<br>
tar: /usr/lib/paraview-3.8: Cannot chdir: No such file or directory<br>
tar: Error is not recoverable: exiting now<br>
-- Installing /usr/lib/paraview-3.8/libQtOpenGL.so<br>
tar: /usr/lib/paraview-3.8: Cannot chdir: No such file or directory<br>
tar: Error is not recoverable: exiting now<br>
-- Installing: /media/anthill/portage/sci-<br>
visualization/paraview-3.8.0/image/usr/lib/paraview-3.8/sqldrivers<br>
-- Installing: /media/anthill/portage/sci-<br>
visualization/paraview-3.8.0/image/usr/lib/paraview-3.8/sqldrivers/libqsqlmysql.so<br>
-- Installing: /media/anthill/portage/sci-<br>
visualization/paraview-3.8.0/image/usr/lib/paraview-3.8/sqldrivers/libqsqlite.so<br>
-- Installing: /media/anthill/portage/sci-<br>
visualization/paraview-3.8.0/image/usr/lib/paraview-3.8/.plugins<br>
<br>
-------------------------------------------<br>
There are several issues in this simple log:<br>
-First the install procedure for the QT libraries doesn't seem to respect the<br>
DESTDIR variables.<br>
-Second why the heck do you want to have a copy of the QT libraries provided<br>
by the system inside the paraview library folder? It was not needed by<br>
paraview 3.6.x and if it is needed now, it means something is seriously<br>
broken.<br>
<br>
Francois<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 <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: <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://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>