Bug#931943: vtk6: FTBFS with PROJ 6

Bas Couwenberg sebastic at xs4all.nl
Fri Jul 12 18:27:08 BST 2019


Source: vtk6
Version: 6.3.0+dfsg2-2
Severity: important
Tags: upstream patch
User: debian-gis at lists.debian.org
Usertags: proj-6

Dear Maintainer,

Your package FTBFS with PROJ 6 from experimental.

The attached patch fixes the issue by dropping the PROJ support.

Upstream is aware of the issue, see:

 https://gitlab.kitware.com/vtk/vtk/issues/17554

You may want to consider using the embedded copy in vtk6 if you do not
want to disable the PROJ support.

Kind Regards,

Bas
-------------- next part --------------
diff -Nru vtk6-6.3.0+dfsg2/debian/changelog vtk6-6.3.0+dfsg2/debian/changelog
--- vtk6-6.3.0+dfsg2/debian/changelog	2018-03-23 22:34:02.000000000 +0100
+++ vtk6-6.3.0+dfsg2/debian/changelog	2019-04-16 19:28:15.000000000 +0200
@@ -1,3 +1,10 @@
+vtk6 (6.3.0+dfsg2-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Disable PROJ support, not compatible with version 6.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 16 Apr 2019 19:28:15 +0200
+
 vtk6 (6.3.0+dfsg2-2) unstable; urgency=medium
 
   * [20d58f6] d/rules: Set java src/trgt version Closes: #893789
diff -Nru vtk6-6.3.0+dfsg2/debian/patches/series vtk6-6.3.0+dfsg2/debian/patches/series
--- vtk6-6.3.0+dfsg2/debian/patches/series	2018-03-23 22:34:02.000000000 +0100
+++ vtk6-6.3.0+dfsg2/debian/patches/series	2019-04-16 19:27:39.000000000 +0200
@@ -11,7 +11,7 @@
 97_fix_latex_doxygen.patch
 100_javac-heap.patch
 101_java_install_path.patch
-102_enable_system_proj4_lib.patch
+#102_enable_system_proj4_lib.patch
 104_fix_gcc_version_6.patch
 105_unforce_embedded_glew.patch
 106_install_doxygen_scripts_in_nodoc_build.patch
diff -Nru vtk6-6.3.0+dfsg2/debian/rules vtk6-6.3.0+dfsg2/debian/rules
--- vtk6-6.3.0+dfsg2/debian/rules	2018-03-23 22:34:02.000000000 +0100
+++ vtk6-6.3.0+dfsg2/debian/rules	2019-04-16 19:27:50.000000000 +0200
@@ -44,7 +44,7 @@
 	-DVTK_USE_SYSTEM_HDF5=ON \
 	-DHDF5_PREFER_PARALLEL=ON \
 	-DVTK_USE_SYSTEM_JPEG=ON \
-	-DVTK_USE_SYSTEM_LIBPROJ4=ON \
+	-DVTK_USE_SYSTEM_LIBPROJ4=OFF \
 	-DVTK_USE_SYSTEM_LIBXML2=ON \
 	-DVTK_USE_SYSTEM_OGGTHEORA=ON \
 	-DVTK_USE_SYSTEM_PNG=ON \


More information about the debian-science-maintainers mailing list