[Pkg-rust-maintainers] Bug#1061102: Not related to xsltproc?

Jelmer Vernooij jelmer at jelmer.uk
Thu Feb 1 21:47:40 GMT 2024


tags 1061102 + moreinfo
thanks

Hi Jonas,

Looking at the output of the build log, the problem appears to be
this:

 configure: error: in
 `/build/biome-1.5.2/target/x86_64-unknown-linux-gnu/release/build/tikv-jemalloc-sys-2de43a13417834c8/out/build':
   configure: error: cannot compute suffix of object files: cannot
   compile

The fact that xsltproc can't be found isn't fatal as far as I can
tell.

When building tikv-jemalloc-sys in sbuild, this step succeeds for me
and it successfully finds the suffix of object files:

[tikv-jemalloc-sys 0.5.4+5.3.0-patched] checking for xsltproc... false
[tikv-jemalloc-sys 0.5.4+5.3.0-patched] checking for
x86_64-unknown-linux-gnu-gcc... cc
[tikv-jemalloc-sys 0.5.4+5.3.0-patched] checking whether the C
compiler works... yes
[tikv-jemalloc-sys 0.5.4+5.3.0-patched] checking for C compiler
default output file name... a.out
[tikv-jemalloc-sys 0.5.4+5.3.0-patched] checking for suffix of
executables...
[tikv-jemalloc-sys 0.5.4+5.3.0-patched] checking whether we are cross
compiling... no
[tikv-jemalloc-sys 0.5.4+5.3.0-patched] checking for suffix of object
files... o
[tikv-jemalloc-sys 0.5.4+5.3.0-patched] checking whether we are using
the GNU C compiler... yes
...

the package also builds successfully otherwise, as well as its other
reverse dependencies (e.g. rust-tikv-jemalloc-ctl).



More information about the Pkg-rust-maintainers mailing list