[Debian-med-packaging] Bug#1105470: ltrsift: FTBFS with make --shuffle=reverse: Fatal error: can't create obj/src/ltrsift_encode.o: No such file or directory
Lucas Nussbaum
lucas at debian.org
Tue May 13 20:08:17 BST 2025
Source: ltrsift
Version: 1.0.2-10
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/ltrsift-1.0.2'
> Makefile:46: update target 'obj/src/ltrsift_encode.o' due to: target does not exist
> echo "[compile obj/src/ltrsift_encode.o]"
> Makefile:46: update target 'obj/src/ltrsift.o' due to: target does not exist
> echo "[compile obj/src/ltrsift.o]"
> [compile obj/src/ltrsift_encode.o]
> [compile obj/src/ltrsift.o]
> cc -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/ltrsift-1.0.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -Wall -Wunused-parameter -O3 -Wdate-time -D_FORTIFY_SOURCE=2 `pkg-config --cflags --libs gtk+-2.0 gthread-2.0` -I/usr/include/genometools -I/usr/include/genometools -I/src -lgenometools -L/usr/lib -Wl,-z,relro -Wl,-z,now src/ltrsift_encode.c -o obj/src/ltrsift_encode.o
> cc -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/ltrsift-1.0.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -Wall -Wunused-parameter -O3 -Wdate-time -D_FORTIFY_SOURCE=2 `pkg-config --cflags --libs gtk+-2.0 gthread-2.0` -I/usr/include/genometools -I/usr/include/genometools -I/src -lgenometools -L/usr/lib -Wl,-z,relro -Wl,-z,now src/ltrsift.c -o obj/src/ltrsift.o
> Makefile:46: update target 'obj/src/support.o' due to: target does not exist
> echo "[compile obj/src/support.o]"
> Makefile:46: update target 'obj/src/statusbar.o' due to: target does not exist
> echo "[compile obj/src/statusbar.o]"
> [compile obj/src/support.o]
> [compile obj/src/statusbar.o]
> cc -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/ltrsift-1.0.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -Wall -Wunused-parameter -O3 -Wdate-time -D_FORTIFY_SOURCE=2 `pkg-config --cflags --libs gtk+-2.0 gthread-2.0` -I/usr/include/genometools -I/usr/include/genometools -I/src -lgenometools -L/usr/lib -Wl,-z,relro -Wl,-z,now src/support.c -o obj/src/support.o
> cc -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/ltrsift-1.0.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -Wall -Wunused-parameter -O3 -Wdate-time -D_FORTIFY_SOURCE=2 `pkg-config --cflags --libs gtk+-2.0 gthread-2.0` -I/usr/include/genometools -I/usr/include/genometools -I/src -lgenometools -L/usr/lib -Wl,-z,relro -Wl,-z,now src/statusbar.c -o obj/src/statusbar.o
> Makefile:46: update target 'obj/src/script_filter_stream.o' due to: target does not exist
> echo "[compile obj/src/script_filter_stream.o]"
> Makefile:46: update target 'obj/src/project_wizard.o' due to: target does not exist
> echo "[compile obj/src/project_wizard.o]"
> [compile obj/src/script_filter_stream.o]
> cc -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/ltrsift-1.0.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -Wall -Wunused-parameter -O3 -Wdate-time -D_FORTIFY_SOURCE=2 `pkg-config --cflags --libs gtk+-2.0 gthread-2.0` -I/usr/include/genometools -I/usr/include/genometools -I/src -lgenometools -L/usr/lib -Wl,-z,relro -Wl,-z,now src/script_filter_stream.c -o obj/src/script_filter_stream.o
> [compile obj/src/project_wizard.o]
> cc -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/ltrsift-1.0.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -Wall -Wunused-parameter -O3 -Wdate-time -D_FORTIFY_SOURCE=2 `pkg-config --cflags --libs gtk+-2.0 gthread-2.0` -I/usr/include/genometools -I/usr/include/genometools -I/src -lgenometools -L/usr/lib -Wl,-z,relro -Wl,-z,now src/project_wizard.c -o obj/src/project_wizard.o
> Makefile:46: update target 'obj/src/preprocess_visitor.o' due to: target does not exist
> echo "[compile obj/src/preprocess_visitor.o]"
> [compile obj/src/preprocess_visitor.o]
> cc -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/ltrsift-1.0.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -Wall -Wunused-parameter -O3 -Wdate-time -D_FORTIFY_SOURCE=2 `pkg-config --cflags --libs gtk+-2.0 gthread-2.0` -I/usr/include/genometools -I/usr/include/genometools -I/src -lgenometools -L/usr/lib -Wl,-z,relro -Wl,-z,now src/preprocess_visitor.c -o obj/src/preprocess_visitor.o
> Makefile:46: update target 'obj/src/preprocess_stream.o' due to: target does not exist
> echo "[compile obj/src/preprocess_stream.o]"
> [compile obj/src/preprocess_stream.o]
> cc -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/ltrsift-1.0.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -Wall -Wunused-parameter -O3 -Wdate-time -D_FORTIFY_SOURCE=2 `pkg-config --cflags --libs gtk+-2.0 gthread-2.0` -I/usr/include/genometools -I/usr/include/genometools -I/src -lgenometools -L/usr/lib -Wl,-z,relro -Wl,-z,now src/preprocess_stream.c -o obj/src/preprocess_stream.o
> Assembler messages:
> Fatal error: can't create obj/src/ltrsift_encode.o: No such file or directory
> make[2]: *** [Makefile:47: obj/src/ltrsift_encode.o] Error 1 shuffle=reverse
The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/ltrsift_1.0.2-10_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 Debian-med-packaging
mailing list