i have the problem both with 3.4.99.1-r1 (currently in tree) and 3.4.5 (now removed, but was there until recently). If fails with ----------------------------------------------------------------------- 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 /var/tmp/notmpfs/portage/app-office/libreoffice-3.4.99.1-r1/work/libreoffice-core-3.4.99.1/sal/qa/sal it seems that the error is inside 'sal', please re-run build inside this module to isolate the error and/or test your fix: ----------------------------------------------------------------------- Reproducible: Always !!! When you file a bug report, please include the following information: GENTOO_VM=sun-jdk-1.6 CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.29" JAVACFLAGS="-source 1.6 -target 1.6" COMPILER=""
Created attachment 295963 [details] build log
Created attachment 295965 [details] environment
Created attachment 295967 [details] emerge --info
i dont think it's the same problem as #374243 the tmp dir is a regular one (/var/tmp/notmpfs/) and there's no "noexec" flag on the partition (/var)
I try to reproduce the problem by going 'by hand' in source tree. I think this is it : berlioz sal # LD_LIBRARY_PATH=../../unxlngx6.pro/lib/ ../../unxlngx6.pro/bin/cppunittester terminate called after throwing an instance of 'CppUnit::DynamicLibraryManagerException' what(): Symbol [cppunitTestPlugIn] not found in dynamic libary: Annullato What i dont understand, is why unittests are compiled/run ? I've read on gentoo forum that they aren't run for libreoffice anymore. I dont have any 'test' use flag or in portage FEATURES.
Sadly the tests are not friendly and the are build during the compilation due to historic reasons. I hope that 3.6 release will have them separated for the test phase, but so far we have to live with them. Could you please retest with 3.5.1.2?
I managed to emerge 3.5.1.2 today. Thought some use flags changed, i'm not sure how relevant it is. [ebuild U ] app-office/libreoffice-3.5.1.2 [3.5.0.1] USE="branding cups%* dbus graphite gstreamer java opengl svg vba xmlsec (-aqua) -ysql -nsplugin -odk -pdfimport -postgres -test -webdav (-gtk3%)" I'll re-open if i ever hit the bug again. Thanks for caring.