Your message dated Thu, 04 Sep 2025 23:52:35 +0000
with message-id <[email protected]>
and subject line Bug#1111572: fixed in vtk9 9.3.0+dfsg1-7
has caused the Debian Bug report #1111572,
regarding vtk9: FTBFS with gcc-15
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.)


-- 
1111572: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1111572
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: vtk9
Version: 9.3.0+dfsg1-4
Severity: important
Tags: ftbfs

Hello,

vtk9 fails to build from source when using gcc-15 as the default compiler:

[ 71%] Building CXX object 
Filters/Points/CMakeFiles/FiltersPoints.dir/vtkExtractPointCloudPiece.cxx.o
cd /build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/Filters/Points && 
/usr/bin/mpic++ -DFiltersPoints_EXPORTS -Dkiss_fft_scalar=double 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/Filters/Points 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/Filters/Points 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/Common/Core 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/Common/Core 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/Common/ExecutionModel 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/Common/ExecutionModel 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/Common/DataModel 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/Common/DataModel 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/Common/Math 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/Common/Math 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/ThirdParty/kissfft/vtkkissfft
 -I/build/reproducible-path/vtk9-9.3.0+dfsg1/ThirdParty/kissfft/vtkkissfft 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/Common/Transforms 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/Common/Transforms 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/Common/Misc 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/Common/Misc 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/Filters/Modeling 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/Filters/Modeling 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/Filters/General 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/Filters/General 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/Filters/Core 
-I/build/reproducible-path/vtk9-9.3.0+dfsg1/Filters/Core -isystem 
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/Utilities/KWIML -isystem 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Utilities/KWIML -isystem 
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/Utilities/KWSys -isystem 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Utilities/KWSys -isystem 
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/ThirdParty/kissfft 
-isystem /build/reproducible-path/vtk9-9.3.0+dfsg1/ThirdParty/kissfft -g -O2 
-ffile-prefix-map=/build/reproducible-path/vtk9-9.3.0+dfsg1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -O2 -g 
-DNDEBUG -Wnon-virtual-dtor -Wno-long-long -ansi -Wcast-align -Wchar-subscripts 
-Wall -Wextra -Wpointer-arith -Wformat-security -Woverloaded-virtual -Wshadow 
-Wunused-parameter -fno-check-new -fno-common -std=c++11 -fPIC 
-fvisibility=hidden -fvisibility-inlines-hidden -MD -MT 
Filters/Points/CMakeFiles/FiltersPoints.dir/vtkExtractPointCloudPiece.cxx.o -MF 
CMakeFiles/FiltersPoints.dir/vtkExtractPointCloudPiece.cxx.o.d -o 
CMakeFiles/FiltersPoints.dir/vtkExtractPointCloudPiece.cxx.o -c 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Filters/Points/vtkExtractPointCloudPiece.cxx
In file included from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkFreeTypeLabelRenderStrategy.h:15,
                 from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkFreeTypeLabelRenderStrategy.cxx:4:
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelRenderStrategy.h:76:16:
 warning: ‘virtual void vtkLabelRenderStrategy::RenderLabel(int*, 
vtkTextProperty*, vtkStdString, int)’ was hidden [-Woverloaded-virtual=]
   76 |   virtual void RenderLabel(
      |                ^~~~~~~~~~~
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkFreeTypeLabelRenderStrategy.h:49:8:
 note:   by ‘virtual void vtkFreeTypeLabelRenderStrategy::RenderLabel(int*, 
vtkTextProperty*, vtkStdString)’
   49 |   void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString 
label) override;
      |        ^~~~~~~~~~~
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/CMakeFiles/vtkFiltersModelingPython/vtkGeodesicPathPython.cxx:256:1:
 warning: missing initializer for member ‘_typeobject::tp_versions_used’ 
[-Wmissing-field-initializers]
  256 | };
      | ^
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/CMakeFiles/vtkFiltersModelingPython/vtkGraphGeodesicPathPython.cxx:383:1:
 warning: missing initializer for member ‘_typeobject::tp_versions_used’ 
[-Wmissing-field-initializers]
  383 | };
      | ^
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/CMakeFiles/vtkFiltersModelingPython/vtkImageDataOutlineFilterPython.cxx:448:1:
 warning: missing initializer for member ‘_typeobject::tp_versions_used’ 
