eht16 created an issue (geany/geany-plugins#1445) Since some time, we got build failures sporadically.
Errors are like: ```mv: cannot stat 't-zh_CN.gmo': No such file or directory``` The language code in the error message varies a bit, I've seen 'zh_CN' and 'uk' so far. It happened at least once in the Github CI, I think and it happened at least twice in the nightly build setup. Unfortunately, I wasn't able to find the failed CI build. I'm pretty sure this already happened *before* merging #1434. Build logs: 2025-06-09: https://gist.github.com/eht16/d6e8e739e3d515e14501e023343e165f (will add more the next time it happens) What's interesting in the log above is that `zh_CN` and `uk` seem to appear twice in the log: ``` [...] rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics --verbose -o zh_CN.gmo zh_CN.po rm -f uk.gmo && /usr/bin/msgfmt -c --statistics --verbose -o uk.gmo uk.po [...] rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics --verbose -o zh_CN.gmo zh_CN.po rm -f uk.gmo && /usr/bin/msgfmt -c --statistics --verbose -o uk.gmo uk.po zh_CN.po: 351 translated messages, 565 fuzzy translations, 932 untranslated messages. zh_CN.po: 351 translated messages, 565 fuzzy translations, 932 untranslated messages. mv: cannot stat 't-zh_CN.gmo': No such file or directory make[4]: *** [Makefile:392: zh_CN.gmo] Error 1 make[4]: *** Waiting for unfinished jobs.... uk.po: 1543 translated messages, 83 fuzzy translations, 222 untranslated messages. uk.po: 1543 translated messages, 83 fuzzy translations, 222 untranslated messages. [...] ``` Maybe it's related to calling make with four parallel jobs (`make -j 4`), just a wild guess. Otherwise I didn't see anything special with those two languages yet. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1445 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/[email protected]>
