<div dir="ltr"><div>Hi Cloph,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 12, 2024 at 2:53 PM Christian Lohmaier <<a href="mailto:lohmaier@googlemail.com">lohmaier@googlemail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Andras, *,<br>
<br>
On Tue, Feb 6, 2024 at 4:08 PM Andras Timar <<a href="mailto:timar74@gmail.com" target="_blank">timar74@gmail.com</a>> wrote:<br>
><br>
> Hi Ilmari,<br>
><br>
> Thanks for the info. Although I have Cygwin 3.4.10, I still have a problem with building help.<br>
> assertion "bc_ctl.arg_max >= LINE_MAX" failed: file "/mnt/c/Users/bwi/src/cygwin/findutils/findutils-4.9.0-1.x86_64/src/findutils-4.9.0/xargs/xargs.c", line 511, function: main<br>
> Has anyone seen this?<br>
<br>
Not after cleaning up exports from download.lst and <a href="http://config_host.mk" rel="noreferrer" target="_blank">config_host.mk</a> (<br>
<a href="https://gerrit.libreoffice.org/c/core/+/144217" rel="noreferrer" target="_blank">https://gerrit.libreoffice.org/c/core/+/144217</a> and<br>
<a href="https://gerrit.libreoffice.org/c/core/+/144343" rel="noreferrer" target="_blank">https://gerrit.libreoffice.org/c/core/+/144343</a> and related ones).<br>
Or in other words: lots of environment variables can cause trouble<br>
with command-length limits and xargs specifically.<br>
<br>
While that wasn't a problem for normal builds, CI also sets tons of<br>
additional variables from the gerrit trigger, so the daily build jobs<br>
that create full installsets for all langs/that also build help just<br>
unset a bunch:<br>
unset BUILD_CAUSE BUILD_CAUSE_MANUALTRIGGER BUILD_DISPLAY_NAME<br>
BUILD_ID BUILD_NUMBER BUILD_TAG BUILD_URL<br>
unset EXECUTOR_NUMBER HUDSON_HOME HUDSON_SERVER_COOKIE HUDSON_URL<br>
unset JENKINS_HOME JENKINS_SERVER_COOKIE JENKINS_URL JOB_BASE_NAME<br>
JOB_NAME JOB_URL LODE_NATIVE_HOME NODE_LABELS NODE_NAME<br>
NUMBER_OF_PROCESSORS<br>
unset ORIGINAL_PATH ROOT_BUILD_CAUSE ROOT_BUILD_CAUSE_MANUALTRIGGER<br>
RUN_ARTIFACTS_DISPLAY_URL RUN_CHANGES_DISPLAY_URL RUN_DISPLAY_URL<br>
RUN_TESTS_DISPLAY_URL<br>
unset VS110COMNTOOLS VS120COMNTOOLS<br>
<br>
ciao<br>
Christian<br></blockquote><div><br></div><div>Exactly, Jenkins adds a lot, also in my case there was a big fat environment variable (2.5k) from Digicert. </div><div>Anyhow, my final take on this was <a href="https://gerrit.libreoffice.org/c/help/+/163117">https://gerrit.libreoffice.org/c/help/+/163117</a></div><div><br></div><div>Cheers,</div><div>Andras</div><div><br></div></div></div>