[QGIS-Developer] PDAL compile on bookworm?

Richard Duivenvoorde rdmailings at duif.net
Sun Sep 10 06:34:50 PDT 2023


Hi All,

Anybody succesfully compiled PDAL master recently on Debian Bookworm?

Following instructions of
https://pdal.io/en/latest/development/compilation/unix.html
Ninja stops when trying to link the tests:


[448/578] Linking CXX executable bin/pdal_file_utils_test
FAILED: bin/pdal_file_utils_test
: && /usr/bin/c++   test/unit/CMakeFiles/pdal_test_support.dir/Support.cpp.o test/unit/CMakeFiles/pdal_file_utils_test.dir/FileUtilsTest.cpp.o -o bin/pdal_file_utils_test  -Wl,-rpath,/home/richard/git/pdal/build/lib  lib/libpdalcpp.so.16.0.0  lib/libgtest.a && :
/usr/bin/ld: lib/libpdalcpp.so.16.0.0: undefined reference to `_ULx86_64_step'
/usr/bin/ld: lib/libpdalcpp.so.16.0.0: undefined reference to `_Ux86_64_getcontext'
/usr/bin/ld: lib/libpdalcpp.so.16.0.0: undefined reference to `_ULx86_64_init_local'
/usr/bin/ld: lib/libpdalcpp.so.16.0.0: undefined reference to `_ULx86_64_get_proc_name'
/usr/bin/ld: lib/libpdalcpp.so.16.0.0: undefined reference to `_ULx86_64_get_reg'
collect2: error: ld returned 1 exit status
[449/578] Linking CXX executable bin/pdal_log_test
FAILED: bin/pdal_log_test
: && /usr/bin/c++   test/unit/CMakeFiles/pdal_test_support.dir/Support.cpp.o test/unit/CMakeFiles/pdal_log_test.dir/LogTest.cpp.o -o bin/pdal_log_test  -Wl,-rpath,/home/richard/git/pdal/build/lib  lib/libpdalcpp.so.16.0.0  lib/libgtest.a && :
/usr/bin/ld: lib/libpdalcpp.so.16.0.0: undefined reference to `_ULx86_64_step'
/usr/bin/ld: lib/libpdalcpp.so.16.0.0: undefined reference to `_Ux86_64_getcontext'
/usr/bin/ld: lib/libpdalcpp.so.16.0.0: undefined reference to `_ULx86_64_init_local'
/usr/bin/ld: lib/libpdalcpp.so.16.0.0: undefined reference to `_ULx86_64_get_proc_name'
/usr/bin/ld: lib/libpdalcpp.so.16.0.0: undefined reference to `_ULx86_64_get_reg'
collect2: error: ld returned 1 exit status
[450/578] Linking CXX executable bin/pdal_bounds_test

Any hints?

Regards,

Richard Duivenvoorde


More information about the QGIS-Developer mailing list