On Okt 16 2024, Jan Engelhardt wrote:
On Wednesday 2024-10-16 17:22, Johannes Kastl wrote:
configure:3661: gcc -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wno-deprecated-declarations -Wno-sizeof-pointer-memaccess -Wno-cpp -fPIE -pie -ltirpc -lgrpc -labsl_synchronization -labsl_log_internal_check_op -labsl_log_internal_nullguard -labsl_log_internal_message conftest.c >&5 /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -labsl_synchronization: No such file or directory /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -labsl_log_internal_check_op: No such file or directory
Seems pretty obvious that ABSL is not installed (BuildRequired) or that ABSL (if it is installed) is so old that it does not contain libabsl_log_internal_check_op.so yet.
It's the first: $ osc buildinfo Virtualization:VMware open-vm-tools openSUSE_Leap_15.5 x86_64 | grep -c abseil 0 -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."