Date: prev next · Thread: first prev next last
2019 Archives by date, by thread · List index


I am trying to build LibreOffice and it does not appear to be working. After a while of building I 
keep getting the following echoed to the console constantly. Usually in-between build target echos:

/usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
I looked into it using a shell override, the debug make flag, and a script (which I used as the 
shell, source below)
#!/bin/sh
echo "$*" >&2
sh "$@"
And determined that somehow, when CreateProcess(D:\cygwin64\bin\sh.exe,D:/cygwin64/bin/sh.exe -c "printf \"%s\n\" \"{gigantic 
list of space separated paths}\" >> D:/cygwin64/tmp/gbuild.cgwaBE ",...) is called, the input "argument" is getting 
truncated. I am assuming that things are not getting build due to this. Does anyone know how to fix this? I am not proficient with c++ build 
tools.

Branch: libreoffice-6-2
autogen.lastrun = --without-java --enable-dbgutil --enable-debug
Visual Studio = 2017


--
Sincerely,
Austin Stephens
Western Standard
Fluency Dev


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.