[-Wmissing-field-initializers]
  448 | };
      | ^
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/CMakeFiles/vtkFiltersModelingPython/vtkImprintFilterPython.cxx:81:1:
 warning: missing initializer for member ‘_typeobject::tp_versions_used’ 
[-Wmissing-field-initializers]
   81 | };
      | ^
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/CMakeFiles/vtkFiltersModelingPython/vtkImprintFilterPython.cxx:148:1:
 warning: missing initializer for member ‘_typeobject::tp_versions_used’ 
[-Wmissing-field-initializers]
  148 | };
      | ^
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/CMakeFiles/vtkFiltersModelingPython/vtkImprintFilterPython.cxx:215:1:
 warning: missing initializer for member ‘_typeobject::tp_versions_used’ 
[-Wmissing-field-initializers]
  215 | };
      | ^
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/CMakeFiles/vtkFiltersModelingPython/vtkImprintFilterPython.cxx:282:1:
 warning: missing initializer for member ‘_typeobject::tp_versions_used’ 
[-Wmissing-field-initializers]
  282 | };
      | ^
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/CMakeFiles/vtkFiltersModelingPython/vtkImprintFilterPython.cxx:2535:1:
 warning: missing initializer for member ‘_typeobject::tp_versions_used’ 
[-Wmissing-field-initializers]
 2535 | };
      | ^
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/CMakeFiles/vtkFiltersModelingPython/vtkLinearSubdivisionFilterPython.cxx:261:1:
 warning: missing initializer for member ‘_typeobject::tp_versions_used’ 
[-Wmissing-field-initializers]
  261 | };
      | ^
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/CMakeFiles/vtkFiltersModelingPython/vtkLinearExtrusionFilterPython.cxx:907:1:
 warning: missing initializer for member ‘_typeobject::tp_versions_used’ 
[-Wmissing-field-initializers]
  907 | };
      | ^
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/CMakeFiles/vtkFiltersModelingPython/vtkLinearCellExtrusionFilterPython.cxx:784:1:
 warning: missing initializer for member ‘_typeobject::tp_versions_used’ 
[-Wmissing-field-initializers]
  784 | };
      | ^
/build/reproducible-path/vtk9-9.3.0+dfsg1/debian/build/CMakeFiles/vtkFiltersModelingPython/vtkLoopSubdivisionFilterPython.cxx:273:1:
 warning: missing initializer for member ‘_typeobject::tp_versions_used’ 
[-Wmissing-field-initializers]
  273 | };
      | ^
In file included from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Common/DataModel/vtkPointSet.h:44,
                 from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelHierarchy.h:48,
                 from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelHierarchyAlgorithm.cxx:8:
