Bug#1114253: paraview: diff for NMU version 5.13.2+dfsg-3.1
Sudip Mukherjee
sudipm.mukherjee at gmail.com
Fri Nov 14 11:41:59 GMT 2025
Control: tags 1114253 + patch
--
Dear maintainer,
I've uploaded an NMU for paraview (versioned as 5.13.2+dfsg-3.1).
The diff is attached to this message.
--
Regards
Sudip
diffstat for paraview-5.13.2+dfsg paraview-5.13.2+dfsg
changelog | 7 +++++++
patches/fix-ftbfs.patch | 38 ++++++++++++++++++++++++++++++++++++++
patches/series | 1 +
3 files changed, 46 insertions(+)
diff -Nru paraview-5.13.2+dfsg/debian/changelog paraview-5.13.2+dfsg/debian/changelog
--- paraview-5.13.2+dfsg/debian/changelog 2025-02-19 09:35:34.000000000 +0000
+++ paraview-5.13.2+dfsg/debian/changelog 2025-11-14 10:56:53.000000000 +0000
@@ -1,3 +1,10 @@
+paraview (5.13.2+dfsg-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with gcc-15. (Closes: #1114253)
+
+ -- Sudip Mukherjee <sudipm.mukherjee at gmail.com> Fri, 14 Nov 2025 10:56:53 +0000
+
paraview (5.13.2+dfsg-3) unstable; urgency=medium
* Patch for FTBFS with netcdf 4.9.3, thanks Bas Couwenberg
diff -Nru paraview-5.13.2+dfsg/debian/patches/fix-ftbfs.patch paraview-5.13.2+dfsg/debian/patches/fix-ftbfs.patch
--- paraview-5.13.2+dfsg/debian/patches/fix-ftbfs.patch 1970-01-01 01:00:00.000000000 +0100
+++ paraview-5.13.2+dfsg/debian/patches/fix-ftbfs.patch 2025-11-14 07:35:32.000000000 +0000
@@ -0,0 +1,38 @@
+Description: fix build with GCC 15
+
+Origin: vendor, https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8863f3f1551a8190e34e8b14797d96a1527249ce
+Bug-Debian: https://bugs.debian.org/1114253
+Last-Update: 2025-11-14
+---
+
+--- paraview-5.13.2+dfsg.orig/VTK/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/contour/worklet/mir/MIRTables.h
++++ paraview-5.13.2+dfsg/VTK/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/contour/worklet/mir/MIRTables.h
+@@ -11402,7 +11402,7 @@ public:
+
+ VTKM_EXEC vtkm::UInt8 GetPoint(vtkm::Id pointIndex) const
+ {
+- return this->CellFacePortal.Get(pointIndex);
++ return this->CellEdgesPortal.Get(pointIndex);
+ }
+
+ private:
+--- paraview-5.13.2+dfsg.orig/VTK/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/scalar_topology/worklet/contourtree_distributed/HierarchicalContourTree.h
++++ paraview-5.13.2+dfsg/VTK/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/scalar_topology/worklet/contourtree_distributed/HierarchicalContourTree.h
+@@ -663,7 +663,7 @@ std::string HierarchicalContourTree<Fiel
+ auto hyperarcsPortal = this->Hyperarcs.ReadPortal();
+ auto regularNodeGlobalIdsPortal = this->RegularNodeGlobalIds.ReadPortal();
+ auto whichIterationPortal = this->WhichIteration.ReadPortal();
+- auto whichRoundPortal = this->whichRound.ReadPortal();
++ auto whichRoundPortal = this->WhichRound.ReadPortal();
+ auto superarcsPortal = this->Superarcs.ReadPortal();
+ auto superparentsPortal = this->Superparents.ReadPortal();
+ for (vtkm::Id supernode = 0; supernode < this->Supernodes.GetNumberOfValues(); supernode++)
+@@ -708,7 +708,7 @@ std::string HierarchicalContourTree<Fiel
+ if (contourtree_augmented::NoSuchElement(superarcTo))
+ { // no superarc
+ // if it occurred on the final round, it's the global root and is shown as the NULL node
+- if (whichRoundPortal.Get(superarcFrom) == this->NRounds)
++ if (whichRoundPortal.Get(superarcFrom) == this->NumRounds)
+ { // root node
+ outstream << "\tSN" << std::setw(1) << superarcFrom << " -> SA" << std::setw(1) << superarc
+ << " [label=\"S" << std::setw(1) << superarc << "\",style=dotted]\n";
diff -Nru paraview-5.13.2+dfsg/debian/patches/series paraview-5.13.2+dfsg/debian/patches/series
--- paraview-5.13.2+dfsg/debian/patches/series 2025-02-19 09:35:15.000000000 +0000
+++ paraview-5.13.2+dfsg/debian/patches/series 2025-11-14 07:32:23.000000000 +0000
@@ -14,3 +14,4 @@
python3.13_missing_dict_MR11486.diff
python_iostream_encoding_MR11494.diff
netcdf-4.9.3.patch
+fix-ftbfs.patch
More information about the debian-science-maintainers
mailing list