Source: tuxpaint Version: 1:0.9.22-7 Severity: serious Justification: fails to build from source (but built successfully in the past)
Hi, tuxpaint FTBFS during a highly parallel build. With -j16 it always failed, with -j8 it failed sometimes. Probably anything using 2 or more threads could fail. msgfmt -o trans/wa.mo src/po/wa.po ...Preparing translation files... msgfmt -o trans/el.mo src/po/el.po msgfmt: error while opening "trans/el.mo" for writing: No such file or directory Makefile:414: recipe for target 'trans/el.mo' failed make[1]: *** [trans/el.mo] Error 1 Looks like a race condition between creating a directory and putting a file into it. Andreas