Build failure during the 2026-07-07 “build all packages for x86_64”
private-repo release pass (see repo_release_logs/maintained_modest.log).
Real compile error, not dependency-related: source/myurl/./punycode.c:26:12:
error: variable 'cp_count' set but not used
[-Werror=unused-but-set-variable=]. A modern GCC’s default warning set
now includes this as an error via -Werror, tripping on old/unused
code the original author never cleaned up.
Not fixed as part of this pass. Same warning-turned-error class as
memory/newsboat-og.md. Would need either a source fix (remove/use
the variable) or relaxing -Werror for this specific warning in the
PKGBUILD’s CFLAGS.