Re: Failure when building LibreOffice on Windows 7 via Jenkins

2015-08-05 Thread Corinna Vinschen
On Aug 4 10:48, Jan-Marek Glogowski wrote: > I have attached a diff of the environment. When investigating, I added > an CYGWIN=binmode export, but this didn't change the output. https://cygwin.com/cygwin-ug-net/using-cygwinenv.html#cygwinenv-removed-options binmode is loong gone. Cori

Re: Failure when building LibreOffice on Windows 7 via Jenkins

2015-08-04 Thread Achim Gratz
Jan-Marek Glogowski writes: > If I run the command via SSH login or from the local Cygwin terminal in > Windows, it is working correct! > > I have attached a diff of the environment. When investigating, I added > an CYGWIN=binmode export, but this didn't change the output. You might want to add CY

Re: Failure when building LibreOffice on Windows 7 via Jenkins

2015-08-04 Thread Jan-Marek Glogowski
Am 04.08.2015 um 11:11 schrieb Marco Atzeri: >> >> So "sort" somehow changes the newlines from Unix to Windows - WTF. > > wrong sort in the path ? Arrg. > $ echo ' Test' | tr "\ " "\n" | /cygdrive/c/Windows/System32/sort.exe > |hexdump -C > 0d 0a 54 65 73 74 0d 0a

Re: Failure when building LibreOffice on Windows 7 via Jenkins

2015-08-04 Thread Marco Atzeri
On 04/08/2015 10:48, 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 the last Cygwin and Jenkins update from 1.596 => 1.619. The general build is working, if I manually run it, but fail

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