[Pkg-pascal-devel] Bug#1105521: pasdoc: FTBFS with make --shuffle=reverse: make[2]: *** [Makefile:193: build-fpc-default-debug] Error 1 shuffle=reverse
Lucas Nussbaum
lucas at debian.org
Tue May 13 20:12:02 BST 2025
Source: pasdoc
Version: 0.16.0-2
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[2]: Entering directory '/build/reproducible-path/pasdoc-0.16.0'
> Makefile:183: update target 'make-dirs' due to: target is .PHONY
> /usr/bin/mkdir -p lib
> /usr/bin/mkdir -p bin
> Makefile:193: update target 'build-fpc-default-debug' due to: target is .PHONY
> fpc -FEbin -FUlib @pasdoc-fpc.cfg -Fu./source/component -Fu./source/console -Fu./source/component/tipue -Fi./source/component -Fi./source/component/images ./source/console/pasdoc.dpr
> Free Pascal Compiler version 3.2.2+dfsg-46 [2025/02/08] for x86_64
> Copyright (c) 1993-2021 by Florian Klaempfl and others
> Target OS: Linux for x86-64
> Compiling ./source/console/pasdoc.dpr
> Compiling ./source/console/PasDoc_Main.pas
> Compiling ./source/component/PasDoc_GenHtml.pas
> PasDoc_GenHtml.pas(352,23) Fatal: Cannot open include file "pasdoc.css.inc"
> Fatal: Compilation aborted
> Error: /usr/bin/ppcx64 returned an error exitcode
> make[2]: *** [Makefile:193: build-fpc-default-debug] Error 1 shuffle=reverse
The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/pasdoc_0.16.0-2_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 Pkg-pascal-devel
mailing list