https://bugs.documentfoundation.org/show_bug.cgi?id=148850

--- Comment #2 from Rafael Lima <[email protected]> ---
(In reply to Julien Nabet from comment #1)
> Just to be sure, a full build for me is when I do:
> - make clean
> - git pull -r && git submodule update
> - ./autogen.sh
> - make

Hi Julien, I did some testing today using your instructions. I did the
following:

make clean
git pull -r && git submodule update
./autogen.sh --with-help=html --enable-kf5 --enable-dbgutil
make

I added these options in autogen to be able to (i) be able to build the help
locally, (ii) use the kf5 interface and (iii) debug Libreoffice.

Again my build crashed, but a few files later:

[CXX] sw/source/filter/ww8/ww8par3.cxx
[CXX] sw/source/filter/ww8/ww8par4.cxx
[CXX] sw/source/filter/ww8/ww8par5.cxx
[CXX] sw/source/filter/ww8/ww8par6.cxx
[CXX] sw/source/filter/ww8/ww8scan.cxx
[CXX] sw/source/filter/ww8/ww8toolbar.cxx
{standard input}: Assembler messages:
{standard input}:317472: Warning: end of file not at end of a line; newline
inserted
{standard input}:318052: Error: expecting operand after ','; got nothing
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc
directive
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[1]: ***
[/home/rafael/Programming/libreoffice/solenv/gbuild/LinkTarget.mk:337:
/home/rafael/Programming/libreoffice/workdir/CxxObject/sw/source/filter/ww8/docxattributeoutput.o]
Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:288: build] Error 2

This problem always happen around this point during build, but the moment when
the crash happens may change a little, but always in the "ww8" folder.

The weird thing is that typing "make" right after the error will make the build
process pick up where it stopped and it goes on to the end and all is fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to