Your message dated Tue, 05 May 2015 19:20:50 +0000 with message-id <[email protected]> and subject line Bug#783797: fixed in paraview 4.1.0+dfsg+1-2 has caused the Debian Bug report #783797, regarding [paraview] fail to build application on top of paraview to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 783797: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783797 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: paraview Version: 4.1.0+dfsg-3 Severity: normal Trying to build application on top of paraview-dev (for instance Salome 7.4.0) because of some missing files: usr/lib/cmake/paraview/VTKTargets.cmake usr/lib/cmake/paraview/Modules/*.cmake usr/lib/cmake/paraview/Modules/*.txt usr/bin/vtkHashSource usr/bin/vtkWrapPython usr/bin/vtkWrapTcl usr/bin/vtkWrapPythonInit usr/bin/vtkParseJava usr/bin/vtkWrapJava usr/bin/vtkWrapTclInit usr/bin/vtkParseOGLExt usr/bin/vtkWrapHierarchy usr/bin/smTestDriver usr/bin/vtkkwProcessXML usr/bin/vtkEncodeString It's fairly easy to add these files to the paraview-dev package. eg for VTKTargets.cmake: override_dh_install: # install missing file mkdir -p $(DESTDIR)/usr/lib/cmake/paraview find . -name VTKTargets.cmake | xargs -i -t install -m 644 {} $(DESTDIR)/usr/lib/cmake/paraview/ sed -i "s%\(IMPORTED_LOCATION_NONE.*\"\).*/lib/\([^/]\+\"\)%\1/usr/lib/paraview/\2%g" $(DESTDIR)/usr/lib/cmake/paraview/ VTKTargets.cmake sed -i "s%\(IMPORTED_LOCATION_NONE.*\"\).*/bin/\([^/]\+\"\)%\1/usr/bin/\2%g" $(DESTDIR)/usr/lib/cmake/paraview/VTKTarget s.cmake #cat $(DESTDIR)/usr/lib/cmake/paraview/VTKTargets.cmake #find . -name VTKTargets.cmake dh_install --list-missing However there are some name clashes with tcl-tk, libvtk5-dev, libvtk-java and python-vtk 5.8.0 versions. The solution is either : * to add conflicts with these vtk5 packages * or to use an extension for any executables generated by paraview by removing the -DVTK_CUSTOM_LIBRARY_SUFFIX="" option in cmake I would personally by in favor of the second solution as it will enable to install and use both paraview, vtk6 and vtk5 packages on a given machine Best C --- System information. --- Architecture: amd64 Kernel: Linux 3.14-1-amd64 Debian Release: jessie/sid 500 testing-proposed-updates ftp.fr.debian.org 500 testing security.debian.org 500 testing http.us.debian.org 500 testing ftp.fr.debian.org 500 testing euler.lcmi.local 500 stable dl.google.com 500 sid linux.dropbox.com 500 jessie neuro.debian.net 500 data neuro.debian.net --- Package information. --- Depends (Version) | Installed =========================================-+-================== tcl8.5 | 8.5.15-4 OR tclsh | libavcodec55 (>= 6:10~beta1~) | 6:10.1-1 OR libavcodec-extra-55 (>= 6:10.1) | libavformat55 (>= 6:10~beta1~) | 6:10.1-1 libavutil53 (>= 6:10~beta1~) | 6:10.1-1 libc6 (>= 2.15) | libexpat1 (>= 2.0.1) | libfreetype6 (>= 2.2.1) | libgcc1 (>= 1:4.1.1) | libgl1-mesa-glx | OR libgl1 | libhdf5-7 | libjpeg8 (>= 8c) | libjsoncpp0 | libogg0 (>= 1.0rc3) | libopenmpi1.6 | libpng12-0 (>= 1.2.13-4) | libpython2.7 (>= 2.7) | libqt4-help (>= 4:4.5.3) | libqt4-network (>= 4:4.5.3) | libqtcore4 (>= 4:4.8.0) | libqtgui4 (>= 4:4.8.0) | libqtwebkit4 (>= 2.2.1) | libstdc++6 (>= 4.6) | libswscale2 (>= 6:10~beta1~) | libtheora0 (>= 1.0) | libtiff5 (>= 4.0.3) | libx11-6 | libxml2 (>= 2.7.4) | libxt6 | zlib1g (>= 1:1.2.3.4) | Recommends (Version) | Installed ==============================-+-=========== mpi-default-bin | 1.0.2+nmu1 paraview-python | paraview-doc | 4.1.0+dfsg-3 Suggests (Version) | Installed =========================-+-=========== hdf5-tools | h5utils | -- Christophe TROPHIME Research Engineer LNCMI CNRS - LNCMI 25, rue des Martyrs BP 166 38042 GRENOBLE Cedex 9 FRANCE CNRS Tel : +33 (0)4 76 88 90 02 Fax : +33 (0) 4 76 88 10 01 Office U 19 M@il : [email protected] ________________________________________________________________________
--- End Message ---
--- Begin Message ---Source: paraview Source-Version: 4.1.0+dfsg+1-2 We believe that the bug you reported is fixed in the latest version of paraview, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Anton Gladky <[email protected]> (supplier of updated paraview package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 05 May 2015 19:17:31 +0200 Source: paraview Binary: paraview paraview-dev paraview-doc paraview-python Architecture: source all Version: 4.1.0+dfsg+1-2 Distribution: unstable Urgency: medium Maintainer: Debian Science Team <[email protected]> Changed-By: Anton Gladky <[email protected]> Description: paraview - Parallel Visualization Application paraview-dev - Parallel Visualization Application. Development header files paraview-doc - Parallel Visualization Application. Comprehensive documentation paraview-python - Parallel Visualization Application. python-support Closes: 783797 783842 Changes: paraview (4.1.0+dfsg+1-2) unstable; urgency=medium . * [151d46f] Fix FTBFS against new freetype. (Closes: #783842) * [0065768] Install missing files in paraview-dev. (Closes: #783797) Checksums-Sha1: bf77d4ae6eba1308cc6cb887713f96bfc7adcf91 2836 paraview_4.1.0+dfsg+1-2.dsc 237289bf23d42d346be9e935c26415cde8576679 30160 paraview_4.1.0+dfsg+1-2.debian.tar.xz 7eaff9a4bbb5b0e55a103f7ecef9a3afebb63c0b 8254366 paraview-doc_4.1.0+dfsg+1-2_all.deb Checksums-Sha256: ff2083096a2e96620529f4a8823227a0cda4ce4196f59e0170eb53fc53a5be93 2836 paraview_4.1.0+dfsg+1-2.dsc 802085db5fe1281a576e4363da2b231c8b68334e8360b2b430c0fc58e6bdf564 30160 paraview_4.1.0+dfsg+1-2.debian.tar.xz a0071662f31f26ced888ad3dd75b0e32b0e0afb03e95b5d4064390c018b7c280 8254366 paraview-doc_4.1.0+dfsg+1-2_all.deb Files: 738d0d21c220cb808f4660cc75a18556 2836 science extra paraview_4.1.0+dfsg+1-2.dsc fa5198da9d04cfa429c89219eb812e36 30160 science extra paraview_4.1.0+dfsg+1-2.debian.tar.xz a26d7fc479e1a89ca465ceab5a90049a 8254366 doc extra paraview-doc_4.1.0+dfsg+1-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJVSRVgAAoJENPhc4PPp/8G6KoP/1j7uVMq4uNX4oJa48I5zATr aO5DbqKyPHTUGXEdcbhWU0chvz9fwZ8kPs1wHg+w+R7cRTJuHiPOD8AfjLF5a7kt 1rlV19lOTgdUlNOFLOGZamHvIrX/13PeaAeRUXk3zqwOzeTg8Itxbzzi+a8y+uKD QRVRS0GgSrJC+CJi5Wb/589HvhwPwENG3G6KbWv4bzgM84tqOsSuUnE0yBHp6kl9 ypDonzJ9IGrZtWMiZDjW4UT/7TeCnFQtyHNKIPi7t52sP07fq7b4sQTUlekEz6lP cH6GSYCUw9BXUJtXxKsG06BcP1WViAC6ChwF/cuUfNwXgt8iCDEfOMtSACtCMJ0z mYVaMibjnhXiDALwxWIyj1d7xmtidMmB1sAPgwwv2i0utSPsO8LgJEpWdZf1YWeM Q5VJTaeuytZyFsEFnz3pHusNxNJNAtDhBfdXHTXMxIzKjj+VIorcoXFF2tmkp2es PiN031ZikEG5tJ7kDY2bReSUH4jsTai1i5FpYWN5aq0/U1YJzKTJm5JAjhelCjdN 5eQb+hs/AUv8KmWtT0nJhF8O3sSdcUIfTfxYFbm16Gu/4tD79C/Z5sFulizFt8+Y UogEwo4Rudu4B2bqT8dVi3PK5e/ERrIxR3ztTzY2FZV7gQqtBMbaeR7d6S/yHY9V U7ZTNRoY3tkQe0lCiJV3 =I+Fv -----END PGP SIGNATURE-----
--- End Message ---
-- debian-science-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers
