Build failure during the 2026-07-07 “build all packages for x86_64”
private-repo release pass (see repo_release_logs/maintained_leafpad.log).
Real compile error, not a dependency issue: /usr/include/glib-2.0/gobject/gclosure.h:73:42:
error: initialization of 'void (*)()' from incompatible pointer type
'void (*)(void)' [-Wincompatible-pointer-types] – a modern GCC is
stricter about function pointer type compatibility than whenever this
package was last verified, and something in leafpad’s own source (or an
old GTK2 macro it uses) trips it.
Not fixed as part of this pass. Would need either a source patch or
relaxing this specific warning to non-fatal in the PKGBUILD’s CFLAGS.