http://bugzilla.opensuse.org/show_bug.cgi?id=1021335 http://bugzilla.opensuse.org/show_bug.cgi?id=1021335#c1 --- Comment #1 from Bernhard Wiedemann <bwiedemann@suse.com> --- more permantent link to the diff: https://www.zq1.de/~bernhard/linux/reproducibleopensuse/compare.factory-2017... If it is really a race, there are at least two approaches to solve this: either intltool-merge could use filesystem locking and/or checksums so that readers wait until a writer finished and then many readers can read in parallel or you re-design makefiles to have a first "create cache" step and all later translation-merge steps depend on that one to be finished. But that probably needs us update multiple (even future) packages' Makefiles so I guess the first approach is the cleaner one. -- You are receiving this mail because: You are on the CC list for the bug.