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 Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:16 GMT
Opened by Skunnyk (Skunnyk) - Wednesday, 24 June 2020, 20:43 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:16 GMT
|
Details
Description:
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
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:16 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/intltool/issues/1
Saturday, 25 November 2023, 20:16 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/intltool/issues/1
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.