Bug#931943: vtk6: FTBFS with PROJ 6

2019-08-27 Thread Anton Gladky
Yes, I will do it soon. Thanks.

Anton

Am Di., 27. Aug. 2019 um 18:51 Uhr schrieb Sebastiaan Couwenberg
:
>
> vtk6 is failing to build with the new proj in unstable as part of the
> transition. Please move the fixed packages from experimental to unstable.
>
> Kind Regards,
>
> Bas
>
> --
>  GPG Key ID: 4096R/6750F10AE88D4AF1
> Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
>
> --
> debian-science-maintainers mailing list
> debian-science-maintain...@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers



Bug#931943: vtk6: FTBFS with PROJ 6

2019-08-27 Thread Sebastiaan Couwenberg
vtk6 is failing to build with the new proj in unstable as part of the
transition. Please move the fixed packages from experimental to unstable.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#931943: vtk6: FTBFS with PROJ 6

2019-07-12 Thread Bas Couwenberg
Source: vtk6
Version: 6.3.0+dfsg2-2
Severity: important
Tags: upstream patch
User: debian-...@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
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.0 +0100
+++ vtk6-6.3.0+dfsg2/debian/changelog   2019-04-16 19:28:15.0 +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   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.0 
+0100
+++ vtk6-6.3.0+dfsg2/debian/patches/series  2019-04-16 19:27:39.0 
+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.0 +0100
+++ vtk6-6.3.0+dfsg2/debian/rules   2019-04-16 19:27:50.0 +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 \