Your message dated Thu, 04 Jan 2024 12:37:32 +0000
with message-id <[email protected]>
and subject line Bug#754968: fixed in paraview 5.11.2+dfsg-5
has caused the Debian Bug report #754968,
regarding paraview: cmake crashes when find 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.)


-- 
754968: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754968
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: paraview
Version: 4.0.1-1ubuntu1
Severity: normal

Dear Maintainer,

I'm developing an application, which based on paraview custom app mod. When
build it on ubuntu 14.04 LTS,
I found that there are some bugs in paraview-dev-4.0.1. Here is the errors
output by cmake:
*******************************************************************************
$HOME/Projects/ParaFlow/build> cmake ../
CMake Error at /usr/lib/cmake/paraview/ParaViewTargets.cmake:1498 (message):
  The imported target "ProcessShader" references the file

     "/usr/bin/vtkProcessShader"

  but this file does not exist. Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

     "/usr/lib/cmake/paraview/ParaViewTargets.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib/cmake/paraview/ParaViewConfig.cmake:36 (include)
  CMakeLists.txt:4 (find_package)

-- Configuring incomplete, errors occurred!
See also "$HOME/Projects/ParaFlow/build/CMakeFiles/CMakeOutput.log".
See also "$HOME/Projects/ParaFlow/build/CMakeFiles/CMakeError.log".
make: *** [cmake_check_build_system] Error 1
***********************************************************************************
As the cmake says, this error is caused by the lack of some files, so we should
install the these files.
Finally I fixed this bug just by including the missed files in "paraview-
dev.install" and turn on the  flag
 "QT_TESTING_INSTALL_DEVELOPMENT" in "/debian/rules". These missed files should
be included by
paraview-dev  for who wish to use paraview-dev's headers with cmake .

Meanwhile, some of the features in paraview's stable release were not enabled
in the debian releases,
such as "ViSit" and "CGNS". While without these features, paraview will be not
able to open some type of files.
To enable visit "ViSit" and "CGNS", we should turn "PARAVIEW_USE_VISITBRIDGE"
"VISIT_BUILD_READER_CGNS"
on and have small changes on the paraview's source code cause the config header
file of libcgns-dev.



-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty-proposed'), (500, 'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-32-generic (SMP w/4 CPU cores)
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages paraview depends on:
ii  libavcodec54              6:9.14-0ubuntu0.14.04.1
ii  libavformat54             6:9.14-0ubuntu0.14.04.1
ii  libavutil52               6:9.14-0ubuntu0.14.04.1
ii  libc6                     2.19-0ubuntu6
ii  libexpat1                 2.1.0-4ubuntu1
ii  libfreetype6              2.5.2-1ubuntu2.2
ii  libgcc1                   1:4.9-20140406-0ubuntu1
ii  libgl1-mesa-glx [libgl1]  10.1.3-0ubuntu0.1
ii  libhdf5-7 [libhdf5-7]     1.8.11-5ubuntu7
ii  libjpeg8                  8c-2ubuntu8
ii  libjsoncpp0               0.6.0~rc2-3ubuntu1
ii  libogg0                   1.3.1-1ubuntu1
ii  libopenmpi1.6             1.6.5-8
ii  libpng12-0                1.2.50-1ubuntu2
ii  libpython2.7              2.7.6-8
ii  libqt4-help               4:4.8.5+git192-g085f851+dfsg-2ubuntu4
ii  libqt4-network            4:4.8.5+git192-g085f851+dfsg-2ubuntu4
ii  libqtcore4                4:4.8.5+git192-g085f851+dfsg-2ubuntu4
ii  libqtgui4                 4:4.8.5+git192-g085f851+dfsg-2ubuntu4
ii  libqtwebkit4              2.3.2-0ubuntu7
ii  libstdc++6                4.8.2-19ubuntu1
ii  libswscale2               6:9.14-0ubuntu0.14.04.1
ii  libtheora0                1.1.1+dfsg.1-3.2
ii  libtiff5                  4.0.3-7ubuntu0.1
ii  libx11-6                  2:1.6.2-1ubuntu2
ii  libxml2                   2.9.1+dfsg1-3ubuntu4.3
ii  libxt6                    1:1.1.4-1
ii  tcl [tclsh]               8.6.0+6ubuntu3
ii  zlib1g                    1:1.2.8.dfsg-1ubuntu1

