[R-pkg-team] Bug#1105568: r-cran-gdtools: FTBFS with make --shuffle=reverse: make: *** [debian/rules:4: binary] Error 25 shuffle=reverse
Lucas Nussbaum
lucas at debian.org
Tue May 13 20:13:51 BST 2025
Source: r-cran-gdtools
Version: 0.4.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-gdtools-0.4.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 CairoContext.o RcppExports.o font_metrics.o gdtools.o raster_to_base64.o versions.o symbols.rds
> make[1]: Leaving directory '/build/reproducible-path/r-cran-gdtools-0.4.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 ‘gdtools’ in library.dynam(lib, package, package.lib):
> shared object ‘gdtools.so’ not found
> Error: loading failed
> Execution halted
> ERROR: loading failed
> * removing ‘/build/reproducible-path/r-cran-gdtools-0.4.1/debian/r-cran-gdtools/usr/lib/R/site-library/gdtools’
> dh_auto_install: error: R CMD INSTALL -l /build/reproducible-path/r-cran-gdtools-0.4.1/debian/r-cran-gdtools/usr/lib/R/site-library --clean . "--built-timestamp='Wed, 29 Jan 2025 10:27:45 +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-gdtools_0.4.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