Package: src:vtk9
Version: 9.5.2+dfsg4-1
Severity: serious
Tags: sid forky

vtk9 autopkg test fails with OpenJDK 25 on i386:

see https://ci.debian.net/packages/v/vtk9/testing/i386/69470658/

the reason is, that the hotspot VM is gone on i386, and you need to use the zero VM. Apparently the VM is hard-coded.

[...]
137s autopkgtest [23:34:42]: test buildBoolean: [-----------------------
137s -- The C compiler identification is GNU 15.2.0
137s -- The CXX compiler identification is GNU 15.2.0
137s -- Detecting C compiler ABI info
137s -- Detecting C compiler ABI info - done
137s -- Check for working C compiler: /usr/bin/cc - skipped
137s -- Detecting C compile features
137s -- Detecting C compile features - done
137s -- Detecting CXX compiler ABI info
138s -- Detecting CXX compiler ABI info - done
138s -- Check for working CXX compiler: /usr/bin/c++ - skipped
138s -- Detecting CXX compile features
138s -- Detecting CXX compile features - done
138s -- Found Python3: /usr/bin/python3 (found suitable version "3.13.12", minimum required is "3.13") found components: Interpreter Development.Module Development.Embed 138s -- Found nlohmann_json: /usr/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found version "3.11.3")
138s -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
138s -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
138s -- Found Threads: TRUE
138s -- Performing Test HAVE_STDATOMIC
139s -- Performing Test HAVE_STDATOMIC - Success
139s -- Found WrapAtomic: TRUE
139s -- Found OpenGL: /usr/lib/i386-linux-gnu/libOpenGL.so
139s -- Found WrapOpenGL: TRUE
139s -- Found WrapVulkanHeaders: /usr/include
139s -- Found X11: /usr/include
139s -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so 139s -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so - found
139s -- Looking for gethostbyname
139s -- Looking for gethostbyname - found
139s -- Looking for connect
140s -- Looking for connect - found
140s -- Looking for remove
140s -- Looking for remove - found
140s -- Looking for shmat
140s -- Looking for shmat - found
140s -- Looking for IceConnectionNumber in ICE
140s -- Looking for IceConnectionNumber in ICE - found
140s -- Found MPI_C: /usr/lib/i386-linux-gnu/libmpich.so (found version "4.1")
140s -- Found MPI: TRUE (found version "4.1") found components: C
141s -- Found LibXml2: /usr/lib/i386-linux-gnu/libxml2.so (found version "2.15.1") 141s -- Found HDF5: /usr/lib/i386-linux-gnu/hdf5/serial/libhdf5.so;/usr/lib/i386-linux-gnu/libcrypto.so;/usr/lib/i386-linux-gnu/libcurl.so;/usr/lib/i386-linux-gnu/libpthread.a;/usr/lib/i386-linux-gnu/libsz.so;/usr/lib/i386-linux-gnu/libz.so;/usr/lib/i386-linux-gnu/libdl.a;/usr/lib/i386-linux-gnu/libm.so (found version "1.14.6") found components: C HL
142s -- Found NetCDF: /usr/include (found version "4.10.0")
142s -- Found THEORA: /usr/lib/i386-linux-gnu/libtheora.so
142s -- Found OGG: /usr/lib/i386-linux-gnu/libogg.so
142s -- Found JsonCpp: /usr/lib/i386-linux-gnu/libjsoncpp.so (found suitable version "1.9.6", minimum required is "0.7.0")
142s -- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.3.1")
142s -- Found PNG: /usr/lib/i386-linux-gnu/libpng.so (found version "1.6.55") 142s -- Found GL2PS: /usr/lib/i386-linux-gnu/libgl2ps.so (found suitable version "1.4.2", minimum required is "1.4.2") 142s -- Found LibPROJ: /usr/lib/i386-linux-gnu/libproj.so (found version "9.8.0") 142s -- Found SQLite3: /usr/lib/i386-linux-gnu/libsqlite3.so (found version "3.46.1")
142s -- Found Eigen3: /usr/include/eigen3 (found version "3.4.0")
142s -- Found EXPAT: /usr/lib/i386-linux-gnu/libexpat.so (found suitable version "2.7.4", minimum required is "2.5.0") 142s -- Found LZ4: /usr/lib/i386-linux-gnu/liblz4.so (found version "1.10.0") 142s -- Found LZMA: /usr/lib/i386-linux-gnu/liblzma.so (found version "5.8.2")
142s -- Found JPEG: /usr/lib/i386-linux-gnu/libjpeg.so (found version "62")
142s -- Found TIFF: /usr/lib/i386-linux-gnu/libtiff.so (found version "4.7.1")
142s -- Could NOT find freetype (missing: freetype_DIR)
142s -- Found Freetype: /usr/lib/i386-linux-gnu/libfreetype.so (found version "2.14.1")
142s -- Found utf8cpp: /usr/include/utf8cpp
142s -- Found double-conversion: /usr/lib/i386-linux-gnu/libdouble-conversion.so
143s -- Configuring done (5.8s)
143s -- Generating done (0.1s)
143s -- Build files have been written to: /tmp/tmp.KRa922qbt5/build
143s [ 50%] Building CXX object CMakeFiles/demo.dir/demo.cpp.o
146s make[2]: *** No rule to make target '/usr/lib/jvm/default-java/lib/client/libjvm.so', needed by 'demo'. Stop.
146s make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/demo.dir/all] Error 2
146s make: *** [Makefile:136: all] Error 2

Reply via email to