Source: libtraceevent Version: 1:1.8.4-2 Severity: minor Tags: trixie sid ftbfs User: [email protected] 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): > x86_64-linux-gnu-gcc -M -MT > /build/reproducible-path/libtraceevent-1.8.4/src/event-parse-api.o > -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/libtraceevent-1.8.4=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -fPIC -I. -I > /build/reproducible-path/libtraceevent-1.8.4/include -I > /build/reproducible-path/libtraceevent-1.8.4/include/traceevent > '-DPLUGIN_DIR="/usr/lib/x86_64-linux-gnu/traceevent/plugins"' -D_GNU_SOURCE > -D_FILE_OFFSET_BITS=64 event-parse-api.c > > /build/reproducible-path/libtraceevent-1.8.4/src/.event-parse-api.d > Makefile:19: update target > '/build/reproducible-path/libtraceevent-1.8.4/src/event-parse-api.o' due to: > target does not exist > ( x86_64-linux-gnu-gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/libtraceevent-1.8.4=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -fPIC -I. -I > /build/reproducible-path/libtraceevent-1.8.4/include -I > /build/reproducible-path/libtraceevent-1.8.4/include/traceevent > '-DPLUGIN_DIR="/usr/lib/x86_64-linux-gnu/traceevent/plugins"' -D_GNU_SOURCE > -D_FILE_OFFSET_BITS=64 -std=gnu99 -fPIC event-parse-api.c -o > /build/reproducible-path/libtraceevent-1.8.4/src/event-parse-api.o) > Makefile:25: update target > '/build/reproducible-path/libtraceevent-1.8.4/lib/libtraceevent.so.1.8.4' due > to: target does not exist > ( x86_64-linux-gnu-gcc --shared > /build/reproducible-path/libtraceevent-1.8.4/src/event-parse-api.o > /build/reproducible-path/libtraceevent-1.8.4/src/event-parse.o > /build/reproducible-path/libtraceevent-1.8.4/src/event-plugin.o > /build/reproducible-path/libtraceevent-1.8.4/src/kbuffer-parse.o > /build/reproducible-path/libtraceevent-1.8.4/src/parse-filter.o > /build/reproducible-path/libtraceevent-1.8.4/src/parse-utils.o > /build/reproducible-path/libtraceevent-1.8.4/src/tep_strerror.o > /build/reproducible-path/libtraceevent-1.8.4/src/trace-seq.o > '-Wl,-soname,libtraceevent.so.1,-rpath=$ORIGIN' -o > /build/reproducible-path/libtraceevent-1.8.4/lib/libtraceevent.so.1.8.4 > -Wl,-z,relro -ldl) > /usr/bin/ld: cannot open output file > /build/reproducible-path/libtraceevent-1.8.4/lib/libtraceevent.so.1.8.4: No > such file or directory > collect2: error: ld returned 1 exit status The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/libtraceevent_1.8.4-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