/build/reproducible-path/vtk9-9.3.0+dfsg1/Common/DataModel/vtkDataSet.h:189:16: 
warning: ‘virtual void vtkDataSet::GetCellPoints(vtkIdType, vtkIdType&, const 
vtkIdType*&, vtkIdList*)’ was hidden [-Woverloaded-virtual=]
  189 |   virtual void GetCellPoints(vtkIdType cellId, vtkIdType& npts, 
vtkIdType const*& pts,
      |                ^~~~~~~~~~~~~
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelHierarchy.h:214:8:
 note:   by ‘virtual void vtkLabelHierarchy::GetCellPoints(vtkIdType, 
vtkIdList*)’
  214 |   void GetCellPoints(vtkIdType, vtkIdList*) override;
      |        ^~~~~~~~~~~~~
In file included from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Common/DataModel/vtkPointSet.h:44,
                 from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelHierarchy.h:48,
                 from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelHierarchy.cxx:5:
/build/reproducible-path/vtk9-9.3.0+dfsg1/Common/DataModel/vtkDataSet.h:189:16: 
warning: ‘virtual void vtkDataSet::GetCellPoints(vtkIdType, vtkIdType&, const 
vtkIdType*&, vtkIdList*)’ was hidden [-Woverloaded-virtual=]
  189 |   virtual void GetCellPoints(vtkIdType cellId, vtkIdType& npts, 
vtkIdType const*& pts,
      |                ^~~~~~~~~~~~~
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelHierarchy.h:214:8:
 note:   by ‘virtual void vtkLabelHierarchy::GetCellPoints(vtkIdType, 
vtkIdList*)’
  214 |   void GetCellPoints(vtkIdType, vtkIdList*) override;
      |        ^~~~~~~~~~~~~
In file included from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Utilities/octree/octree/octree:24,
                 from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelHierarchyPrivate.h:8,
                 from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelHierarchy.cxx:17:
/build/reproducible-path/vtk9-9.3.0+dfsg1/Utilities/octree/octree/octree_node.txx:
 In member function ‘const octree_node<T_, d_, A_>& octree_node<T_, d_, 
A_>::operator[](int) const’:
/build/reproducible-path/vtk9-9.3.0+dfsg1/Utilities/octree/octree/octree_node.txx:213:16:
 error: ‘const struct octree_node<T_, d_, A_>’ has no member named 
‘_M_chilren’; did you mean ‘m_children’? [-Wtemplate-body]
  213 |   return this->_M_chilren[child];
      |                ^~~~~~~~~~
      |                m_children
In file included from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkFreeTypeLabelRenderStrategy.h:15,
                 from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelPlacementMapper.cxx:11:
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelRenderStrategy.h:76:16:
 warning: ‘virtual void vtkLabelRenderStrategy::RenderLabel(int*, 
vtkTextProperty*, vtkStdString, int)’ was hidden [-Woverloaded-virtual=]
   76 |   virtual void RenderLabel(
      |                ^~~~~~~~~~~
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkFreeTypeLabelRenderStrategy.h:49:8:
 note:   by ‘virtual void vtkFreeTypeLabelRenderStrategy::RenderLabel(int*, 
vtkTextProperty*, vtkStdString)’
   49 |   void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString 
label) override;
      |        ^~~~~~~~~~~
In file included from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Common/DataModel/vtkPointSet.h:44,
                 from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelHierarchy.h:48,
                 from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelHierarchyIterator.cxx:13:
/build/reproducible-path/vtk9-9.3.0+dfsg1/Common/DataModel/vtkDataSet.h:189:16: 
warning: ‘virtual void vtkDataSet::GetCellPoints(vtkIdType, vtkIdType&, const 
vtkIdType*&, vtkIdList*)’ was hidden [-Woverloaded-virtual=]
  189 |   virtual void GetCellPoints(vtkIdType cellId, vtkIdType& npts, 
vtkIdType const*& pts,
      |                ^~~~~~~~~~~~~
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelHierarchy.h:214:8:
 note:   by ‘virtual void vtkLabelHierarchy::GetCellPoints(vtkIdType, 
vtkIdList*)’
  214 |   void GetCellPoints(vtkIdType, vtkIdList*) override;
      |        ^~~~~~~~~~~~~
In file included from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Utilities/octree/octree/octree:24,
                 from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelHierarchyPrivate.h:8,
                 from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelHierarchyIterator.cxx:14:
/build/reproducible-path/vtk9-9.3.0+dfsg1/Utilities/octree/octree/octree_node.txx:
 In member function ‘const octree_node<T_, d_, A_>& octree_node<T_, d_, 
A_>::operator[](int) const’:
/build/reproducible-path/vtk9-9.3.0+dfsg1/Utilities/octree/octree/octree_node.txx:213:16:
 error: ‘const struct octree_node<T_, d_, A_>’ has no member named 
‘_M_chilren’; did you mean ‘m_children’? [-Wtemplate-body]
  213 |   return this->_M_chilren[child];
      |                ^~~~~~~~~~
      |                m_children
In file included from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Common/DataModel/vtkPointSet.h:44,
                 from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelHierarchy.h:48,
                 from 
/build/reproducible-path/vtk9-9.3.0+dfsg1/Rendering/Label/vtkLabelPlacementMapper.cxx:14:
/build/reproducible-path/vtk9-9.3.0+dfsg1/Common/DataModel/vtkDataSet.h:189:16: 
warning: ‘virtual void vtkDataSet::GetCellPoints(vtkIdType, vtkIdType&, const 
vtkIdType*&, vtkIdList*)’ was hidden [-Woverloaded-virtual=]
  189 |   virtual void GetCellPoints(vtkIdType cellId, vtkIdType& npts, 
vtkIdType const*& pts,
      |                ^~~~~~~~~~~~~

I ran into this bug while trying out the LRA-enabled gcc-15 on sh4 which yields 
much better
results on this architectures than the previous gcc-14 which still uses the old 
register
allocator.

Cheers,
Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

--- End Message ---
--- Begin Message ---
Source: vtk9
Source-Version: 9.3.0+dfsg1-7
Done: Dominique Belhachemi <[email protected]>

We believe that the bug you reported is fixed in the latest version of
vtk9, 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.
Dominique Belhachemi <[email protected]> (supplier of updated vtk9 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 Sep 2025 14:06:08 -0400
Source: vtk9
Architecture: source
Version: 9.3.0+dfsg1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Dominique Belhachemi <[email protected]>
Closes: 1111572 1113920
Changes:
 vtk9 (9.3.0+dfsg1-7) unstable; urgency=medium
 .
   * Non-maintainer upload
   * Remove obsolete libosmesa6-dev dependency. (Closes: #1113920)
   * Remove obsolete tcl-dev and tk-dev dependency.
   * Remove r-base dependency
   * Apply upstream patch to fix gcc-15 FTBFS issue (Closes: #1111572)
   * Remove obsolete libftgl-dev dependency
Checksums-Sha1:
 e16cc6fb33922e3720204cbaa2bec281a00a8f97 3636 vtk9_9.3.0+dfsg1-7.dsc
 20a157758128162ad1fde0396daa4d3484c61d64 32028 vtk9_9.3.0+dfsg1-7.debian.tar.xz
 6391ccf4f99351a55f765605167547f825d5a574 30365 
vtk9_9.3.0+dfsg1-7_source.buildinfo
Checksums-Sha256:
 ca40cdd7e7258cd5f9ad7a6a9fe868fc2be4604923dc041641c89fd5f7263338 3636 
vtk9_9.3.0+dfsg1-7.dsc
 bdaff0efb4dd72f71702a7748449b5975e6055320b8e4f639244cafcdeee5215 32028 
vtk9_9.3.0+dfsg1-7.debian.tar.xz
 a7903eca336cbb82c48d71dd6c977a2372646dce94d87dfa0831850f911fd351 30365 
vtk9_9.3.0+dfsg1-7_source.buildinfo
Files:
 cc1a0f226082b4cec6f1e38aaf0d352b 3636 graphics optional vtk9_9.3.0+dfsg1-7.dsc
 d92888775cbccf6ec0f20899c6c25202 32028 graphics optional 
vtk9_9.3.0+dfsg1-7.debian.tar.xz
 8caabe88f066282fed083faa501ec0f3 30365 graphics optional 
vtk9_9.3.0+dfsg1-7_source.buildinfo

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

iQJHBAEBCgAxFiEE6kgtUJkuk2zr2l/SGbXmyGIZEAEFAmi6IJMTHGRvbWliZWxA
ZGViaWFuLm9yZwAKCRAZtebIYhkQAS4LD/sHOL5md+0wFtrp3EeT/hj4E1ZV+0XY
whiW3/4vR2CBerWm6jX/CAXQCGA+Dm62IqPm1eage5PD8Tu+NqIFHmfZQCph8rOz
8dEVnPPxx+/H2kauP80ploFY7p4axbwgncX/iqD3g6HF+1IDbWmW1Sw7Slf8kQM9
ArJ2QwsXChuc9I6eJsROP3oLNVw1y5rAssVFcRFFRRnJrbe2S3HhfXqc6bOiZp4n
RAbQMrOSby3GsMd8zkOEoiVXkkBp7a812NQZFNLg1NQ4tEkvmrw+paGy1BM7Vkj0
sxyfV893X7aV55IHfDsipVBmmTzMeksARZuZYUENxFaCMEj5bG39INnAl5IeK3iS
nDyix5bhnwvgGudtt1vGufho7jOYxviL7ccVdWfAvZV+Sw2W4TRNLm43gsvpw83q
LY+cZaMFXQxYxMNKiVrQQM3AmyxOjS4RbP27z+qiwflDuItLNcB4jpWzNT/bf38D
3DzH18mrrq3AQhDQ/k5HrQOEkVLQFN6kdI30M8tdLdifGWX3YmjR07TdKCsiZ2+S
7QXZE6kx7d8bB5PLEqnPbCylInRJDneZUjM+DB0ailP9vjNDlAgbxcJX2cg0Wa2s
4CNX3ASWd6d0UZha7bX/3STpq52AZNSol/Zrb+oQ1itxL9tbVquswhx3P555phgz
n5GRBVH0F9v85w==
=9+gy
-----END PGP SIGNATURE-----

Attachment: pgpxA45Rtu7Fl.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to