Source: libbloom
Version: 1.4-2
Severity: important
Tags: upstream
Justification: fails to build from source
Builds of libbloom for kFreeBSD and the Hurd (admittedly not release
architectures) have been failing:
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-specs=/usr/share/dpkg/pie-compile.specs -fstack-protector-strong -Wformat
-Werror=format-security -I/usr/include/i386-gnu -Wdate-time -D_FORTIFY_SOURCE=2
-Wall -O3 -std=c99 -fPIC -DBLOOM_VERSION=1.4
-specs=/usr/share/dpkg/pie-link.specs -Wl,-z,relro -Wl,-z,now -lm basic.o
-L/<<PKGBUILDDIR>>/build -lbloom -o test-basic)
/<<PKGBUILDDIR>>/build/test-basic
/<<PKGBUILDDIR>>/build/test-basic: error while loading shared libraries:
libbloom.so.1: cannot open shared object file: No such file or directory
Makefile:124: recipe for target 'test' failed
make[2]: *** [test] Error 127
Please either extend the Linux RPATH setting to these architectures or
run the tests with an appropriate LD_LIBRARY_PATH setting.
Thanks!