Source: astrometry.net Version: 0.97+dfsg-2 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[3]: Entering directory > '/build/reproducible-path/astrometry.net-0.97+dfsg/plot' > ../util/makefile.tests:31: warning: overriding recipe for target > 'test_plotstuff-main.c' > Makefile:181: warning: ignoring old recipe for target 'test_plotstuff-main.c' > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plot-constellations.c > plot-constellations.dep.tmp && mv > plot-constellations.dep.tmp plot-constellations.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plotquad.c > plotquad.dep.tmp && mv plotquad.dep.tmp plotquad.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plotxy.c > plotxy.dep.tmp && mv plotxy.dep.tmp plotxy.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plotstuff.c > plotstuff.dep.tmp && mv plotstuff.dep.tmp plotstuff.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plotfill.c > plotfill.dep.tmp && mv plotfill.dep.tmp plotfill.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plotimage.c > plotimage.dep.tmp && mv plotimage.dep.tmp plotimage.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plotannotations.c > plotannotations.dep.tmp && mv plotannotations.dep.tmp > plotannotations.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plotgrid.c > plotgrid.dep.tmp && mv plotgrid.dep.tmp plotgrid.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plotoutline.c > plotoutline.dep.tmp && mv plotoutline.dep.tmp > plotoutline.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plotindex.c > plotindex.dep.tmp && mv plotindex.dep.tmp plotindex.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plotradec.c > plotradec.dep.tmp && mv plotradec.dep.tmp plotradec.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plothealpix.c > plothealpix.dep.tmp && mv plothealpix.dep.tmp > plothealpix.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plotmatch.c > plotmatch.dep.tmp && mv plotmatch.dep.tmp plotmatch.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plotstuff-main.c > plotstuff-main.dep.tmp && mv plotstuff-main.dep.tmp > plotstuff-main.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG plotxy-main.c > plotxy-main.dep.tmp && mv plotxy-main.dep.tmp > plotxy-main.dep > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG test_plotstuff.c > test_plotstuff.dep.tmp && mv test_plotstuff.dep.tmp > test_plotstuff.dep > /bin/sh ../util/make-tests.sh test_plotstuff.c ../util/make-tests.sh > > test_plotstuff-main.c > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG test_plotstuff-main.c > test_plotstuff-main.dep.tmp && mv > test_plotstuff-main.dep.tmp test_plotstuff-main.dep > /bin/sh ../util/make-tests.sh test_plotstuff.c > test.c > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -O2 > -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/astrometry.net-0.97+dfsg=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -g -Wall -pthread -O3 > -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline -I../include > -I../include/astrometry -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -D_GNU_SOURCE -DAN_GIT_REVISION='"0.97"' > -DAN_GIT_DATE='"Mon_Dec_2_14:50:59_2024_-0500"' > -DAN_GIT_URL='"https://github.com/dstndstn/astrometry.net"' -I../catalogs > -DWCSLIB_EXISTS -DWCSLIB_HAS_WCSCCS=1 -I../include -I../include/astrometry > -I/usr/include/wcslib -I../include -I../include/astrometry > -I/usr/include/wcslib -I../util -I. -I/usr/include/cairo > -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -MM > -MG test.c > test.dep.tmp && mv test.dep.tmp test.dep > cat plot-constellations.dep plotquad.dep plotxy.dep plotstuff.dep > plotfill.dep plotxy.dep plotimage.dep plotannotations.dep plotgrid.dep > plotoutline.dep plotindex.dep plotradec.dep plothealpix.dep plotmatch.dep > plotstuff-main.dep plotxy-main.dep test_plotstuff.dep test_plotstuff-main.dep > plotstuff.dep plotfill.dep plotxy.dep plotimage.dep plotannotations.dep > plotgrid.dep plotoutline.dep plotindex.dep plotradec.dep plothealpix.dep > plotmatch.dep test.dep > deps > ../util/makefile.tests:31: warning: overriding recipe for target > 'test_plotstuff-main.c' > Makefile:181: warning: ignoring old recipe for target 'test_plotstuff-main.c' > make[3]: *** No rule to make target '../catalogs/libcatalogs.a', needed by > 'plot-constellations'. Stop. > make[3]: Leaving directory > '/build/reproducible-path/astrometry.net-0.97+dfsg/plot' > make[2]: *** [Makefile:124: plot-extra] Error 2 shuffle=reverse The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/astrometry.net_0.97+dfsg-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