Source: octave-ltfat Version: 2.6.0+dfsg-6 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/octave-ltfat-2.6.0+dfsg/src' > gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/octave-9.4.0/octave/.. -I/usr/include/octave-9.4.0/octave > -pthread -fopenmp -fexceptions -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/octave-ltfat-2.6.0+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 > -Wall -I. -I. -DIS_OCTAVE -DMEX_DEBUG mex_dll_core.c -o /tmp/oct-PczLdG.o > Makefile_libltfat:180: update target 'obj/libltfat/complexsingle/gabtight.o' > due to: target does not exist > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/octave-ltfat-2.6.0+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall > -Wextra -std=c99 -O2 -DNDEBUG -fPIC -Imodules/libltfat/include -DFFTW > -DLTFAT_LARGEARRAYS -DLTFAT_SINGLE -DLTFAT_COMPLEXTYPE -c > modules/libltfat/src/gabtight.c -o obj/libltfat/complexsingle/gabtight.o > Makefile_libltfat:180: update target 'obj/libltfat/complexsingle/gabdual.o' > due to: target does not exist > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/octave-ltfat-2.6.0+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall > -Wextra -std=c99 -O2 -DNDEBUG -fPIC -Imodules/libltfat/include -DFFTW > -DLTFAT_LARGEARRAYS -DLTFAT_SINGLE -DLTFAT_COMPLEXTYPE -c > modules/libltfat/src/gabdual.c -o obj/libltfat/complexsingle/gabdual.o > Makefile_libltfat:180: update target 'obj/libltfat/complexsingle/dst.o' due > to: target does not exist > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/octave-ltfat-2.6.0+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall > -Wextra -std=c99 -O2 -DNDEBUG -fPIC -Imodules/libltfat/include -DFFTW > -DLTFAT_LARGEARRAYS -DLTFAT_SINGLE -DLTFAT_COMPLEXTYPE -c > modules/libltfat/src/dst.c -o obj/libltfat/complexsingle/dst.o > Makefile_libltfat:180: update target 'obj/libltfat/complexsingle/dct.o' due > to: target does not exist > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/octave-ltfat-2.6.0+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall > -Wextra -std=c99 -O2 -DNDEBUG -fPIC -Imodules/libltfat/include -DFFTW > -DLTFAT_LARGEARRAYS -DLTFAT_SINGLE -DLTFAT_COMPLEXTYPE -c > modules/libltfat/src/dct.c -o obj/libltfat/complexsingle/dct.o > Makefile_libltfat:180: update target > 'obj/libltfat/complexsingle/dgtwrapper.o' due to: target does not exist > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/octave-ltfat-2.6.0+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall > -Wextra -std=c99 -O2 -DNDEBUG -fPIC -Imodules/libltfat/include -DFFTW > -DLTFAT_LARGEARRAYS -DLTFAT_SINGLE -DLTFAT_COMPLEXTYPE -c > modules/libltfat/src/dgtwrapper.c -o obj/libltfat/complexsingle/dgtwrapper.o > Makefile_libltfat:180: update target > 'obj/libltfat/complexsingle/ci_memalloc.o' due to: target does not exist > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/octave-ltfat-2.6.0+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall > -Wextra -std=c99 -O2 -DNDEBUG -fPIC -Imodules/libltfat/include -DFFTW > -DLTFAT_LARGEARRAYS -DLTFAT_SINGLE -DLTFAT_COMPLEXTYPE -c > modules/libltfat/src/ci_memalloc.c -o obj/libltfat/complexsingle/ci_memalloc.o > gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC > -I/usr/include/octave-9.4.0/octave/.. -I/usr/include/octave-9.4.0/octave > -pthread -fopenmp -fexceptions -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/octave-ltfat-2.6.0+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 > -Wall -I. -I. -DIS_OCTAVE -DMEX_DEBUG pa_dll_playrec.c -o /tmp/oct-E8PbXQ.o > Assembler messages: > Fatal error: can't create obj/libltfat/complexsingle/gabtight.o: No such file > or directory > make[2]: *** [Makefile_libltfat:180: obj/libltfat/complexsingle/gabtight.o] > Error 1 shuffle=reverse The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/octave-ltfat_2.6.0+dfsg-6_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