On 21/02/2022 14:18, Olivier Hallot wrote:
Patch has been merged to fix that, but IMO it needs a translation cycle...
https://gerrit.libreoffice.org/c/core/+/130169
I had manually fixed the broken content in the translations repo with
<https://git.libreoffice.org/core/+/c6e2052b6f0d281fed334f8c803b1a6486d5b3bc%5E!/>
"Update git submodules: Fix duplicate key typo" and
<https://git.libreoffice.org/core/+/a663e4aaaa4962fc6356bbf3771831835ea3bc4c%5E!/>
"Update git submodules: Also fix all the other locale duplicate key
typos" (as the first commit had inadvertently only fixed the "de" locale).
This might or might not get lost with a subsequent "update translations
for master" commit, so I cc'ed Cloph on those two Gerrit changes, to
make him aware of the issue.
Em 21/02/2022 06:24, Xisco Fauli escreveu:
Hello,
Currently mac [1] and windows [2] daily builds fail with
/usr/bin/sh: line 1: 51209 Segmentation fault
PATH="/home/tdf/jenkins/daily_workspace/tb/build_master/instdir/program:/home/tdf/jenkins/daily_workspace/tb/build_master/instdir/program:$PATH"
$W/LinkTarget/Executable/ulfex.exe -i
$S/scp2/source/ooo/module_ooo.ulf -o
$W/ScpMergeTarget/scp2/source/ooo/module_ooo.ulf -m ${MERGEINPUT} -l all
make[1]: ***
[C:/cygwin/home/tdf/jenkins/daily_workspace/tb/src_master/solenv/gbuild/InstallModuleTarget.mk:113:
C:/cygwin/home/tdf/jenkins/daily_workspace/tb/build_master/workdir/ScpMergeTarget/scp2/source/ooo/module_ooo.ulf]
Error 139
make[1]: *** Deleting file
'C:/cygwin/home/tdf/jenkins/daily_workspace/tb/build_master/workdir/ScpMergeTarget/scp2/source/ooo/module_ooo.ulf'
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:299: build] Error 2
+ exit 2
OTOH, linux is not affected.
The issue started to happen in the range
48fd4f813f067498c6813a57869072e2a6cdb884..0038a2df911d807a47f7891ab47d19af0a9ed544
Any idea where the problem might be ?
[1] https://ci.libreoffice.org/job/lo_daily_tb_mac/
[2] https://ci.libreoffice.org/job/lo_daily_tb_win/