Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#67098 - [intltool] latest patch for race condition breaks some builds
Attached to Project:
Arch Linux
Opened by Skunnyk (Skunnyk) - Wednesday, 24 June 2020, 20:43 GMT
Last edited by Felix Yan (felixonmars) - Sunday, 28 June 2020, 08:38 GMT
Opened by Skunnyk (Skunnyk) - Wednesday, 24 June 2020, 20:43 GMT
Last edited by Felix Yan (felixonmars) - Sunday, 28 June 2020, 08:38 GMT
|
DetailsDescription:
intltool from version 0.50.0-6 (with this patch : https://git.archlinux.org/svntogit/packages.git/tree/trunk/intltool-fixrace.patch?h=packages/intltool) introduce the creation of a lock file toi avoid some race conditions. However it seems that this lock file is not removed correctly every time Additional info: * 0.51.0-6 Steps to reproduce: $ git clone https://gitlab.xfce.org/xfce/libxfce4ui $ cd libxfce4ui $ ./autogen.sh && make distcheck [...] ERROR: files left in build directory after distclean: ./po/.intltool-merge-cache.lock make[1]: *** [Makefile:825: distcleancheck] Error 1 Reverting back to 0.51.0-5 and I can't reproduce the problem. |
This task depends upon
I'm not sure how to confirm it does not make a regression to the races for which lock was originally added, so some extra testing should be done.