Le 19/11/2019 à 11:41, Erik de Castro Lopo a écrit :
Package: libclang-common-9-dev
Version: 1:9.0.0-3+b1
Severity: normal
Dear Maintainer,
I have a project (FLAC) which has a configure option to build fuzzers
to be run in Google's Oss-Fuzz infratructure.
Configuring on x86_64 works correctly and builds the fuzzers
but in i386 I get:
/usr/bin/ld: cannot find
/usr/lib/llvm-9/lib/clang/9.0.0/lib/linux/libclang_rt.fuzzer-i386.a: No such
file or directory
ld seems to know where the file *should* be, but it is not there. I have
installed libfuzzer-9-dev.
I had to disable libfuzzer on i386 because of
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942864
https://bugs.llvm.org/show_bug.cgi?id=43677
Maybe it is the same issue as
https://bugs.llvm.org/show_bug.cgi?id=43677
S