#1140920 FTBFS against vtk 9.6

Package:
src:asl
Source:
src:asl
Submitter:
Drew Parsons
Date:
2026-06-28 12:07:03 UTC
Severity:
normal
Tags:
#1140920#5
Date:
2026-06-28 12:06:09 UTC
From:
To:
asl FTBFS against vtk 9.6, currently available in experimental.

//build/vtk-dep/asl-0.1.7/src/utilities/aslVTKCasters.cxx:221:57: error: cannot call member function ‘ValueTypeT vtkGenericDataArray<DerivedT, ValueTypeT, ArrayType>::GetDataTypeValueMin()
const [with DerivedT = vtkAOSDataArrayTemplate<int>; ValueTypeT = int; int ArrayType = 5]’ without object
  221 |                 typedef decltype(DT::GetDataTypeValueMin()) vtkT;
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~^~


Things are not looking optimistic for asl, unfortunately.
Their most recent merged PR was "Fixup VTK 7.x support, remove VTK 6.x support"