Debian and ArchLinux (and maybe more) patched their "intltool" package to use a lock file. But this lock file is not removed after its use and so "make distcheck" complains about it.
See also: https://gitlab.xfce.org/apps/mousepad/-/merge_requests/27 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991623 https://bugs.archlinux.org/task/67098 This is release critical as "make distcheck" is a crucial step to ensure we can create sane release tarballs. In case anyone wonders why CI was not affected: CI uses "intltool 0.51.0-5ubuntu1" but the patches entered in "intltool 0.51.0-5.1". I'm no Autotools expert, if there is a better solution or workaround, I'd be happy. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2911 -- Commit Summary -- * <a href="https://github.com/geany/geany/pull/2911/commits/173a8e2198c241acd5f83f0032dee1d065e85606">Remove left over lock file from intltool on "make distcheck"</a> -- File Changes -- M Makefile.am (6) -- Patch Links -- https://github.com/geany/geany/pull/2911.patch https://github.com/geany/geany/pull/2911.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/2911
