Source: pgloader Version: 3.6.10-4 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/pgloader-3.6.10/test' > Makefile:125: update target 'regress/out/xzero.out' due to: target does not > exist > pgloader --regress xzero.load > 2025-05-01T13:12:39.008000Z LOG pgloader version "3.6.10~devel" > 2025-05-01T13:12:39.040000Z WARNING pgloader always talk to PostgreSQL in > utf-8, client_encoding has been forced to 'utf8'. > KABOOM! > DB-CONNECTION-ERROR: Failed to connect to pgsql at "localhost" (port 5432) as > user "sbuild": Database error 3D000: database "pgloader" does not exist > An unhandled error condition has been signalled: > Failed to connect to pgsql at "localhost" (port 5432) as user "sbuild": > Database error 3D000: database "pgloader" does not exist > > > > > What I am doing here? > > Failed to connect to pgsql at "localhost" (port 5432) as user "sbuild": > Database error 3D000: database "pgloader" does not exist > > make[2]: *** [Makefile:125: regress/out/xzero.out] Error 1 shuffle=reverse The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/pgloader_3.6.10-4_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