[R-pkg-team] Bug#1105700: r-cran-xslt: FTBFS with make --shuffle=reverse: make: *** [debian/rules:4: binary] Error 25 shuffle=reverse

Lucas Nussbaum lucas at debian.org
Tue May 13 20:14:03 BST 2025


Source: r-cran-xslt
Version: 1.5.1-1
Severity: minor
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-shuffle

Hi,

GNU Make now has a --shuffle option that simulates non-deterministic ordering
of target prerequisites. See
https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous
work in Debian by Santiago Vila:
https://people.debian.org/~sanvila/make-shuffle/

This package fails to build with make --shuffle=reverse.
This is likely to be caused by a missing dependency in
debian/rules or an upstream Makefile.

More information about this mass bug filing is available at
https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle

Relevant part (hopefully):
> make[1]: Entering directory '/build/reproducible-path/r-cran-xslt-1.5.1/src'
> /usr/share/R/share/make/shlib.mk:18: update target 'shlib-clean' due to: target is .PHONY
> rm -Rf .libs _libs
> rm -f RcppExports.o xslt.o xslt_init.o symbols.rds
> make[1]: Leaving directory '/build/reproducible-path/r-cran-xslt-1.5.1/src'
> ** R
> ** inst
> ** byte-compile and prepare package for lazy loading
> ** help
> *** installing help indices
> ** building package indices
> ** testing if installed package can be loaded from temporary location
> Error: package or namespace load failed for ‘xslt’ in library.dynam(lib, package, package.lib):
>  shared object ‘xslt.so’ not found
> Error: loading failed
> Execution halted
> ERROR: loading failed
> * removing ‘/build/reproducible-path/r-cran-xslt-1.5.1/debian/r-cran-xslt/usr/lib/R/site-library/xslt’
> dh_auto_install: error: R CMD INSTALL -l /build/reproducible-path/r-cran-xslt-1.5.1/debian/r-cran-xslt/usr/lib/R/site-library --clean . "--built-timestamp='Tue, 04 Mar 2025 11:06:36 +0900'" returned exit code 1
> make: *** [debian/rules:4: binary] Error 25 shuffle=reverse


The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/r-cran-xslt_1.5.1-1_unstable_reverse.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects



More information about the R-pkg-team mailing list