Versions of packages paraview recommends:
ii  mpi-default-bin  1.0.2ubuntu1
ii  paraview-doc     4.0.1-1ubuntu1
pn  paraview-python  <none>

Versions of packages paraview suggests:
pn  h5utils     <none>
ii  hdf5-tools  1.8.11-5ubuntu7

-- no debconf information
>From b85f0117c7f1299cb5fb341112dc347b627e870b Mon Sep 17 00:00:00 2001
From: HuiJie Zhang <[email protected]>
Date: Tue, 1 Jul 2014 21:45:45 +0800
Subject: [PATCH] fix bugs in paraview-devel, enable VISIT and cgns

Signed-off-by: HuiJie Zhang <[email protected]>
---
 Utilities/VisItBridge/databases/CGNS/avtCGNSFileFormat.h |  5 +++++
 debian/paraview-dev.install                              | 15 +++++++++++++++
 debian/rules                                             |  6 +++++-
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/Utilities/VisItBridge/databases/CGNS/avtCGNSFileFormat.h b/Utilities/VisItBridge/databases/CGNS/avtCGNSFileFormat.h
index 4a5714d..1afbdd8 100644
--- a/Utilities/VisItBridge/databases/CGNS/avtCGNSFileFormat.h
+++ b/Utilities/VisItBridge/databases/CGNS/avtCGNSFileFormat.h
@@ -47,6 +47,11 @@
 #include <vector>
 #include <vectortypes.h>
 #include <map>
+#include <cgnstypes.h>
+#ifdef CG_BUILD_SCOPE
+#undef CG_BUILD_SCOPE
+#define CG_BUILD_SCOPE 0
+#endif
 #include <cgnslib.h> // needed to check cgns version number.
 
 #if CGNS_VERSION < 3000
