Source: neomutt
Version: 20250404+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[1]: Entering directory 
> '/build/reproducible-path/neomutt-20250404+dfsg/obj-x86_64-linux-gnu'
> Makefile:1018: update target 'docs/makedoc' due to: target does not exist
> cc -I. -std=c11 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__ 
> -D_XOPEN_SOURCE_EXTENDED   \
>     -o docs/makedoc ../docs/makedoc.c
> Makefile:1030: update target 'docs' due to: target is .PHONY
> mkdir -p docs
> Makefile:1075: update target 'docs/neomutt.1' due to: target does not exist
> ( sed -e "/^\.TH/s|@MAN_DATE@|2025-04-04|" \
>       -e "s|@MAN_DATADIR@|/usr/share/neomutt|g" \
>       -e "s|@MAN_DOCDIR@|/usr/share/doc/neomutt|g" \
>       -e "s|@MAN_SYSCONFDIR@|/etc|g" \
>       -e "s|@MAN_TEXTDOMAINDIR@|/usr/share/locale|g" \
>     ../docs/neomutt.man \
> ) > docs/neomutt.1
> Makefile:908: update target 'po/zh_TW.mo' due to: target does not exist
> msgfmt -c -o po/zh_TW.mo ../po/zh_TW.po
> Makefile:908: update target 'po/zh_CN.mo' due to: target does not exist
> msgfmt -c -o po/zh_CN.mo ../po/zh_CN.po
> Makefile:908: update target 'po/uk.mo' due to: target does not exist
> msgfmt -c -o po/uk.mo ../po/uk.po
> Makefile:908: update target 'po/tr.mo' due to: target does not exist
> msgfmt -c -o po/tr.mo ../po/tr.po
> msgfmt: error while opening "po/zh_TW.mo" for writing: No such file or 
> directory
> make[1]: *** [Makefile:908: po/zh_TW.mo] Error 1 shuffle=reverse


The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/neomutt_20250404+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

Reply via email to