Date: Thu, 31 May 2012 21:02:27 -0300 From: Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> To: Leslie Jensen <leslie@eskk.nu> Cc: office@freebsd.org, freebsd-ports@freebsd.org Subject: Re: make failed for editors/libreoffice Message-ID: <1338508947.50746.3.camel@z6000.lenzicasa> In-Reply-To: <4FC78ED6.4060700@eskk.nu> References: <4FC73BBB.9090004@eskk.nu> <20423.25340.130890.656937@jerusalem.litteratus.org> <4FC78ED6.4060700@eskk.nu>
next in thread | previous in thread | raw e-mail | index | archive | help
Em Qui, 2012-05-31 às 17:31 +0200, Leslie Jensen escreveu: > > 2012-05-31 14:24, Robert Huff skrev: > > > > Leslie Jensen writes: > > > >> ----------------------------------------------------------------------- > >> Oh dear - something failed during the build - sorry ! > >> For more help with debugging build errors, please see the section in: > >> http://wiki.documentfoundation.org/Development > >> > >> internal build errors: > >> > >> ERROR: error 65280 occurred while making > >> /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/vcl/prj > >> > >> it seems that the error is inside 'vcl', please re-run build > >> inside this module to isolate the error and/or test your fix: > >> ----------------------------------------------------------------------- > >> > >> /usr/local/bin/bash > >> cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2 > >> source ./Env.Host.sh > >> cd vcl > >> gmake clean # optional > >> gmake -r > >> > >> when the problem is isolated and fixed exit and re-run 'make' from the > >> top-level > > > > > > Did you follow the instructions? > > > > > > Robert Huff > > > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > > > After four manual procedures I'm getting stuck here. > > What can I do? > > -------------------------------------------------- > [ build MOD ] writerperfect > Bus error (core dumped) > File tested,Test Result,Execution Time (ms) > file:///usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/lotuswordpro/qa/cppunit/data/pass/A14.lwp,Signal > 11 during cups initialization called, ignoring cups > > Error: a unit test failed, please do one of: > > export DEBUGCPPUNIT=TRUE # for exception catching > export GDBCPPUNITTRACE="gdb --args" # for interactive debugging > export VALGRIND=memcheck # for memory checking > and retry. > gmake[1]: *** > [/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/workdir/unxfbsd.pro/CppunitTest/lotuswordpro_test_lotuswordpro.test] > Error 1 > gmake[1]: *** Inväntar oavslutade jobb... > TEMPFILE=/tmp/gbuild.XXXXXX.gNM6YJsj && mv ${TEMPFILE} > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/workdir/unxfbsd.pro/LinkTarget/Library/writerfilter_uno.uno.so.objectlist > gmake[1]: Lämnar katalogen > "/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/tail_build" > gmake: *** [source-env-and-recurse] Error 2 > ________________________________________________ > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" there is an error in the lotuswordpro testing... if you are not going to use lotuswrordpro.... apply these patch at the /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2 ================== --- lotuswordpro/Module_lotuswordpro.mk.orig 2012-05-31 19:34:52.014043605 -0300 +++ lotuswordpro/Module_lotuswordpro.mk 2012-05-31 19:29:29.276164732 -0300 @@ -31,8 +31,8 @@ Library_lwpft \ )) -$(eval $(call gb_Module_add_check_targets,lotuswordpro,\ - CppunitTest_lotuswordpro_test_lotuswordpro \ -)) +#$(eval $(call gb_Module_add_check_targets,lotuswordpro,\ +# CppunitTest_lotuswordpro_test_lotuswordpro \ +#)) # vim: set noet sw=4 ts=4: =============================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1338508947.50746.3.camel>