diff --git a/debian/paraview-dev.install b/debian/paraview-dev.install
index e2b1f91..be12b81 100644
--- a/debian/paraview-dev.install
+++ b/debian/paraview-dev.install
@@ -3,4 +3,19 @@ usr/lib/cmake/paraview/*.cmake
 usr/lib/cmake/paraview/*.in
 usr/lib/cmake/paraview/*.xsl
 usr/lib/cmake/paraview/*.cmake
+usr/lib/cmake/paraview/Modules/*.cmake
 usr/bin/vtkWrapClientServer
+usr/bin/vtkHashSource
+usr/bin/vtkParseOGLExt
+usr/bin/vtkWrapHierarchy
+usr/bin/vtkWrapPythonInit
+usr/bin/smTestDriver
+usr/bin/vtkkwProcessXML
+usr/bin/vtkProcessShader
+usr/bin/vtkEncodeString
+usr/bin/vtkParseJava
+usr/bin/vtkWrapJava
+usr/bin/vtkWrapPython
+usr/bin/vtkWrapTcl
+usr/bin/vtkWrapTclInit
+usr/lib/paraview/*.a
diff --git a/debian/rules b/debian/rules
index 8aa1090..91c5543 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,8 @@ extra_flags += -Wno-dev \
 	-DVTK_USE_MPEG2_ENCODER=OFF \
 	-DVTK_USE_FFMPEG_ENCODER=ON \
 	-DPARAVIEW_ENABLE_FFMPEG=ON \
+	-DPARAVIEW_USE_VISITBRIDGE=ON \
+	-DVISIT_BUILD_READER_CGNS=ON \
 	-DVTK_USE_OGGTHEORA_ENCODER=ON \
 	-DVTK_USE_SYSTEM_OGGTHEORA=ON \
 	-DVTK_INSTALL_LIBRARY_DIR="lib/paraview" \
@@ -51,10 +53,12 @@ extra_flags += -Wno-dev \
 	-DPARAVIEW_USE_MPI=ON \
 	-DMPI_INCLUDE_PATH="/usr/include/mpi" \
 	-DVTK_USE_SYSTEM_HDF5=ON \
+	-DHDF5_HL_LIBRARY=ON \
 	-DPARAVIEW_ENABLE_PYTHON=ON \
 	-DPARAVIEW_BUILD_PLUGIN_AdiosReader:BOOL=ON \
 	-DPARAVIEW_BUILD_PLUGIN_EyeDomeLighting:BOOL=ON \
-	-DEigen_DIR=/usr/include/eigen3
+	-DEigen_DIR=/usr/include/eigen3 \
+	-DQT_TESTING_INSTALL_DEVELOPMENT=ON
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(extra_flags)
-- 
1.9.1


--- End Message ---
--- Begin Message ---
Source: paraview
Source-Version: 5.11.2+dfsg-5
Done: Drew Parsons <[email protected]>

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.
Drew Parsons <[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: SHA512

Format: 1.8
Date: Thu, 04 Jan 2024 13:14:15 +0100
Source: paraview
Architecture: source
Version: 5.11.2+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<[email protected]>
Changed-By: Drew Parsons <[email protected]>
Closes: 754968
Changes:
 paraview (5.11.2+dfsg-5) unstable; urgency=medium
 .
   * Team upload.
   * drop Build-Depends: python3-autobahn, python3-twisted.
     Use of autobahn/twisted was dropped upstream in MR1630 (v5.4.0)
     in favour of wslink. Note Debian does not provide wslink, so no
     webserver communication via paraview.
   * drop deprecated Build-Depends: python3-six.
   * paraview-dev Depends: libgdal-dev. Closes: #754968.
     Needed by cmake config files for find_package(ParaView).
Checksums-Sha1:
 e97ca999e5c2568619fa16c0656549b0bc69c387 3241 paraview_5.11.2+dfsg-5.dsc
 857e067e01d4c895fd4c82351c201df748c0447d 41080 
paraview_5.11.2+dfsg-5.debian.tar.xz
 5e19b3ac2e11b08484eecf4e497039b862710db5 32422 
paraview_5.11.2+dfsg-5_source.buildinfo
Checksums-Sha256:
 64317a1b8723a2dcd03f0a1fde1d67820231c2596818145b37871a0f4be01aac 3241 
paraview_5.11.2+dfsg-5.dsc
 06769750298642b37652265733a4e01b0da68bc65165728a8905d6d9344d9597 41080 
paraview_5.11.2+dfsg-5.debian.tar.xz
 89ca7b615b8b761f7f39f96059a09777dd9739a2938bbcd0355709a19387eeca 32422 
paraview_5.11.2+dfsg-5_source.buildinfo
Files:
 2cc184bc73dc6bcfde297b3e095fac9f 3241 science optional 
paraview_5.11.2+dfsg-5.dsc
 4d7d5a63e8668d1c78581a41e2196d34 41080 science optional 
paraview_5.11.2+dfsg-5.debian.tar.xz
 887807017565302b6e980d825decbf23 32422 science optional 
paraview_5.11.2+dfsg-5_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmWWoYIUHGRwYXJzb25z
QGRlYmlhbi5vcmcACgkQVz7x5L1aAfpeIA//eLrKDkzI73HQqzACKNdW2adeBhAV
wG2nPgHzfWLMpzAN/fwLbi2Ev+t0ugkXWgJ/sPLefA7u8poHYWwKwmdjb8A2KJEE
UtxQoQ7Sisv5a9khRR0KZZPIwcueH0jMz88OVpq+xWwtEolBDQj1rR1yy/HZmnky
bGIEeJBbS99YFqoOuBJwDiRAjmnMiiKqbZ/qV6MPmfeWstvs/tDwuxHSn/ciEAeD
T2crnSGI+lsZFHU9YzjXBa++ZllHcPC/CQPRr0XFb/sZZBycN4JsyJDM925VlcPe
CvVXMI/d888uI0cdAcvfNy3jkA8u2sbPbw+VJfVLcHdhMNCtk8JwK+wOyAVJH2BB
INZAsTcgnjQB1rEFxxcXM9Tj+WaYANCYEiXFvrGj++ArWN8FQD42uvct2Ht+kc9f
XsOwCJtYj04yEUvPnCImsO16RMQtmmwaUAptPkdbSZahxu+9OzGURrKnHTFX1n3n
qrX0NnOt1csI+oy/0Tr6MgpyckB5ppGof6bpSL29ZX9Hb8ttqZzkuyl0vT4/B2sr
SCQB3a+z8AWA5wYgQc/Ir0yjhAZN2/owmmSlw03uW0/lkzODjSZG0emYhS9BjJ9P
poYiyGVhask9HWg043ZS6urxZ8mI7TXV5sVmgiBb/4pmWvFiHA/EL8QnFcGusbVy
DRJ433+X9otvAME=
=UW98
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to