Dear all,
I am trying to build and package Libreoffice 4.0.0.1.
However, I get a few errors while building; patch attached.
Also some unittests fail, which I have then disabled.
Further subsequenttest also fails.
And the final product fails just after showing the splash screen.
Any input on how to fix those problems would be much appreciated.
I am posting on this list not only to get help from you by pointing
out where I have done stupid things, but also in the hope that
if there really are some bugs in LO uncovered, that I can help to
fix them...
Details to follow...
I am building in a qemu-kvm x86_64 virtual machine.
Both the host and the guest are running KaarPux.
See http://kaarpux.kaarposoft.dk/
About the compiler:
gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/libexec/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4.7.2/configure --prefix= --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
--enable-languages=c,c++ --disable-multilib --disable-bootstrap
--with-system-zlib --with-pkgversion=KaarPux
Thread model: posix
gcc version 4.7.2 (KaarPux)
My configuration options are attached.
Building fails with
undefined reference to typeinfo for salhelper::SimpleReferenceObject
in several modules.
I have attached a patch to fix this.
During build, a few unit test cases fails, or even fails to build.
Output from the failed tests are attached.
I have disabled those testcases with
sed s'/CppunitTest_binaryurp_test-unmarshal//' -i
binaryurp/Module_binaryurp.mk
sed s'/CppunitTest_editeng_core//' -i editeng/Module_editeng.mk
sed s'/CppunitTest_sc_ucalc//' -i sc/Module_sc.mk
sed s'/CppunitTest_sd_uimpress//' -i sd/Module_sd.mk
sed s'/CppunitTest_pdfimport//' -i sdext/Module_sdext.mk
sed s'/CustomTarget_uno_test//' -i testtools/Module_testtools.mk
sed s'/CppunitTest_sw_macros_test//' -i sw/Module_sw.mk
Also subseqentcheck fails; output attached.
However, the LibreOffice is build, and I can install it.
Running LibreOffice briefly shows the splash screen (and I think it
even shows some progress in the progress bar on the splash screen)
and then dies with:
terminate called after throwing an instance of
'com::sun::star::uno::RuntimeException'
The last 200 lines of strace attached.
It seems that LO dies after not being able to locate a file called
"boot".
Any help fixing this would be most appreciated.
/Henrik
./autogen.sh
# TRY TO KEEP THE OPTIONS IN THE SAME SEQUENCE AS ./configure --help
--prefix="${KX_PREFIX}"
# Enable the Barcode extension.
--enable-ext-barcode
# Enable the SmART Gallery (Diagram) extension.
--enable-ext-diagram
# Enable the Google Documents extension.
--enable-ext-google-docs
# Enable the LanguageTool extension.
# LanguageTool is a style and grammar proofreading software for English, French, German,
Polish, Dutch, Romanian, and a lot of other languages
--enable-ext-languagetool
# TODO: --enable-ext-nlpsolver
# Enable the NLPSolver extension.
# Enable the ConvertTextToNumber extension.
--enable-ext-ct2n
# Enable the Numbertext extension.
--enable-ext-numbertext
# Enable the Validator extension.
# Validator is an LibreOffice Calc extension that validates cells based on selected rules.
--enable-ext-validator
# Enables the compilation of Graphite smart font rendering
--enable-graphite
# Disable LibreOffice includes self-packaging code
--disable-epm
# This option disables installing the office development kit
--disable-odk
# TODO: Consider --enable-mathmldtd Enable bundling of (modified) MathML 1.01 DTD.
# Allows the built-in evolution 2 addressbook connectivity build to be enabled.
--enable-evolution2
# Include debugging symbols in output.
# WARNING - a complete build needs 8 Gb of space and takes much longer (enables -g compiler
flag).
# --enable-symbols
# Enable link-time optimization. Suitable for product builds. Building takes longer but
libraries are optimized for speed
--enable-lto
# the crashdump feature.
--enable-crashdump
# Determines whether to use Gtk+ 3.0 vclplug on platforms where Gtk+ 3.0 is available.
--enable-gtk3
# Determines whether to build the OpenGL 3D slide transitions component.
--enable-opengl
# Determines whether to enable presentation mode screensaver control under GNOME via DBUS.
--enable-dbus
# Do not use the deprecated gnome-vfs, but use gvfs from gio instead
--disable-gnome-vfs
--enable-gio
# Determines whether to enable Telepathy for collaboration
--enable-telepathy
# TODO: --enable-gstreamer Enable building with the new gstreamer 1.0 avmedia backend
# TODO: –disable-gstreamer-0-10 Disable building the gstreamer avmedia backend
# Increase build verbosity
--enable-verbose
# TODO: --enable-extra-gallery Add extra gallery content.
# TODO: --enable-extra-template Add extra template content.
# TODO: --enable-extra-sample Add extra sample content.
# TODO: --enable-extra-font Add extra font content.
# Disable the build of the PostgreSQL-SDBC driver.
--disable-postgresql-sdbc
# Specify path to tarfiles manually.
--with-external-tar="${KX_BASE}/../downloads/${KX_LIBREOFFICE}"
# TODO: --without-fonts
# LibreOffice includes some third-party fonts to provide a reliable basis for help content,
templates, samples, etc.
# When these fonts are already known to be available on the system then you should use this
option.
# Removes Postscript Printer definition files
# Already included with CUPS
--without-ppds
# TODO: --without-afms
# Removes bitmap font files from LibreOffice installation set,
# for people building for specific distributions where AFM files or TrueType Fonts are
known to be available.
# Use installed system libraries and headers
--with-system-cairo
--with-system-graphite
--with-system-nss
# Removes myspell dictionaries from LibreOffice
--without-myspell-dicts
# External directories
--with-external-dict-dir=/opt/share/hunspell
--with-external-hyph-dir=/opt/share/hyphen
--with-external-thes-dir=/opt/share/thesaurus
# Use installed system libraries and headers
--with-system-zlib
--with-system-openssl
--with-system-jpeg
--with-system-clucene
--with-system-expat
--with-system-libcmis
--with-system-lcms2
--with-system-libxml
--with-system-icu
--with-system-poppler
# TODO: use system rhino
# However, LibreOffice uses an old rhino1_5R5
# and patches heavily: libreoffice-4.0.0.1/rhino/rhino1_5R5*.patch
# --with-system-rhino
# --with-rhino-jar=/opt/share/java/js.jar
--without-junit
--with-system-bluez
--with-system-xextensions-headers
--with-system-mesa-headers
--with-system-curl
--with-system-boost
--with-system-vigra
--with-system-neon
--with-system-hunspell
--with-system-mythes
--with-system-libexttextcat
# TODO: --with-system-cppunit Use cppunit already on system.
--with-system-redland
--with-system-libpng
# TODO: --with-lang
--with-vendor="KaarPux"
# Pick up dependencies in /opt
CPPFLAGS="-I/opt/include"
LDFLAGS="-L/opt/lib"
LD_LIBRARY_PATH="/opt/lib"
--- a/chart2/Library_chartcontroller.mk 2013-01-19 12:32:46.823187086 +0100
+++ b/chart2/Library_chartcontroller.mk 2013-01-19 12:32:27.447452386 +0100
@@ -44,6 +44,7 @@
drawinglayer \
editeng \
sal \
+ salhelper \
i18nisolang1 \
sfx \
sot \
--- a/dbaccess/Library_sdbt.mk 2013-01-20 00:19:54.110754150 +0100
+++ b/dbaccess/Library_sdbt.mk 2013-01-20 00:20:29.526853529 +0100
@@ -47,6 +47,7 @@
cppuhelper \
dbtools \
sal \
+ salhelper \
tl \
utl \
$(gb_UWINAPI) \
--- a/connectivity/Library_hsqldb.mk 2013-01-20 00:33:24.799013843 +0100
+++ b/connectivity/Library_hsqldb.mk 2013-01-20 00:33:45.205905055 +0100
@@ -45,6 +45,7 @@
dbtools \
jvmfwk \
sal \
+ salhelper \
tl \
utl \
$(gb_UWINAPI) \
--- a/connectivity/Library_mysql.mk 2013-01-20 00:41:49.163287961 +0100
+++ b/connectivity/Library_mysql.mk 2013-01-20 00:42:05.822179786 +0100
@@ -40,6 +40,7 @@
cppu \
cppuhelper \
sal \
+ salhelper \
dbtools \
comphelper \
$(gb_UWINAPI) \
--- a/extensions/Library_bib.mk 2013-01-20 01:01:04.983887501 +0100
+++ b/extensions/Library_bib.mk 2013-01-20 01:01:29.246779707 +0100
@@ -73,6 +73,7 @@
cppuhelper \
cppu \
sal \
+ salhelper \
$(gb_UWINAPI) \
))
--- a/extensions/Library_dbp.mk 2013-01-20 02:35:28.505410569 +0100
+++ b/extensions/Library_dbp.mk 2013-01-20 02:35:51.424381462 +0100
@@ -69,6 +69,7 @@
cppuhelper \
cppu \
sal \
+ salhelper \
$(gb_UWINAPI) \
))
--- a/reportdesign/Library_rpt.mk 2013-01-20 02:48:22.123189258 +0100
+++ b/reportdesign/Library_rpt.mk 2013-01-20 02:48:45.907179174 +0100
@@ -50,6 +50,7 @@
fwe \
i18nisolang1 \
sal \
+ salhelper \
sfx \
svl \
svt \
--- a/reportdesign/Library_rptui.mk 2013-01-20 02:51:36.111077707 +0100
+++ b/reportdesign/Library_rptui.mk 2013-01-20 02:51:51.830070014 +0100
@@ -49,6 +49,7 @@
i18nisolang1 \
rpt \
sal \
+ salhelper \
sfx \
sot \
svl \
--- a/reportdesign/Library_rptxml.mk 2013-01-20 02:53:07.182981802 +0100
+++ b/reportdesign/Library_rptxml.mk 2013-01-20 02:53:22.399974500 +0100
@@ -43,6 +43,7 @@
editeng \
rpt \
sal \
+ salhelper \
sax \
sfx \
sot \
make verbose=t subsequentcheck
<snip>
[build CUT] smoketest
S=/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1 && O=$S/solver/unxlngx6.pro &&
W=$S/workdir/unxlngx6.pro && mkdir -p $W/CppunitTest/ &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$O/lib":$O/lib/sqlite
DBGSV_ERROR_OUT=abort DISABLE_SAL_DBGBOX=t SAL_DIAGNOSE_ABORT=TRUE STAR_RESOURCEPATH=$O/bin/
$O/bin/cppunit/cppunittester $W/LinkTarget/CppunitTest/libtest_smoketest.so --headless
"-env:BRAND_BASE_DIR=file://$O/unittest/install" "-env:UNO_TYPES=file://$O/bin/offapi.rdb
file://$O/bin/udkapi.rdb" "-env:UNO_SERVICES=file://$O/xml/ure/services.rdb"
-env:URE_INTERNAL_LIB_DIR=file://$O/lib -env:LO_LIB_DIR=file://$O/lib --protector
unoexceptionprotector.so unoexceptionprotector --protector unobootstrapprotector.so
unobootstrapprotector -env:arg-soffice=path:$O/installation/opt/program/soffice
-env:arg-user=$W/CustomTarget/smoketest
-env:arg-env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-env:arg-testarg.smoketest.doc=$O/bin/smoketestdoc.sxw > $W/CppunitTest/smoketest.test.log 2>&1 ||
(cat $W/CppunitTest/smoketest.test.log && echo; echo "Error: a unit test failed, please do one
of:"; echo; echo "export DEBUGCPPUNIT=TRUE # for exception catching"; echo "export
GDBCPPUNITTRACE=\"gdb --args\" # for interactive debugging"; echo "export VALGRIND=memcheck
# for memory checking" ; echo "and retry." && false))
officeconnection.cxx:101:Assertion
Test name: (anonymous namespace)::Test::test
setUp() failed
- equality assertion failed
- Expected: 0
- Actual : 4
Failures !!!
Run: 1 Failure total: 1 Failures: 1 Errors: 0
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.
make[2]: ***
[/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CppunitTest/smoketest.test]
Error 1
make[2]: *** Waiting for unfinished jobs....
TEMPFILE=/tmp/gbuild.NMyBHB && mv ${TEMPFILE}
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/LinkTarget/CppunitTest/libtest_tubes_test.so.objectlist
make[2]: Leaving directory `/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1'
make[1]: *** [subsequentcheck] Error 2
make[1]: Leaving directory `/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1'
[build LNK] CppunitTest/libtest_binaryurp_test-unmarshal.so
S=/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1 && O=$S/solver/unxlngx6.pro &&
W=$S/workdir/unxlngx6.pro && mkdir -p $W/LinkTarget/CppunitTest/ && g++ -shared -Wl,-z,noexecstack
-Wl,-z,defs -fuse-linker-plugin -O2 -Wl,-rpath-link,/lib:/usr/lib -Wl,-z,combreloc
-L$S/solenv/unxlngx6/lib -L$O/lib -L$S/solenv/unxlngx6/lib -L//lib -Wl,--hash-style=gnu
-Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo -Wl,-Bsymbolic-functions -L/opt/lib
$W/CxxObject/binaryurp/qa/test-unmarshal.o `cat
$W/LinkTarget/Library/binaryurp.uno.so.objectlist` -Wl,--start-group -Wl,--end-group
-Wl,--no-as-needed -lcppunit -luno_cppu -luno_cppuhelpergcc3 -luno_sal -luno_salhelpergcc3 -o
$W/LinkTarget/CppunitTest/libtest_binaryurp_test-unmarshal.so
/tmp/ccM2LuIF.ltrans1.ltrans.o:(.bss._ZN3com3sun4star3uno8SequenceIaE7s_pTypeE[_ZN3com3sun4star3uno8SequenceIaE7s_pTypeE]+0x0):
multiple definition of `com::sun::star::uno::Sequence<signed char>::s_pType'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/binaryurp/qa/test-unmarshal.o:(.bss._ZN3com3sun4star3uno8SequenceIaE7s_pTypeE[_ZN3com3sun4star3uno8SequenceIaE7s_pTypeE]+0x0):
first defined here
collect2: error: ld returned 1 exit status
make[2]: ***
[/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/LinkTarget/CppunitTest/libtest_binaryurp_test-unmarshal.so]
Error 1
make[2]: Leaving directory `/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/tail_build'
=========================================
[build LNK] CppunitTest/libtest_editeng_core.so
S=/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1 && O=$S/solver/unxlngx6.pro &&
W=$S/workdir/unxlngx6.pro && mkdir -p $W/LinkTarget/CppunitTest/ && g++ -shared -Wl,-z,noexecstack
-Wl,-z,defs -fuse-linker-plugin -O2 -Wl,-rpath-link,/lib:/usr/lib -Wl,-z,combreloc
-L$S/solenv/unxlngx6/lib -L$O/lib -L$S/solenv/unxlngx6/lib -L//lib -Wl,--hash-style=gnu
-Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo -Wl,-Bsymbolic-functions -L/opt/lib
$W/CxxObject/editeng/qa/unit/core-test.o `cat $W/LinkTarget/Library/libeditenglo.so.objectlist`
-Wl,--start-group -Wl,--end-group -Wl,--no-as-needed -licuuc -lcppunit -lbasegfxlo
-lcomphelpgcc3 -luno_cppu -luno_cppuhelpergcc3 -li18nisolang1gcc3 -li18nutilgcc3 -llnglo -luno_sal
-luno_salhelpergcc3 -lsotlo -lsvllo -lsvtlo -ltest -ltklo -ltllo -lucbhelper4gcc3 -lutllo -lvcllo
-lxolo -o $W/LinkTarget/CppunitTest/libtest_editeng_core.so
/tmp/ccPIX5b9.ltrans0.ltrans.o:(.bss._ZN3com3sun4star3uno8SequenceIN3rtl8OUStringEE7s_pTypeE[_ZN3com3sun4star3uno8SequenceIN3rtl8OUStringEE7s_pTypeE]+0x0):
multiple definition of `com::sun::star::uno::Sequence<rtl::OUString>::s_pType'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/editeng/qa/unit/core-test.o:(.bss._ZN3com3sun4star3uno8SequenceIN3rtl8OUStringEE7s_pTypeE[_ZN3com3sun4star3uno8SequenceIN3rtl8OUStringEE7s_pTypeE]+0x0):
first defined here
collect2: error: ld returned 1 exit status
make[2]: ***
[/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/LinkTarget/CppunitTest/libtest_editeng_core.so]
Error 1
make[2]: Leaving directory `/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/tail_build'
=========================================
[build CUT] sc_ucalc
S=/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1 && O=$S/solver/unxlngx6.pro &&
W=$S/workdir/unxlngx6.pro && mkdir -p $W/CppunitTest/ &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$O/lib":$O/lib/sqlite
DBGSV_ERROR_OUT=shell DISABLE_SAL_DBGBOX=t STAR_RESOURCEPATH=$O/bin/
$O/bin/cppunit/cppunittester $W/LinkTarget/CppunitTest/libtest_sc_ucalc.so --headless
"-env:BRAND_BASE_DIR=file://$O/unittest/install"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$O/xml/registry" "-env:UNO_TYPES=file://$O/bin/offapi.rdb
file://$O/bin/udkapi.rdb" "-env:UNO_SERVICES=file://$O/xml/ure/services.rdb
file://$O/xml/component/configmgr/source/configmgr.component
file://$O/xml/component/framework/util/fwk.component
file://$O/xml/component/i18npool/util/i18npool.component
file://$O/xml/component/sfx2/util/sfx.component
file://$O/xml/component/ucb/source/core/ucb1.component
file://$O/xml/component/ucb/source/ucp/file/ucpfile1.component
file://$O/xml/component/unoxml/source/service/unoxml.component
file://$O/xml/component/uui/util/uui.component" -env:URE_INTERNAL_LIB_DIR=file://$O/lib
-env:LO_LIB_DIR=file://$O/lib --protector unoexceptionprotector.so unoexceptionprotector
--protector unobootstrapprotector.so unobootstrapprotector > $W/CppunitTest/sc_ucalc.test.log
2>&1 || (cat $W/CppunitTest/sc_ucalc.test.log && echo; echo "Error: a unit test failed, please do
one of:"; echo; echo "export DEBUGCPPUNIT=TRUE # for exception catching"; echo "export
GDBCPPUNITTRACE=\"gdb --args\" # for interactive debugging"; echo "export VALGRIND=memcheck
# for memory checking" ; echo "and retry." && false))
Value: 8
43formel: =A1+B1
3
##Failure Location unknown## : Error
Test name: (anonymous namespace)::Test::testExternalRef
uncaught exception of unknown type
##Failure Location unknown## : Error
Test name: (anonymous namespace)::Test::testExternalRefFunctions
uncaught exception of unknown type
##Failure Location unknown## : Error
Test name: (anonymous namespace)::Test::testCopyPasteFormulasExternalDoc
uncaught exception of unknown type
Failures !!!
Run: 56 Failure total: 3 Failures: 0 Errors: 3
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.
make[2]: ***
[/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CppunitTest/sc_ucalc.test]
Error 1
make[2]: Leaving directory `/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/tail_build'
Again with
DEBUGCPPUNIT=TRUE
hangs - at least for an hour
=========================================
[build LNK] CppunitTest/libtest_sd_uimpress.so
S=/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1 && O=$S/solver/unxlngx6.pro &&
W=$S/workdir/unxlngx6.pro && mkdir -p $W/LinkTarget/CppunitTest/ && g++ -shared -Wl,-z,noexecstack
-Wl,-z,defs -fuse-linker-plugin -O2 -Wl,-rpath-link,/lib:/usr/lib -Wl,-z,combreloc
-L$S/solenv/unxlngx6/lib -L$O/lib -L$S/solenv/unxlngx6/lib -L//lib -Wl,--hash-style=gnu
-Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo -Wl,-Bsymbolic-functions -L/opt/lib
$W/CxxObject/sd/qa/unit/uimpress.o `cat $W/LinkTarget/Library/libsdlo.so.objectlist`
-Wl,--start-group -Wl,--end-group -Wl,--no-as-needed -pthread -L//lib -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype
-lfontconfig -lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -lrt -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0
-L//lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0
-lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -L//lib
-ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -lcppunit -lavmedialo -lbasegfxlo
-lcanvastoolslo -lcomphelpgcc3 -lcppcanvaslo -luno_cppu -luno_cppuhelpergcc3 -ldrawinglayerlo
-leditenglo -li18nisolang1gcc3 -lmsfilterlo -luno_sal -lsaxlo -luno_salhelpergcc3 -lsblo -lsfxlo
-lsotlo -lsvllo -lsvtlo -lsvxcorelo -lsvxlo -ltklo -ltllo -lucbhelper4gcc3 -lutllo -lvcllo -lxolo
-o $W/LinkTarget/CppunitTest/libtest_sd_uimpress.so
/tmp/ccM0Ukrp.ltrans0.ltrans.o:(.bss._ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_11EventObjectEE8the_type[_ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_11EventObjectEE8the_type]+0x0):
multiple definition of
`com::sun::star::lang::cppu_detail_getUnoType(com::sun::star::lang::EventObject const*)::the_type'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sd/qa/unit/uimpress.o:(.bss._ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_11EventObjectEE8the_type[_ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_11EventObjectEE8the_type]+0x0):
first defined here
/tmp/ccM0Ukrp.ltrans0.ltrans.o:(.bss._ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail17theXComponentTypeES9_S6_E3getEvE8instance[_ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail17theXComponentTypeES9_S6_E3getEvE8instance]+0x0):
multiple definition of `guard variable for rtl::StaticWithInit<com::sun::star::uno::Type*,
com::sun::star::lang::detail::theXComponentType, com::sun::star::lang::detail::theXComponentType,
com::sun::star::uno::Type*>::get()::instance'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sd/qa/unit/uimpress.o:(.bss._ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail17theXComponentTypeES9_S6_E3getEvE8instance[_ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail17theXComponentTypeES9_S6_E3getEvE8instance]+0x0):
first defined here
/tmp/ccM0Ukrp.ltrans0.ltrans.o:(.bss._ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail17theXComponentTypeES9_S6_E3getEvE8instance[_ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail17theXComponentTypeES9_S6_E3getEvE8instance]+0x0):
multiple definition of `rtl::StaticWithInit<com::sun::star::uno::Type*,
com::sun::star::lang::detail::theXComponentType, com::sun::star::lang::detail::theXComponentType,
com::sun::star::uno::Type*>::get()::instance'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sd/qa/unit/uimpress.o:(.bss._ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail17theXComponentTypeES9_S6_E3getEvE8instance[_ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail17theXComponentTypeES9_S6_E3getEvE8instance]+0x0):
first defined here
/tmp/ccM0Ukrp.ltrans0.ltrans.o:(.bss._ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail21theXEventListenerTypeES9_S6_E3getEvE8instance[_ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail21theXEventListenerTypeES9_S6_E3getEvE8instance]+0x0):
multiple definition of `guard variable for rtl::StaticWithInit<com::sun::star::uno::Type*,
com::sun::star::lang::detail::theXEventListenerType,
com::sun::star::lang::detail::theXEventListenerType, com::sun::star::uno::Type*>::get()::instance'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sd/qa/unit/uimpress.o:(.bss._ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail21theXEventListenerTypeES9_S6_E3getEvE8instance[_ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail21theXEventListenerTypeES9_S6_E3getEvE8instance]+0x0):
first defined here
/tmp/ccM0Ukrp.ltrans0.ltrans.o:(.bss._ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail21theXEventListenerTypeES9_S6_E3getEvE8instance[_ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail21theXEventListenerTypeES9_S6_E3getEvE8instance]+0x0):
multiple definition of `rtl::StaticWithInit<com::sun::star::uno::Type*,
com::sun::star::lang::detail::theXEventListenerType,
com::sun::star::lang::detail::theXEventListenerType, com::sun::star::uno::Type*>::get()::instance'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sd/qa/unit/uimpress.o:(.bss._ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail21theXEventListenerTypeES9_S6_E3getEvE8instance[_ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail21theXEventListenerTypeES9_S6_E3getEvE8instance]+0x0):
first defined here
/tmp/ccM0Ukrp.ltrans0.ltrans.o:(.bss._ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance[_ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance]+0x0):
multiple definition of `guard variable for rtl::StaticWithInit<com::sun::star::uno::Type*,
com::sun::star::uno::detail::theRuntimeExceptionType,
com::sun::star::uno::detail::theRuntimeExceptionType, com::sun::star::uno::Type*>::get()::instance'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sd/qa/unit/uimpress.o:(.bss._ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance[_ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance]+0x0):
first defined here
/tmp/ccM0Ukrp.ltrans0.ltrans.o:(.bss._ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance[_ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance]+0x0):
multiple definition of `rtl::StaticWithInit<com::sun::star::uno::Type*,
com::sun::star::uno::detail::theRuntimeExceptionType,
com::sun::star::uno::detail::theRuntimeExceptionType, com::sun::star::uno::Type*>::get()::instance'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sd/qa/unit/uimpress.o:(.bss._ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance[_ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance]+0x0):
first defined here
/tmp/ccM0Ukrp.ltrans0.ltrans.o:(.bss._ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_14XEventListenerEE12bInitStarted[_ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_14XEventListenerEE12bInitStarted]+0x0):
multiple definition of
`com::sun::star::lang::cppu_detail_getUnoType(com::sun::star::lang::XEventListener
const*)::bInitStarted'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sd/qa/unit/uimpress.o:(.bss._ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_14XEventListenerEE12bInitStarted[_ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_14XEventListenerEE12bInitStarted]+0x0):
first defined here
/tmp/ccM0Ukrp.ltrans0.ltrans.o:(.bss._ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_10XComponentEE12bInitStarted[_ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_10XComponentEE12bInitStarted]+0x0):
multiple definition of
`com::sun::star::lang::cppu_detail_getUnoType(com::sun::star::lang::XComponent
const*)::bInitStarted'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sd/qa/unit/uimpress.o:(.bss._ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_10XComponentEE12bInitStarted[_ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_10XComponentEE12bInitStarted]+0x0):
first defined here
/tmp/ccM0Ukrp.ltrans1.ltrans.o:(.bss._ZZN4cppu6detail22cppu_detail_getUnoTypeIN3rtl8OUStringEEERKN3com3sun4star3uno4TypeEPKNS_15UnoSequenceTypeIT_EEE1p[_ZZN4cppu6detail22cppu_detail_getUnoTypeIN3rtl8OUStringEEERKN3com3sun4star3uno4TypeEPKNS_15UnoSequenceTypeIT_EEE1p]+0x0):
multiple definition of `com::sun::star::uno::Type const&
cppu::detail::cppu_detail_getUnoType<rtl::OUString>(cppu::UnoSequenceType<rtl::OUString> const*)::p'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sd/qa/unit/uimpress.o:(.bss._ZZN4cppu6detail22cppu_detail_getUnoTypeIN3rtl8OUStringEEERKN3com3sun4star3uno4TypeEPKNS_15UnoSequenceTypeIT_EEE1p[_ZZN4cppu6detail22cppu_detail_getUnoTypeIN3rtl8OUStringEEERKN3com3sun4star3uno4TypeEPKNS_15UnoSequenceTypeIT_EEE1p]+0x0):
first defined here
/tmp/ccM0Ukrp.ltrans1.ltrans.o:(.bss._ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_20XMultiServiceFactoryEE12bInitStarted[_ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_20XMultiServiceFactoryEE12bInitStarted]+0x0):
multiple definition of
`com::sun::star::lang::cppu_detail_getUnoType(com::sun::star::lang::XMultiServiceFactory
const*)::bInitStarted'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sd/qa/unit/uimpress.o:(.bss._ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_20XMultiServiceFactoryEE12bInitStarted[_ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_20XMultiServiceFactoryEE12bInitStarted]+0x0):
first defined here
/tmp/ccM0Ukrp.ltrans1.ltrans.o:(.bss._ZZN4cppu6detail22cppu_detail_getUnoTypeIN3com3sun4star3uno3AnyEEERKNS5_4TypeEPKNS_15UnoSequenceTypeIT_EEE1p[_ZZN4cppu6detail22cppu_detail_getUnoTypeIN3com3sun4star3uno3AnyEEERKNS5_4TypeEPKNS_15UnoSequenceTypeIT_EEE1p]+0x0):
multiple definition of `com::sun::star::uno::Type const&
cppu::detail::cppu_detail_getUnoType<com::sun::star::uno::Any>(cppu::UnoSequenceType<com::sun::star::uno::Any>
const*)::p'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sd/qa/unit/uimpress.o:(.bss._ZZN4cppu6detail22cppu_detail_getUnoTypeIN3com3sun4star3uno3AnyEEERKNS5_4TypeEPKNS_15UnoSequenceTypeIT_EEE1p[_ZZN4cppu6detail22cppu_detail_getUnoTypeIN3com3sun4star3uno3AnyEEERKNS5_4TypeEPKNS_15UnoSequenceTypeIT_EEE1p]+0x0):
first defined here
/tmp/ccM0Ukrp.ltrans5.ltrans.o:(.bss._ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail27theXMultiServiceFactoryTypeES9_S6_E3getEvE8instance[_ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail27theXMultiServiceFactoryTypeES9_S6_E3getEvE8instance]+0x0):
multiple definition of `guard variable for rtl::StaticWithInit<com::sun::star::uno::Type*,
com::sun::star::lang::detail::theXMultiServiceFactoryType,
com::sun::star::lang::detail::theXMultiServiceFactoryType,
com::sun::star::uno::Type*>::get()::instance'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sd/qa/unit/uimpress.o:(.bss._ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail27theXMultiServiceFactoryTypeES9_S6_E3getEvE8instance[_ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail27theXMultiServiceFactoryTypeES9_S6_E3getEvE8instance]+0x0):
first defined here
/tmp/ccM0Ukrp.ltrans5.ltrans.o:(.bss._ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail27theXMultiServiceFactoryTypeES9_S6_E3getEvE8instance[_ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail27theXMultiServiceFactoryTypeES9_S6_E3getEvE8instance]+0x0):
multiple definition of `rtl::StaticWithInit<com::sun::star::uno::Type*,
com::sun::star::lang::detail::theXMultiServiceFactoryType,
com::sun::star::lang::detail::theXMultiServiceFactoryType,
com::sun::star::uno::Type*>::get()::instance'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sd/qa/unit/uimpress.o:(.bss._ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail27theXMultiServiceFactoryTypeES9_S6_E3getEvE8instance[_ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail27theXMultiServiceFactoryTypeES9_S6_E3getEvE8instance]+0x0):
first defined here
collect2: error: ld returned 1 exit status
make[2]: ***
[/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/LinkTarget/CppunitTest/libtest_sd_uimpress.so]
Error 1
make[2]: Leaving directory `/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/tail_build'
=========================================
[build CXX] sdext/source/pdfimport/test/tests.cxx
S=/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1 && O=$S/solver/unxlngx6.pro &&
W=$S/workdir/unxlngx6.pro && mkdir -p $W/CxxObject/sdext/source/pdfimport/test/
$W/Dep/CxxObject/sdext/source/pdfimport/test/ && cd
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1 && g++ -DCPPU_ENV=gcc3 -DENABLE_GRAPHITE
-DENABLE_GTK -DENABLE_TELEPATHY -DGCC -DHAVE_GCC_BUILTIN_ATOMIC -DHAVE_THREADSAFE_STATICS
-DLIBO_INTERNAL_ONLY -DLINUX -DNDEBUG -DOPTIMIZE -DOSL_DEBUG_LEVEL=0 -DSOLAR_JAVA -DSUPD=400 -DUNIX
-DUNX -DX86_64 -D_PTHREADS -D_REENTRANT -DRTL_USING -I/opt/include
-DCPPUNIT_PLUGIN_EXPORT='extern "C" SAL_DLLPUBLIC_EXPORT' -DSYSTEM_ZLIB
-DHAVE_GCC_VISIBILITY_FEATURE -fvisibility=hidden -Wall -Wendif-labels -Wextra -fmessage-length=0
-fno-common -pipe -fvisibility-inlines-hidden -fPIC -Wshadow -Wsign-promo -Woverloaded-virtual
-Wnon-virtual-dtor -std=gnu++0x -DEXCEPTIONS_ON -fexceptions -fno-enforce-eh-specs -O2 -c
$S/sdext/source/pdfimport/test/tests.cxx -o $W/CxxObject/sdext/source/pdfimport/test/tests.o -MMD
-MT $W/CxxObject/sdext/source/pdfimport/test/tests.o -MP -MF
$W/Dep/CxxObject/sdext/source/pdfimport/test/tests.d_ -I$S/sdext/source/pdfimport/test/
-I$S/sdext/source/pdfimport/inc -I$O/inc/external -I$O/inc -I$S/solenv/inc
-I/opt/kaarpux/icedtea-2.3.4/include -I/opt/kaarpux/icedtea-2.3.4/include/linux
-I/opt/kaarpux/icedtea-2.3.4/include/native_threads/include -I$O/inc/offapi -I$O/inc/udkapi &&
mv $W/Dep/CxxObject/sdext/source/pdfimport/test/tests.d_
$W/Dep/CxxObject/sdext/source/pdfimport/test/tests.d
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/sdext/source/pdfimport/test/tests.cxx:513:1:
warning: unused parameter ‘argc’ [-Wunused-parameter]
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/sdext/source/pdfimport/test/tests.cxx:513:1:
warning: unused parameter ‘argv’ [-Wunused-parameter]
[build LNK] CppunitTest/libtest_sdext_pdfimport.so
S=/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1 && O=$S/solver/unxlngx6.pro &&
W=$S/workdir/unxlngx6.pro && mkdir -p $W/LinkTarget/CppunitTest/ && g++ -shared -Wl,-z,noexecstack
-Wl,-z,defs -fuse-linker-plugin -O2 -Wl,-rpath-link,/lib:/usr/lib -Wl,-z,combreloc
-L$S/solenv/unxlngx6/lib -L$O/lib -L$S/solenv/unxlngx6/lib -L//lib -Wl,--hash-style=gnu
-Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo -Wl,-Bsymbolic-functions -L/opt/lib
$W/CxxObject/sdext/source/pdfimport/test/tests.o `cat
$W/LinkTarget/Library/libbasegfxlo.so.objectlist` -Wl,--start-group $O/lib/libpdfimport_s.a
-Wl,--end-group -Wl,--no-as-needed -lz -lcppunit -lcomphelpgcc3 -luno_cppu -luno_cppuhelpergcc3
-luno_sal -ltest -lunotest -o $W/LinkTarget/CppunitTest/libtest_sdext_pdfimport.so
/tmp/ccFfX7MO.ltrans1.ltrans.o:(.bss._ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance[_ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance]+0x0):
multiple definition of `guard variable for rtl::StaticWithInit<com::sun::star::uno::Type*,
com::sun::star::uno::detail::theRuntimeExceptionType,
com::sun::star::uno::detail::theRuntimeExceptionType, com::sun::star::uno::Type*>::get()::instance'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sdext/source/pdfimport/test/tests.o:(.bss._ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance[_ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance]+0x0):
first defined here
/tmp/ccFfX7MO.ltrans1.ltrans.o:(.bss._ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance[_ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance]+0x0):
multiple definition of `rtl::StaticWithInit<com::sun::star::uno::Type*,
com::sun::star::uno::detail::theRuntimeExceptionType,
com::sun::star::uno::detail::theRuntimeExceptionType, com::sun::star::uno::Type*>::get()::instance'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sdext/source/pdfimport/test/tests.o:(.bss._ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance[_ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS4_6detail23theRuntimeExceptionTypeES8_S6_E3getEvE8instance]+0x0):
first defined here
/tmp/ccFfX7MO.ltrans1.ltrans.o:(.bss._ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail20theXTypeProviderTypeES9_S6_E3getEvE8instance[_ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail20theXTypeProviderTypeES9_S6_E3getEvE8instance]+0x0):
multiple definition of `guard variable for rtl::StaticWithInit<com::sun::star::uno::Type*,
com::sun::star::lang::detail::theXTypeProviderType,
com::sun::star::lang::detail::theXTypeProviderType, com::sun::star::uno::Type*>::get()::instance'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sdext/source/pdfimport/test/tests.o:(.bss._ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail20theXTypeProviderTypeES9_S6_E3getEvE8instance[_ZGVZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail20theXTypeProviderTypeES9_S6_E3getEvE8instance]+0x0):
first defined here
/tmp/ccFfX7MO.ltrans1.ltrans.o:(.bss._ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_13XTypeProviderEE12bInitStarted[_ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_13XTypeProviderEE12bInitStarted]+0x0):
multiple definition of
`com::sun::star::lang::cppu_detail_getUnoType(com::sun::star::lang::XTypeProvider
const*)::bInitStarted'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sdext/source/pdfimport/test/tests.o:(.bss._ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_13XTypeProviderEE12bInitStarted[_ZZN3com3sun4star4lang22cppu_detail_getUnoTypeEPKNS2_13XTypeProviderEE12bInitStarted]+0x0):
first defined here
/tmp/ccFfX7MO.ltrans1.ltrans.o:(.bss._ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail20theXTypeProviderTypeES9_S6_E3getEvE8instance[_ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail20theXTypeProviderTypeES9_S6_E3getEvE8instance]+0x0):
multiple definition of `rtl::StaticWithInit<com::sun::star::uno::Type*,
com::sun::star::lang::detail::theXTypeProviderType,
com::sun::star::lang::detail::theXTypeProviderType, com::sun::star::uno::Type*>::get()::instance'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sdext/source/pdfimport/test/tests.o:(.bss._ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail20theXTypeProviderTypeES9_S6_E3getEvE8instance[_ZZN3rtl14StaticWithInitIPN3com3sun4star3uno4TypeENS3_4lang6detail20theXTypeProviderTypeES9_S6_E3getEvE8instance]+0x0):
first defined here
/tmp/ccFfX7MO.ltrans1.ltrans.o:(.bss._ZZN4cppu6detail22cppu_detail_getUnoTypeIN3com3sun4star3uno4TypeEEERKS6_PKNS_15UnoSequenceTypeIT_EEE1p[_ZZN4cppu6detail22cppu_detail_getUnoTypeIN3com3sun4star3uno4TypeEEERKS6_PKNS_15UnoSequenceTypeIT_EEE1p]+0x0):
multiple definition of `com::sun::star::uno::Type const&
cppu::detail::cppu_detail_getUnoType<com::sun::star::uno::Type>(cppu::UnoSequenceType<com::sun::star::uno::Type>
const*)::p'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sdext/source/pdfimport/test/tests.o:(.bss._ZZN4cppu6detail22cppu_detail_getUnoTypeIN3com3sun4star3uno4TypeEEERKS6_PKNS_15UnoSequenceTypeIT_EEE1p[_ZZN4cppu6detail22cppu_detail_getUnoTypeIN3com3sun4star3uno4TypeEEERKS6_PKNS_15UnoSequenceTypeIT_EEE1p]+0x0):
first defined here
/tmp/ccFfX7MO.ltrans1.ltrans.o:(.bss._ZZN4cppu6detail22cppu_detail_getUnoTypeIaEERKN3com3sun4star3uno4TypeEPKNS_15UnoSequenceTypeIT_EEE1p[_ZZN4cppu6detail22cppu_detail_getUnoTypeIaEERKN3com3sun4star3uno4TypeEPKNS_15UnoSequenceTypeIT_EEE1p]+0x0):
multiple definition of `com::sun::star::uno::Type const&
cppu::detail::cppu_detail_getUnoType<signed char>(cppu::UnoSequenceType<signed char> const*)::p'
/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CxxObject/sdext/source/pdfimport/test/tests.o:(.bss._ZZN4cppu6detail22cppu_detail_getUnoTypeIaEERKN3com3sun4star3uno4TypeEPKNS_15UnoSequenceTypeIT_EEE1p[_ZZN4cppu6detail22cppu_detail_getUnoTypeIaEERKN3com3sun4star3uno4TypeEPKNS_15UnoSequenceTypeIT_EEE1p]+0x0):
first defined here
collect2: error: ld returned 1 exit status
make[2]: ***
[/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/LinkTarget/CppunitTest/libtest_sdext_pdfimport.so]
Error 1
make[2]: Leaving directory `/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/tail_build'
=========================================
[build CUT] sw_swdoc_test
S=/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1 && O=$S/solver/unxlngx6.pro &&
W=$S/workdir/unxlngx6.pro && mkdir -p $W/CppunitTest/ &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$O/lib":$O/lib/sqlite
DBGSV_ERROR_OUT=shell DISABLE_SAL_DBGBOX=t STAR_RESOURCEPATH=$O/bin/
$O/bin/cppunit/cppunittester $W/LinkTarget/CppunitTest/libtest_sw_swdoc_test.so --headless
"-env:BRAND_BASE_DIR=file://$O/unittest/install"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$O/xml/registry" "-env:UNO_TYPES=file://$O/bin/offapi.rdb
file://$O/bin/udkapi.rdb" "-env:UNO_SERVICES=file://$O/xml/ure/services.rdb
file://$O/xml/component/comphelper/util/comphelp.component
file://$O/xml/component/configmgr/source/configmgr.component
file://$O/xml/component/fileaccess/source/fileacc.component
file://$O/xml/component/framework/util/fwk.component
file://$O/xml/component/i18npool/util/i18npool.component
file://$O/xml/component/sfx2/util/sfx.component
file://$O/xml/component/ucb/source/core/ucb1.component
file://$O/xml/component/ucb/source/ucp/file/ucpfile1.component
file://$O/xml/component/unoxml/source/service/unoxml.component"
-env:URE_INTERNAL_LIB_DIR=file://$O/lib -env:LO_LIB_DIR=file://$O/lib --protector
unoexceptionprotector.so unoexceptionprotector --protector unobootstrapprotector.so
unobootstrapprotector > $W/CppunitTest/sw_swdoc_test.test.log 2>&1 || (cat
$W/CppunitTest/sw_swdoc_test.test.log && echo; echo "Error: a unit test failed, please do one of:";
echo; echo "export DEBUGCPPUNIT=TRUE # for exception catching"; echo "export
GDBCPPUNITTRACE=\"gdb --args\" # for interactive debugging"; echo "export VALGRIND=memcheck
# for memory checking" ; echo "and retry." && false))
[build CHK] sw
S=/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1 && O=$S/solver/unxlngx6.pro &&
W=$S/workdir/unxlngx6.pro && mkdir -p $W/Module/check/ && touch $W/Module/check/sw
S=/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1 && O=$S/solver/unxlngx6.pro &&
W=$S/workdir/unxlngx6.pro && $O/bin/uno -ro $O/xml/uno_services.rdb -ro $O/bin/udkapi.rdb -ro
$W/UnoApiTarget/bridgetest.rdb -s com.sun.star.test.bridge.BridgeTest --
com.sun.star.test.bridge.CppTestObject
### unexpected exception content! failed
### unexpected exception content! failed
### unexpected exception content! failed
exception test failed
oneway exception test failed
exception occurred: error: test failed!
error: error: test failed!
dying...
make[2]: ***
[/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CustomTarget/testtools/uno_test.done]
Error 1
make[2]: Leaving directory `/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/tail_build'
=========================================
[build CUT] sw_macros_test
S=/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1 && O=$S/solver/unxlngx6.pro &&
W=$S/workdir/unxlngx6.pro && mkdir -p $W/CppunitTest/ &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$O/lib":$O/lib/sqlite
DBGSV_ERROR_OUT=shell DISABLE_SAL_DBGBOX=t STAR_RESOURCEPATH=$O/bin/
$O/bin/cppunit/cppunittester $W/LinkTarget/CppunitTest/libtest_sw_macros_test.so --headless
"-env:BRAND_BASE_DIR=file://$O/unittest/install"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$O/xml/registry module:file://$O/xml/registry/spool
xcsxcu:file://$O/unittest/registry" "-env:UNO_TYPES=file://$O/bin/offapi.rdb
file://$O/bin/oovbaapi.rdb file://$O/bin/udkapi.rdb"
"-env:UNO_SERVICES=file://$O/xml/ure/services.rdb file://$O/xml/component/basic/util/sb.component
file://$O/xml/component/comphelper/util/comphelp.component
file://$O/xml/component/configmgr/source/configmgr.component
file://$O/xml/component/dbaccess/util/dba.component
file://$O/xml/component/fileaccess/source/fileacc.component
file://$O/xml/component/filter/source/config/cache/filterconfig1.component
file://$O/xml/component/forms/util/frm.component
file://$O/xml/component/framework/util/fwk.component
file://$O/xml/component/i18npool/util/i18npool.component
file://$O/xml/component/oox/util/oox.component
file://$O/xml/component/package/source/xstor/xstor.component
file://$O/xml/component/package/util/package2.component
file://$O/xml/component/sax/source/expatwrap/expwrap.component
file://$O/xml/component/sax/source/fastparser/fastsax.component
file://$O/xml/component/sw/util/sw.component file://$O/xml/component/sw/util/swd.component
file://$O/xml/component/sw/util/msword.component file://$O/xml/component/sw/util/vbaswobj.component
file://$O/xml/component/scripting/source/basprov/basprov.component
file://$O/xml/component/scripting/util/scriptframe.component
file://$O/xml/component/sfx2/util/sfx.component file://$O/xml/component/sot/util/sot.component
file://$O/xml/component/svl/source/fsstor/fsstorage.component
file://$O/xml/component/toolkit/util/tk.component
file://$O/xml/component/ucb/source/core/ucb1.component
file://$O/xml/component/ucb/source/ucp/file/ucpfile1.component
file://$O/xml/component/ucb/source/ucp/tdoc/ucptdoc1.component
file://$O/xml/component/unotools/util/utl.component
file://$O/xml/component/unoxml/source/rdf/unordf.component
file://$O/xml/component/unoxml/source/service/unoxml.component"
-env:URE_INTERNAL_LIB_DIR=file://$O/lib -env:LO_LIB_DIR=file://$O/lib --protector
unoexceptionprotector.so unoexceptionprotector --protector unobootstrapprotector.so
unobootstrapprotector > $W/CppunitTest/sw_macros_test.test.log 2>&1 || (cat
$W/CppunitTest/sw_macros_test.test.log && echo; echo "Error: a unit test failed, please do one
of:"; echo; echo "export DEBUGCPPUNIT=TRUE # for exception catching"; echo "export
GDBCPPUNITTRACE=\"gdb --args\" # for interactive debugging"; echo "export VALGRIND=memcheck
# for memory checking" ; echo "and retry." && false))
##Failure Location unknown## : Error
Test name: SwMacrosTest::testVba
uncaught exception of unknown type
Failures !!!
Run: 2 Failure total: 1 Failures: 0 Errors: 1
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.
make[2]: ***
[/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/workdir/unxlngx6.pro/CppunitTest/sw_macros_test.test]
Error 1
make[2]: Leaving directory `/home/kaarpux/kaarpux/linux/build/opt/libreoffice-4.0.0.1/tail_build'
9579 08:05:59.531781 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.531811 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.531840 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program",
{st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
9579 08:05:59.531872 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.531901 lstat("/opt/kaarpux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.531930 lstat("/opt/kaarpux/libreoffice-4.0.0.1", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.531958 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.531988 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.532017 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program",
{st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
9579 08:05:59.532047 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/sofficerc",
{st_mode=S_IFREG|0644, st_size=244, ...}) = 0
9579 08:05:59.532098 getcwd("/home/kaarpux", 4096) = 14
9579 08:05:59.532133 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.532170 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.532198 lstat("/opt/kaarpux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.532229 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.532258 lstat("/opt/kaarpux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.532299 lstat("/opt/kaarpux/libreoffice-4.0.0.1", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.532331 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.532360 lstat("/opt/kaarpux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.532389 lstat("/opt/kaarpux/libreoffice-4.0.0.1", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.532418 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.532450 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.532492 lstat("/opt/kaarpux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.532522 lstat("/opt/kaarpux/libreoffice-4.0.0.1", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.532551 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.532580 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.532611 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.532641 lstat("/opt/kaarpux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.532670 lstat("/opt/kaarpux/libreoffice-4.0.0.1", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.532699 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.532728 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.532758 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/user",
0x7fff7f0f0d30) = -1 ENOENT (No such file or directory)
9579 08:05:59.532793 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/user", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.532840 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/user", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.532894 open("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/sofficerc",
O_RDONLY|O_EXCL) = 8
9579 08:05:59.532928 fstat(8, {st_mode=S_IFREG|0644, st_size=244, ...}) = 0
9579 08:05:59.532964 pread(8,
"[Bootstrap]\nHideEula=1\nLogo=1\nNativeProgress=false\nProgressBarColor=255,255,255\nProgressFrameColor=20,136,3\nProgressPosition=61,317\nProgressSize=407,6\nProgressTextBaseline=287\nProgressTextColor=255,255,255\nURE_BOOTSTRAP=${ORIGIN}/fundamentalrc\n",
4096, 0) = 244
9579 08:05:59.533004 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/sofficerc",
F_OK) = 0
9579 08:05:59.533040 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/sofficerc",
{st_mode=S_IFREG|0644, st_size=244, ...}) = 0
9579 08:05:59.533077 close(8) = 0
9579 08:05:59.533148 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.533191 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.533232
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.533281 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.533322 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.533363
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.533406 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.533445 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.533498
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.533542
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.533637 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.533681 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.533722
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.533765 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.533804 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.533853
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.533898 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.533938 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.533978
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.534021
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.534101 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.534144 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.534185
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.534228 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.534272 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.534315
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.534358 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.534397 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.534438
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.534500
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.534581 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.534624 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.534665
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.534708 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.534747 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.534788
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.534831 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.534869 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.534910
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.534953
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.535035 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.535079 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.535120
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.535163 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.535202 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.535243
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.535292 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.535332 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.535373
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.535415
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.535537 rt_sigaction(SIGHUP, {SIG_IGN, [], SA_RESTORER, 0x7fdff8e0cfe0}, {SIG_DFL,
[], 0}, 8) = 0
9579 08:05:59.535576 rt_sigaction(SIGINT, {0x7fdff9c0b680, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART,
0x7fdff8e0cfe0}, {SIG_DFL, [], 0}, 8) = 0
9579 08:05:59.535607 rt_sigaction(SIGQUIT, {0x7fdff9c0b680, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART,
0x7fdff8e0cfe0}, {SIG_DFL, [], 0}, 8) = 0
9579 08:05:59.535638 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7fdff8e0cfe0}, {SIG_IGN,
[PIPE], SA_RESTORER|SA_RESTART, 0x7fdff8e0cfe0}, 8) = 0
9579 08:05:59.535667 rt_sigaction(SIGALRM, {0x7fdff9c0b680, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART,
0x7fdff8e0cfe0}, {SIG_DFL, [], 0}, 8) = 0
9579 08:05:59.535697 rt_sigaction(SIGTERM, {0x7fdff9c0b680, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART,
0x7fdff8e0cfe0}, {SIG_DFL, [], 0}, 8) = 0
9579 08:05:59.535727 rt_sigaction(SIGPWR, {0x7fdff9c0b680, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART,
0x7fdff8e0cfe0}, {SIG_DFL, [], 0}, 8) = 0
9579 08:05:59.535757 rt_sigaction(SIGWINCH, {0x7fdff9c0b680, ~[RTMIN RT_1],
SA_RESTORER|SA_RESTART, 0x7fdff8e0cfe0}, {SIG_DFL, [], 0}, 8) = 0
9579 08:05:59.535787 rt_sigaction(SIGURG, {0x7fdff9c0b680, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART,
0x7fdff8e0cfe0}, {SIG_DFL, [], 0}, 8) = 0
9579 08:05:59.535816 rt_sigaction(SIGIO, {0x7fdff9c0b680, ~[RTMIN RT_1], SA_RESTORER|SA_RESTART,
0x7fdff8e0cfe0}, {SIG_DFL, [], 0}, 8) = 0
9579 08:05:59.535846 rt_sigaction(SIGVTALRM, {0x7fdff9c0b680, ~[RTMIN RT_1],
SA_RESTORER|SA_RESTART, 0x7fdff8e0cfe0}, {SIG_DFL, [], 0}, 8) = 0
9579 08:05:59.535880 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
9579 08:05:59.535939 gettimeofday({1358924759, 535953}, NULL) = 0
9579 08:05:59.535978 getcwd("/home/kaarpux", 4096) = 14
9579 08:05:59.536016 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536048 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536077 lstat("/opt/kaarpux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536108 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536137 lstat("/opt/kaarpux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536166 lstat("/opt/kaarpux/libreoffice-4.0.0.1", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.536197 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536226 lstat("/opt/kaarpux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536255 lstat("/opt/kaarpux/libreoffice-4.0.0.1", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.536293 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.536326 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536360 lstat("/opt/kaarpux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536390 lstat("/opt/kaarpux/libreoffice-4.0.0.1", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.536420 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.536449 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536494 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536524 lstat("/opt/kaarpux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536553 lstat("/opt/kaarpux/libreoffice-4.0.0.1", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.536582 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.536611 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536640 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program",
{st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
9579 08:05:59.536672 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536701 lstat("/opt/kaarpux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536729 lstat("/opt/kaarpux/libreoffice-4.0.0.1", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.536759 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.536788 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536818 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/ure-link",
{st_mode=S_IFLNK|0777, st_size=3, ...}) = 0
9579 08:05:59.536847 readlink("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/ure-link", "ure",
4095) = 3
9579 08:05:59.536878 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/ure",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536910 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536939 lstat("/opt/kaarpux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.536968 lstat("/opt/kaarpux/libreoffice-4.0.0.1", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.536997 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.537027 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.537056 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/ure",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.537085 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/ure/lib",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.537118 lstat("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.537146 lstat("/opt/kaarpux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.537175 lstat("/opt/kaarpux/libreoffice-4.0.0.1", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.537205 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
9579 08:05:59.537235 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.537269 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/ure",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.537303 lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/ure/lib",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
9579 08:05:59.537333
lstat("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/ure/lib/libuno_cppu.so.3",
{st_mode=S_IFREG|0755, st_size=256385, ...}) = 0
9579 08:05:59.537424 openat(AT_FDCWD,
"/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/r",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
9579 08:05:59.537514 open("dkten-US.res", O_RDONLY) = -1 ENOENT (No such file or directory)
9579 08:05:59.537672 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.537725 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.537767
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.537811 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.537850 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.537890
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.537933 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.537971 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.538012
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.538055
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.538348 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.538395 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.538441
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.538506 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.538548 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.538588
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.538631 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../progra",
F_OK) = -1 ENOENT (No such file or directory)
9579 08:05:59.538670 access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/unorc",
F_OK) = 0
9579 08:05:59.538711
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.538753
access("/opt/kaarpux/libreoffice-4.0.0.1/lib/libreoffice/program/../program/boot", F_OK) = -1
ENOENT (No such file or directory)
9579 08:05:59.538872 write(2, "terminate called after throwing an instance of '", 48) = 48
9579 08:05:59.538928 write(2, "com::sun::star::uno::RuntimeException", 37) = 37
9579 08:05:59.538963 write(2, "'\n", 2) = 2
9579 08:05:59.539015 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
9579 08:05:59.539046 tgkill(9579, 9579, SIGABRT) = 0
9579 08:05:59.539072 --- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=9579, si_uid=1000} ---
9580 08:05:59.550087 +++ killed by SIGABRT (core dumped) +++
9579 08:05:59.552079 +++ killed by SIGABRT (core dumped) +++
9578 08:05:59.552111 <... wait4 resumed> [{WIFSIGNALED(s) && WTERMSIG(s) == SIGABRT &&
WCOREDUMP(s)}], 0, NULL) = 9579
9578 08:05:59.552111 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_DUMPED, si_pid=9579,
si_status=SIGABRT, si_utime=7, si_stime=3} ---
9578 08:05:59.552111 futex(0x6de5a4, FUTEX_CMP_REQUEUE_PRIVATE, 1, 2147483647, 0x6de5d0, 2) = 1
9573 08:05:59.552216 <... futex resumed> ) = 0
9578 08:05:59.552242 madvise(0x7f2844fb4000, 8368128, MADV_DONTNEED <unfinished ...>
9573 08:05:59.552242 futex(0x6de5d0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
9578 08:05:59.552304 <... madvise resumed> ) = 0
9573 08:05:59.552304 <... futex resumed> ) = 0
9578 08:05:59.552352 _exit(0) = ?
9573 08:05:59.552364 close(5 <unfinished ...>
9578 08:05:59.552387 +++ exited with 0 +++
9573 08:05:59.552387 <... close resumed> ) = 0
9573 08:05:59.552541 futex(0x7f2848fe246c, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7f2848fe2468,
{FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
9574 08:05:59.552629 <... futex resumed> ) = 0
9574 08:05:59.552663 futex(0x7f2848fe2200, FUTEX_WAKE_PRIVATE, 1) = 0
9574 08:05:59.552691 madvise(0x7f2846b6f000, 8368128, MADV_DONTNEED) = 0
9574 08:05:59.552718 _exit(0) = ?
9574 08:05:59.552740 +++ exited with 0 +++
9573 08:05:59.552750 futex(0x7f284736f9d0, FUTEX_WAIT, 9574, NULL) = -1 EAGAIN (Resource
temporarily unavailable)
9573 08:05:59.552882 munmap(0x7f2849927000, 65536) = 0
9573 08:05:59.553092 exit_group(134) = ?
9573 08:05:59.553396 +++ exited with 134 +++
Context
- Issues building LibreOffice 4.0.0.1 · Henrik /KaarPoSoft
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.