Package: fuse-emulator-utils
Version: 1.0.0-1
Severity: serious
Justification: fails to build from source

Builds of fuse-emulator-utils are failing in environments (such as the
i386 autobuilder's) in which the linker only considers symbols from
explicitly named shared libraries:

> /bin/bash ./libtool --tag=CC   --mode=link gcc  -g -O2 -I/usr/include -Wall  
> -L/usr/lib -o rzxdump rzxdump.o utils.o -lspectrum -lglib-2.0 
> compat/unix/libcompatos.a 
> libtool: link: gcc -g -O2 -I/usr/include -Wall -o rzxdump rzxdump.o utils.o  
> -L/usr/lib /usr/lib/libspectrum.so /usr/lib/libglib-2.0.so 
> compat/unix/libcompatos.a
> /usr/bin/ld: rzxdump.o: undefined reference to symbol 
> 'gcry_strerror@@GCRYPT_1.2'
> /usr/bin/ld: note: 'gcry_strerror@@GCRYPT_1.2' is defined in DSO 
> /lib/libgcrypt.so.11 so try adding it to the linker command line
> /lib/libgcrypt.so.11: could not read symbols: Invalid operation
> collect2: ld returned 1 exit status
> make[3]: *** [rzxdump] Error 1

To avoid such errors (which installing the binutils-gold package may
help reproduce), please explicitly link rzxdump and any other tools
that directly use libgcrypt against it.

Thanks!



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to