Bug#1105385: jmagick: FTBFS with make --shuffle=reverse: magick_MagickInfo.c:12:10: fatal error: magick_MagickInfo.h: No such file or directory
Lucas Nussbaum
lucas at debian.org
Tue May 13 20:01:50 BST 2025
Source: jmagick
Version: 6.7.8-5
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):
> /bin/bash /build/reproducible-path/jmagick-6.7.8/libtool --mode=compile gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/jmagick-6.7.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/local/include -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I/usr/include/x86_64-linux-gnu/ImageMagick-7 -I/usr/include/ImageMagick-7 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_CHANNEL_MASK_DEPTH=32 -I/usr/include/x86_64-linux-gnu/ImageMagick-7 -I/usr/include/ImageMagick-7 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_CHANNEL_MASK_DEPTH=32 -DIMAGEMAGICK_HEADER_STYLE_7=1 -c magick_MagickInfo.c -o /build/reproducible-path/jmagick-6.7.8/obj/magick/magick_MagickInfo.lo
> libtool: compile: gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/jmagick-6.7.8=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -I/usr/local/include -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I/usr/include/x86_64-linux-gnu/ImageMagick-7 -I/usr/include/ImageMagick-7 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_CHANNEL_MASK_DEPTH=32 -I/usr/include/x86_64-linux-gnu/ImageMagick-7 -I/usr/include/ImageMagick-7 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_CHANNEL_MASK_DEPTH=32 -DIMAGEMAGICK_HEADER_STYLE_7=1 -c magick_MagickInfo.c -fPIC -DPIC -o /build/reproducible-path/jmagick-6.7.8/obj/magick/.libs/magick_MagickInfo.o
> magick_MagickInfo.c:12:10: fatal error: magick_MagickInfo.h: No such file or directory
> 12 | #include "magick_MagickInfo.h"
> | ^~~~~~~~~~~~~~~~~~~~~
> compilation terminated.
> make[4]: *** [../../Make.rules:155: /build/reproducible-path/jmagick-6.7.8/obj/magick/magick_MagickInfo.lo] Error 1 shuffle=reverse
The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/jmagick_6.7.8-5_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 pkg-java-maintainers
mailing list