Re: Failure when building LibreOffice on Windows 7 via Jenkins

2015-08-04 Thread Eric Pyle
I wonder if you are getting the DOS "sort" command instead of Cygwin. Try giving the full Cygwin path to sort. Eric On 8/4/2015 4:44 AM, Jan-Marek Glogowski wrote: Hi I'm trying to build LibreOffice 5.0 32bit on Windows 7 64bit. The setup was working for a long time, but failed to work after

Re: Failure when building LibreOffice on Windows 7 via Jenkins

2015-08-04 Thread Jan-Marek Glogowski
Replying to myself... Am 04.08.2015 um 10:44 schrieb Jan-Marek Glogowski: > + echo ' Test' > + tr '\ ' '\n' > + sort > + hexdump -C > 0d 0a 54 65 73 74 0d 0a |..Test..| > 0008 > + echo I got the correct hint from the Cygwin mailing list: > + which sort > /

Failure when building LibreOffice on Windows 7 via Jenkins

2015-08-04 Thread Jan-Marek Glogowski
Hi I'm trying to build LibreOffice 5.0 32bit on Windows 7 64bit. The setup was working for a long time, but failed to work after the last Cygwin and Jenkins update from 1.596 => 1.619. The general build is working, if I manually run it, but fails when triggered using the Jenkins slave. I finally