Source: cloudcompare Version: 2.13.2+git20240821+ds-3 Severity: serious Tags: ftbfs X-Debbugs-Cc: Timo Röhling <[email protected]>
Enabling laszip support in cloudcompare apparently happened around the same time as laszip changes breaking it: https://buildd.debian.org/status/fetch.php?pkg=cloudcompare&arch=sh4&ver=2.13.2%2Bgit20240821%2Bds-3&stamp=1765295270&raw=0 https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/cloudcompare.html ... In file included from /<<PKGBUILDDIR>>/obj-sh4-linux-gnu/plugins/core/IO/qLASIO/QLAS_IO_PLUGIN_autogen/6YEA5652QU/../../../../../../../plugins/core/IO/qLASIO/include/LasTiler.h:22, from /<<PKGBUILDDIR>>/obj-sh4-linux-gnu/plugins/core/IO/qLASIO/QLAS_IO_PLUGIN_autogen/6YEA5652QU/../../../../../../../plugins/core/IO/qLASIO/include/LasOpenDialog.h:23, from /<<PKGBUILDDIR>>/obj-sh4-linux-gnu/plugins/core/IO/qLASIO/QLAS_IO_PLUGIN_autogen/6YEA5652QU/moc_LasOpenDialog.cpp:10, from /<<PKGBUILDDIR>>/obj-sh4-linux-gnu/plugins/core/IO/qLASIO/QLAS_IO_PLUGIN_autogen/mocs_compilation.cpp:3: /usr/include/laszip/laszip_api.h:60:10: fatal error: laszip_common.h: No such file or directory 60 | #include <laszip_common.h> | ^~~~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [plugins/core/IO/qLASIO/CMakeFiles/QLAS_IO_PLUGIN.dir/build.make:97: plugins/core/IO/qLASIO/CMakeFiles/QLAS_IO_PLUGIN.dir/QLAS_IO_PLUGIN_autogen/mocs_compilation.cpp.o] Error 1 ... After adding -I/usr/include/laszip I am getting errors plugins/core/IO/qLASIO/src/LasExtraScalarField.cpp:296:51: error: ‘vector’ does not name a type; did you mean ‘QVector’? 296 | const vector<LasExtraScalarField>& extraFields) | ^~~~~~ | QVector

