Source: ocaml-dbus Version: 0.29-7 Severity: minor Tags: trixie sid ftbfs User: lu...@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/ocaml-dbus-0.29' > Makefile:48: update target 'dBus.cmo' due to: target does not exist > ocamlc -c -o dBus.cmo dBus.ml > File "dBus.ml", line 290, characters 12-13: > 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | > SigInt32 _ > ^ > Warning 28 [wildcard-arg-to-constant-constr]: wildcard pattern given as > argument to a constant constructor > > File "dBus.ml", line 290, characters 24-25: > 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | > SigInt32 _ > ^ > Warning 28 [wildcard-arg-to-constant-constr]: wildcard pattern given as > argument to a constant constructor > > File "dBus.ml", line 290, characters 37-38: > 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | > SigInt32 _ > ^ > Warning 28 [wildcard-arg-to-constant-constr]: wildcard pattern given as > argument to a constant constructor > > File "dBus.ml", line 290, characters 51-52: > 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | > SigInt32 _ > ^ > Warning 28 [wildcard-arg-to-constant-constr]: wildcard pattern given as > argument to a constant constructor > > File "dBus.ml", line 290, characters 64-65: > 290 | | SigByte _ | SigBool _ | SigInt16 _ | SigUInt16 _ | > SigInt32 _ > > ^ > Warning 28 [wildcard-arg-to-constant-constr]: wildcard pattern given as > argument to a constant constructor > > File "dBus.ml", line 291, characters 14-15: > 291 | | SigUInt32 _ | SigInt64 _ | SigUInt64 _ | SigDouble _ > ^ > Warning 28 [wildcard-arg-to-constant-constr]: wildcard pattern given as > argument to a constant constructor > > File "dBus.ml", line 291, characters 27-28: > 291 | | SigUInt32 _ | SigInt64 _ | SigUInt64 _ | SigDouble _ > ^ > Warning 28 [wildcard-arg-to-constant-constr]: wildcard pattern given as > argument to a constant constructor > > File "dBus.ml", line 291, characters 41-42: > 291 | | SigUInt32 _ | SigInt64 _ | SigUInt64 _ | SigDouble _ > ^ > Warning 28 [wildcard-arg-to-constant-constr]: wildcard pattern given as > argument to a constant constructor > > File "dBus.ml", line 291, characters 55-56: > 291 | | SigUInt32 _ | SigInt64 _ | SigUInt64 _ | SigDouble _ > ^ > Warning 28 [wildcard-arg-to-constant-constr]: wildcard pattern given as > argument to a constant constructor > > File "dBus.ml", line 292, characters 14-15: > 292 | | SigString _ | SigObjectPath _ -> true > ^ > Warning 28 [wildcard-arg-to-constant-constr]: wildcard pattern given as > argument to a constant constructor > > File "dBus.ml", line 292, characters 32-33: > 292 | | SigString _ | SigObjectPath _ -> true > ^ > Warning 28 [wildcard-arg-to-constant-constr]: wildcard pattern given as > argument to a constant constructor > > File "_none_", line 1: > Alert ocaml_deprecated_auto_include: > OCaml's lib directory layout changed in 5.0. The unix subdirectory has been > automatically added to the search path, but you should add -I +unix to the > command-line to silence this alert (e.g. by adding unix to the list of > libraries in your dune file, or adding use_unix to your _tags file for > ocamlbuild, or using -package unix for ocamlfind). > > File "dBus.ml", line 1: > Error: Could not find the .cmi file for interface "dBus.mli". > make[2]: *** [Makefile:48: dBus.cmo] Error 2 shuffle=reverse The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/ocaml-dbus_0.29-7_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