Source: librabbitmq Version: 0.10.0-1 Severity: important Tags: bookworm sid fixed-upstream User: pkg-openssl-de...@lists.alioth.debian.org Usertags: ftbfs-3.0
Your package is failing to build using OpenSSL 3.0 with the following error: | [ 32%] Linking C executable amqp_sendstring | cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/cmake -E cmake_link_script CMakeFiles/amqp_sendstring.dir/link.txt --verbose=1 | /usr/bin/cc -Wall -Wextra -Wstrict-prototypes -Wno-unused-function -fno-common -fvisibility=hidden -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu90 -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/amqp_sendstring.dir/amqp_sendstring.c.o CMakeFiles/amqp_sendstring.dir/utils.c.o CMakeFiles/amqp_sendstring.dir/unix/platform_utils.c.o -o amqp_sendstring -Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/librabbitmq ../librabbitmq/librabbitmq.so.4.4.0 -lssl -lcrypto -lrt -pthread | /usr/bin/ld: ../librabbitmq/librabbitmq.so.4.4.0: undefined reference to `FIPS_mode_set' | collect2: error: ld returned 1 exit status | make[3]: *** [examples/CMakeFiles/amqp_sendstring.dir/build.make:135: examples/amqp_sendstring] Error 1 According to upstream's release notes, v0.11.0 has OpenSSL 3.0 support. For more information see: https://www.openssl.org/docs/man3.0/man7/migration_guide.html Sebastian