Re: Build Error -1073740940

2015-08-18 Thread Michael Stahl
On 09.08.2015 11:26, Oliver Brinzing wrote: Hi, So.. don't do that do not use --enable-verbose (for the reason stated at the top of this post.. it is broken) ok, i removed --enable-verbose, but now i am getting build errors again, for example: C:/cygwin/opt/lo/bin/make -j 4

Re: Build Error -1073740940

2015-08-18 Thread Oliver Brinzing
Hi Michael, very odd... do you still have this problem? no, i am pretty sure my anti virus tool caused the problems. after disabling the Identity Protection Service (caused up to 50% cpu usage during builds!) and adding cygwin/source folders to the exclude list, i can even build lo 5.0.1 with

Re: Build Error -1073740940

2015-08-09 Thread Regina Henschel
Hi all, obviously the zip-file was stripped. The log is here http://pastebin.ca/3095468. Kind regards Regina ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Build Error -1073740940

2015-08-09 Thread Regina Henschel
Hi Norbert, Norbert Thiebaud schrieb: --enable-verbose is messed-up in configure.ac it set VERBOSE to --enable-verbose - YES --disable-verbose - NO neither - empty and then VERBOSE is exported via config_host.mk But gmake and most of the rest of the build use verbose=non-empty/empty as a

Re: Build Error -1073740940

2015-08-09 Thread Norbert Thiebaud
On Sun, Aug 9, 2015 at 6:59 AM, Regina Henschel rb.hensc...@t-online.de wrote: Hi all, obviously the zip-file was stripped. The log is here http://pastebin.ca/3095468. That is a completely different issue, that deserve it's own thread. Norbert ___

Re: Build Error -1073740940

2015-08-09 Thread Oliver Brinzing
Hi, So.. don't do that do not use --enable-verbose (for the reason stated at the top of this post.. it is broken) ok, i removed --enable-verbose, but now i am getting build errors again, for example: C:/cygwin/opt/lo/bin/make -j 4 -rs -f C:/sources/libo-core/Makefile.gbuild all [ C

Re: Build Error -1073740940

2015-08-08 Thread Thorsten Behrens
Regina Henschel wrote: I think, the log is normal. But I have attached it. It is not long. The problem appears after a short time. Hi Regina, odd indeed. Can you build with make PARALLELISM=1, so it's obvious which is the failing command? Or better even, come to irc for some interactive

Re: Build Error -1073740940

2015-08-08 Thread Regina Henschel
Hi Thorsten, Thorsten Behrens schrieb: Regina Henschel wrote: I think, the log is normal. But I have attached it. It is not long. The problem appears after a short time. Hi Regina, odd indeed. Can you build with make PARALLELISM=1, so it's obvious which is the failing command? Or better

Re: Build Error -1073740940

2015-08-08 Thread Regina Henschel
/openoffice/Office/Embedding.xcs [build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-base.xcu Makefile:250: recipe for target 'build' failed make: *** [build] Error -1073740940 Thorsten Behrens schrieb: Regina Henschel wrote: I think, the log is normal. But I have attached

Re: Build Error -1073740940

2015-08-08 Thread Regina Henschel
Regina Henschel schrieb: Hi Thorsten, Now building stops. The whole log is 80MB. It is zipped 5,3 MB. May I sent it to you directly. Kind regards Regina ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: Build Error -1073740940

2015-08-08 Thread Oliver Brinzing
Hi Regina, Makefile:250: recipe for target 'build' failed make: *** [build] Error -1073740940 i just started to build LO 5 on Win7 64Bit with VS2013 and have same build problems first unpacking external source libreoffice-translations-5.0.0.5.tar failed with an error D could not resolved

Re: Build Error -1073740940

2015-08-08 Thread Norbert Thiebaud
--enable-verbose is messed-up in configure.ac it set VERBOSE to --enable-verbose - YES --disable-verbose - NO neither - empty and then VERBOSE is exported via config_host.mk But gmake and most of the rest of the build use verbose=non-empty/empty as a test typically $(if $(verbose)$(VERBOSE),is

Re: Build Error -1073740940

2015-08-08 Thread Norbert Thiebaud
So digging deeper. make clean in starmath for instance fails... because of an assert in xargs... I strongly suspect that xargs is utterly confused by the fact that our make is running as a dos native app since the same xargs coomand that assert, run just fine inside a cygwin bash session So I

Re: Build Error -1073740940

2015-08-07 Thread Thorsten Behrens
Regina Henschel wrote: I try to build trunk on Windows 7 32-bit. The last lines of the build output are: Looks like the actual error is not in your snippet (i.e. further up the build log)? Cheers, -- Thorsten signature.asc Description: Digital signature

Build Error -1073740940

2015-08-07 Thread Regina Henschel
/workdir mkdir -p $W/SrsTarget/sb/ touch $W/SrsTarget/sb/res.headers Makefile:250: recipe for target 'build' failed make: *** [build] Error -1073740940 I have used /cygdrive/c/LO_buildDebug/core/autogen.sh \ --with-external-tar=/cygdrive/c/LO_buildDebug/externalsrc \ --with-junit=/cygdrive/c