Date: prev next · Thread: first prev next last
2016 Archives by date, by thread · List index


Hi all, 

Not sure what might be going on here, I’ve tried to reproduce the issue building on Ubuntu with no luck. 

One of our IRC slackware users has been having some issues compiling 5.0.4.2, getting the following unit test failures:

/tmp/build/libreoffice-5.0.4.2/sc/qa/unit/ucalc.cxx:4540:Test::testAutoFill
assertion failed
- _expression_: m_pDoc->GetCellType(ScAddress(0,i,0)) == CELLTYPE_NONE

ucalc.cxx:4540:Assertion
Test name: Test::testAutoFill
assertion failed
- _expression_: m_pDoc->GetCellType(ScAddress(0,i,0)) == CELLTYPE_NONE

Failures !!!
Run: 205   Failure total: 1   Failures: 1   Errors: 0

Error: a unit test failed, please do one of:

export DEBUGCPPUNIT=TRUE            # for exception catching
export CPPUNITTRACE="gdb --args"    # for interactive debugging on Linux
export VALGRIND=memcheck            # for memory checking

and retry using: make CppunitTest_sc_ucalc

make[1]: *** [/tmp/build/libreoffice-5.0.4.2/workdir/CppunitTest/sc_ucalc.test] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [build] Error 2

Anyone able to offer any pointers?

Chris



Begin forwarded message:

From: YuGiOhJCJ <yugiohjcj@1s.fr>
Subject: Unable to build libreoffice-5.0.4.2 on Slackware 14.1
Date: 23 January 2016 at 2:10:11 PM AEDT

Hello Chris,

Following our previous discussion [1] on freenode #libreoffice-dev, I send you this e-mail to give you information after I pulled from master and just run "make CppunitTest_sc_ucalc".
The result is a failure that is different from the one with the source tarball of libreoffice-5.0.4.2 [2].
The result is attached to this e-mail.
Give me feedback if you have found a workaround.

Thank you.
Best regards.

[1]
---
<YuGiOhJCJ> hello, I have an error while building libreoffice-5.0.4.2 on Slackware 14.1: http://pastebin.com/fTQ8ntGc
<YuGiOhJCJ> any help for this?
<loircbot> LibreOffice (core) Armin.Le.Grand *  (4 files in 4 dirs): Win build: Set default script engine for cscript
* lajava has quit (Ping timeout: 240 seconds)
<loircbot> LibreOffice (core) chris.sherlock79 * vcl/ (inc/impfont.hxx source/font/font.cxx): vcl: add size property to the ImplFont class
<loircbot> LibreOffice (core) chris.sherlock79 * vcl/inc/impfontmetricdata.hxx: vcl: LogicalFontInstance no longer friend of ImplFontMetricData
<chris_wot> YuGiOhJCJ - just looking
* Sweet5hark1 has quit (Ping timeout: 245 seconds)
<chris_wot> YuGiOhJCJ - hmmm... I don't seem to get that on master, and it doesn't look distro specific
<loircbot> LibreOffice (core) Thorsten.Behrens * i18npool/Library_localedata_euro.mk: i18npool: fix build
<chris_wot> YuGiOhJCJ hi, you still about?
<chris_wot> out of interest, if you pull from master and just run "make CppunitTest_sc_ucalc" - do you get the same unit test failure?
* Haaninjo has quit (Quit: Ex-Chat)
<chris_wot> earth to YuGiOhJCJ ...
<YuGiOhJCJ> I am back
<chris_wot> :-)
<chris_wot> is it feasible for you to get the latest from master and run the unit test alone?
<YuGiOhJCJ> from master not tried
<chris_wot> you would literally only need to run "make CppunitTest_sc_ucalc"
<chris_wot> it's probably a hassle, but is it possible to try?
<chris_wot> I just want to see if the issue is specific to slackware or not
<chris_wot> if the same failure occurs, it's environmental, otherwise there is an issue we haven't picked up (possibly)
<YuGiOhJCJ> I need to clone the repository because I have only the tarball
<chris_wot> I'm doing a bisect now to see if I get the same issue
<YuGiOhJCJ> it could takes time
<chris_wot> YuGiOhJCJ cool - totally understand if not possible
<chris_wot> (we really need a slackware buildbot, not sure how feasible it is though)
<YuGiOhJCJ> I will do: $ git clone git://anongit.freedesktop.org/libreoffice/core
<chris_wot> if there was a way of setting up a VirtualBox slackware image quickly I'd do this :-)
<chris_wot> YuGiOhJCJ :-) appreciated
<chris_wot> once you've cloned, just run that make command only
<chris_wot> that will limit the build to only the test that's failing
<chris_wot> still take some time, but should be quicker even so
<YuGiOhJCJ> understood I alert you when it's done
<chris_wot> I'll be out with my daughter, email me about chris.sherlock79@gmail.com and tell me how it goes
<chris_wot> I'll be away from IRC shortly otherwise
<chris_wot> incidentally, good to see slackware people on the dev channel :-)
<YuGiOhJCJ> OK
<chris_wot> I've always considered slackware guys to be the most experienced of all distro installers :-)
<YuGiOhJCJ> :)
<chris_wot> respect!
<chris_wot> oh, really quickly YuGiOhJCJ - when you send me the results, if the test doesn't fail, can I forward your email to the mailing list for advise?
<chris_wot> won't do this unless you give me permission :-)
* jmux has quit (Quit: Konversation terminated!)
<YuGiOhJCJ> yes
<YuGiOhJCJ> no problem at all
<chris_wot> thanx
---
[2]
/tmp/build/libreoffice-5.0.4.2/sc/qa/unit/ucalc.cxx:4540:Test::testAutoFill
assertion failed
- _expression_: m_pDoc->GetCellType(ScAddress(0,i,0)) == CELLTYPE_NONE

ucalc.cxx:4540:Assertion
Test name: Test::testAutoFill
assertion failed
- _expression_: m_pDoc->GetCellType(ScAddress(0,i,0)) == CELLTYPE_NONE

Failures !!!
Run: 205   Failure total: 1   Failures: 1   Errors: 0

Error: a unit test failed, please do one of:

export DEBUGCPPUNIT=TRUE            # for exception catching
export CPPUNITTRACE="gdb --args"    # for interactive debugging on Linux
export VALGRIND=memcheck            # for memory checking

and retry using: make CppunitTest_sc_ucalc

make[1]: *** [/tmp/build/libreoffice-5.0.4.2/workdir/CppunitTest/sc_ucalc.test] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [build] Error 2
$ git clone git://anongit.freedesktop.org/libreoffice/core
Cloning into 'core'...
remote: Counting objects: 3986506, done.
remote: Compressing objects: 100% (819250/819250), done.
remote: Total 3986506 (delta 3063375), reused 3971129 (delta 3049198)
Receiving objects: 100% (3986506/3986506), 1.53 GiB | 1.46 MiB/s, done.
Resolving deltas: 100% (3063375/3063375), done.
Checking connectivity... done.
Checking out files: 100% (71551/71551), done.
$ cd core
$ git log | head -1
commit a6c8b41c4df79183c5d2c1450c010768ac7d82f6
$ ./autogen.sh --without-junit
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:9:   run info '(automake)Extending aclocal'
/usr/share/aclocal/imlib.m4:9:   or see 
http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
Running ./configure with '--without-junit --srcdir=/tmp/build/git/core 
--enable-option-checking=fatal'
********************************************************************
*
*   Running LibreOffice build configuration.
*
********************************************************************

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for product name... LibreOfficeDev
checking for product version... 5.2
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for grep... (cached) /bin/grep
checking for GNU Make... /usr/bin/make
checking for sed... /bin/sed
checking whether to use link-time optimization... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing dlsym... -ldl
checking whether build target is Release Build... no
checking whether to sign windows build... no
checking for gawk... gawk
checking for gawk... /bin/gawk
checking for bash... /bin/sh
checking for GNU or BSD tar... bsdtar
checking for tar's option to strip components... --strip-components
checking how to build and package galleries... internal src images for desktop
checking for ccache... /usr/bin/ccache
checking gcc home... /usr
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for gcc... /usr/bin/gcc
checking whether to build with Java support... yes
checking whether to enable export file validation... no
checking whether to treat the installation as read-only... no
checking for -Bsymbolic-functions linker support ... found 
checking for -isystem ... yes
checking whether the compiler is actually Clang... no
checking whether gcc is already ccached... no
checking whether /usr/bin/ccache gcc supports -ggdb2... yes
checking whether /usr/bin/ccache gcc supports -finline-limit=0... yes
checking whether /usr/bin/ccache gcc supports -fno-inline... yes
checking the GCC version... gcc 4.8.2
checking whether to build with additional debug utilities... no
checking whether to do a debug build... no
checking whether to include symbols while preserve optimization... no
checking for explicit AFLAGS... no
checking for explicit CFLAGS... -g -O2
checking for explicit CXXFLAGS... no
checking for explicit OBJCFLAGS... no
checking for explicit OBJCXXFLAGS... no
checking for explicit LDFLAGS... no
checking which package format to use... none
checking how to run the C preprocessor... /usr/bin/ccache gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking whether to turn warnings to errors... no
checking whether to have assert to abort in release code... no
checking whether to use ooenv for the instdir installation... yes
checking whether to enable CUPS support... yes
checking whether cups support is present... checking for cupsPrintFiles in -lcups... yes
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FONTCONFIG... yes
checking whether we want to fetch tarballs... "yes, if we use them"
checking whether to build help... no
checking whether to include MySpell dictionaries... no
checking whether to use dicts from external paths... yes
checking for spelling dictionary directory... file:///usr/share/hunspell
checking for hyphenation patterns directory... file:///usr/share/hyphen
checking for thesaurus directory... file:///usr/share/mythes
checking whether to enable pch feature... no
checking the GNU Make version... /usr/bin/make 3.82
checking whether GNU Make supports the 'file' function... no
checking for --hash-style gcc linker support ... gnu 
checking for perl... /usr/bin/perl
checking the Perl version... checked (perl 5)
checking for required Perl modules... all modules found
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ar... ar
checking for nm... nm
checking for ranlib... ranlib
checking for objdump... objdump
checking for readelf... readelf
checking for strip... strip
checking for ANSI C header files... (cached) yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking the GNU C++ compiler version... checked (g++ 4.8.2)
checking how to run the C++ preprocessor... g++ -E
checking whether g++ is broken with boost.thread... yes
checking whether g++ is already ccached... no
checking how to run the C++ preprocessor... g++ -E
checking how to run the C preprocessor... /usr/bin/ccache gcc -E
checking size of long... 4
checking size of short... 2
checking size of int... 4
checking size of long long... 8
checking size of double... 8
checking size of void*... 4
checking alignment of short... 2
checking alignment of int... 4
checking alignment of long... 4
checking alignment of double... 4
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking whether to enable runtime optimizations... yes
checking valgrind/valgrind.h usability... yes
checking valgrind/valgrind.h presence... yes
checking for valgrind/valgrind.h... yes
checking sys/sdt.h usability... no
checking sys/sdt.h presence... no
checking for sys/sdt.h... no
checking whether /usr/bin/ccache g++ supports thread safe statics... yes
checking whether /usr/bin/ccache gcc supports -fvisibility=hidden... yes
checking whether /usr/bin/ccache gcc supports -mno-avx... yes
checking whether /usr/bin/ccache gcc supports -fstack-protector-strong... no
checking whether /usr/bin/ccache gcc supports atomic functions... yes
checking whether /usr/bin/ccache gcc supports __attribute__((deprecated(message)))... yes
checking whether /usr/bin/ccache g++ declares __cxa_allocate_exception in cxxabi.h... yes
checking whether /usr/bin/ccache g++ declares __cxa_get_globals in cxxabi.h... yes
checking whether /usr/bin/ccache g++ declares __cxa_throw in cxxabi.h... yes
checking whether STL uses __attribute__((warn_unused))... no
checking whether /usr/bin/ccache g++ supports __attribute__((warn_unused))... no
checking What the C++ library is... GNU libstdc++
checking whether /usr/bin/ccache g++ supports C++14 or C++11... yes (-std=gnu++1y)
checking whether using C++11 causes libstdc++ 4.7.0/4.7.1 ABI breakage... no
checking whether /usr/bin/ccache g++ supports C++11 without Language Defect 757... yes
checking whether /usr/bin/ccache g++ supports C++11 without __float128 compile error... yes
checking whether /usr/bin/ccache g++ supports C++11 constexpr... yes
checking whether /usr/bin/ccache g++ supports C++14 constexpr... no
checking whether /usr/bin/ccache g++ supports C++11 ref-qualifier... yes
checking whether /usr/bin/ccache g++ supports C++14 sized deallocation... no
checking whether /usr/bin/ccache g++ supports _Pragma operator... yes
checking if STL headers are visibility safe (GCC bug 22482)... yes
checking if gcc is -fvisibility-inlines-hidden safe with STL headers... yes
checking if gcc is -fvisibility-inlines-hidden safe (Clang bug 11250)... yes
checking if gcc has a visibility bug with class-level attributes (GCC bug 26905)... no
checking whether /usr/bin/ccache g++ supports -fno-default-inline... yes
checking whether /usr/bin/ccache g++ supports -fno-enforce-eh-specs... yes
checking which memory allocator to use... internal
checking for posix_fallocate... yes
checking whether to add custom build version... no
checking for java... /home/yugiohjcj/documents/downloads/software/jdk1.8.0_05/bin/java
checking the installed JDK... checked (JDK 1.8.0_05)
checking for javac... /home/yugiohjcj/documents/downloads/software/jdk1.8.0_05/bin/javac
checking for javadoc... /home/yugiohjcj/documents/downloads/software/jdk1.8.0_05/bin/javadoc
checking for JAWT lib... -L/home/yugiohjcj/documents/downloads/software/jdk1.8.0_05/jre/lib/i386 
-ljawt
checking which C preprocessor to use in idlc... ucpp
checking which ucpp tp use... internal
checking whether to enable EPM for packing... no
checking for gperf... /usr/bin/gperf
checking gperf version... OK
checking for doxygen... /usr/bin/doxygen
checking whether to build the ODK... yes
checking whether to build unowinreg.dll... no
checking which zlib to use... external
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for deflate in -lz... yes
checking which libjpeg to use... internal, jpeg
checking which clucene to use... internal
checking which expat to use... internal
checking whether to enable Embedded OpenType support... no
checking which librevenge to use... internal
checking which libebook to use... internal
checking which libetonyek to use... internal
checking which libfreehand to use... internal
checking which libodfgen to use... internal
checking which libcdr to use... internal
checking which libmspub to use... internal
checking which libmwaw to use... internal
checking which libpagemaker to use... internal
checking which libvisio to use... internal
checking which libcmis to use... internal
checking which libwpd to use... internal
checking which lcms2 to use... internal
checking which cppunit to use... internal
checking whether freetype is available... checking for FREETYPE... yes
checking for FT_Face_GetCharVariantIndex... yes
checking which libabw to use... internal
checking which libwps to use... internal
checking which libwpg to use... internal
checking which libxslt to use... external
checking for LIBXSLT... yes
checking for LIBEXSLT... yes
checking for xsltproc... /usr/bin/xsltproc
checking which libxml to use... external
checking for LIBXML... yes
checking for xmllint... /usr/bin/xmllint
checking for a Python interpreter with version >= 2.6... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking which Python to use for Pyuno... checking for a Python interpreter with version >= 3.3... 
python3
checking for python3... /usr/bin/python3
checking for python3 version... 3.4
checking for python3 platform... linux
checking for python3 script directory... ${prefix}/lib/python3.4/site-packages
checking for python3 extension module directory... ${exec_prefix}/lib/python3.4/site-packages
system
checking for a Python interpreter with version >= 3.3... python3
checking for python3... /usr/bin/python3
checking for python3 version... 3.4
checking for python3 platform... linux
checking for python3 script directory... ${prefix}/lib/python3.4/site-packages
checking for python3 extension module directory... ${exec_prefix}/lib/python3.4/site-packages
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking for correct python library version... ok
checking whether to build the MariaDB/MySQL Connector extension... no
checking which hsqldb to use... internal
checking whether hsqldb should be built with JDBC 4.1... yes
checking for library containing com_err... -lcom_err
checking for library containing krb5_sendauth... -lkrb5
checking for library containing gss_init_sec_context... -lgssapi_krb5
checking PostgreSQL C interface... internal
checking which Firebird to use... internal
checking which libcurl to use... internal
checking which boost to use... internal
checking which mdds to use... internal
checking which glm to use... internal
checking which glew to use... internal
checking which odbc headers to use... internal
checking which openldap library to use... internal
checking which TLS/SSL and cryptographic implementation to use... NSS
checking which nss to use... internal
checking which sane header to use... internal
checking which icu to use... internal
checking whether to enable graphite support... yes
checking which graphite to use... internal
checking whether to enable orcus... yes
checking which orcus to use... internal
checking whether to enable HarfBuzz support... yes
checking which harfbuzz to use... internal
checking whether to use X11... TRUE
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenDisplay in -lX11... yes
checking for X11/Composite.h... yes
checking for X11/extensions/shape.h... yes
checking X11/ICE/ICElib.h usability... yes
checking X11/ICE/ICElib.h presence... yes
checking for X11/ICE/ICElib.h... yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking for SmcOpenConnection in -lSM... yes
checking whether to use Xrender... yes
checking for XRENDER... yes
checking for XRenderQueryVersion in -lXrender... yes
checking X11/extensions/Xrender.h usability... yes
checking X11/extensions/Xrender.h presence... yes
checking for X11/extensions/Xrender.h... yes
checking whether to enable RandR support... yes
checking for XRANDR... yes
checking for webdav library... neon
checking which neon to use... internal
checking whether to execute CVE tests... yes
checking whether to execute chart XShape tests... no
checking whether to disable OpenSSL usage... no
checking which openssl to use... internal
checking whether to use gnutls... no
checking which redland to use... internal
checking which libhunspell to use... internal
checking which altlinuxhyph to use... internal
checking which mythes to use... internal
checking whether to build with CoinMP... yes
checking whether to build with lpsolve... yes
checking which lpsolve to use... internal
checking which libexttextcat to use... internal
checking whether libc is >= 2.1.1... yes
checking for uuidgen... /usr/bin/uuidgen
checking for bison... /usr/bin/bison
checking the bison version... checking for flex... /usr/bin/flex
checking the flex version... checking for patch... /usr/bin/patch
checking for gnucp... no
checking for cp... /bin/cp
checking whether /bin/cp is GNU cp from coreutils with preserve= support... yes
checking for zip... /usr/bin/zip
checking for unzip... /usr/bin/unzip
checking for touch... /bin/touch
checking Type to use for Device Pixel coordinates... sal_Int32
checking for GTK3... yes
checking for gobject-introspection... yes
configure: VCLplugs to be built: gtk gtk3
checking whether to enable DBUS support... yes
checking for DBUS... yes
checking whether to enable font install via packagekit... no
checking whether to enable Impress remote control... yes
checking whether to enable Bluetooth support in Impress remote control... yes
checking which Bluetooth header to use... internal
checking for GTK... yes
checking for GTHREAD... yes
checking whether to enable Gtk print dialog support... checking for GTK_PRINT... yes
checking whether to enable GIO support... checking for GIO... yes
checking whether to enable Telepathy support... no
checking whether to enable the new GStreamer 1.0 avmedia backend... yes
checking for GSTREAMER_1_0... yes
checking whether to enable the GStreamer 0.10 avmedia backend... no
checking whether to enable the VLC avmedia backend... no
checking whether to enable glTF support... yes
checking whether to enable COLLADA support... yes
checking which OPENCOLLADA to use... internal
checking which collada2gltf to use... internal
checking for DCONF... yes
checking whether to enable dconf... yes
checking whether to build the PDF import feature... yes
checking which PDF import backend to use... internal
checking whether to build the Wiki Publisher extension... no
checking whether to build the Report Builder... yes
checking which jfreereport libs to use... internal
checking which Apache commons-* libs to use... internal
checking whether to build support for scripts in BeanShell... yes
checking which beanshell to use... internal
checking whether to build support for scripts in JavaScript... yes
checking which rhino to use... internal
checking whether to enable evolution 2 support... no
checking whether to enable TDE address book support... no
checking which themes to include...  breeze galaxy hicontrast oxygen sifr tango tango_testing 
checking for helppack integration... integration
checking for extensions integration... yes, use integration
checking for building the Watch Window extension... no
checking for building the SmART Gallery (Diagram) extension... no
checking for building the Validator extension... no
checking for building the Barcode extension... no
checking for building the ConvertTextToNumber extension... no
checking for building the Numbertext extension... no
checking for building the Hungarian Cross-reference Toolbar extension... no
checking for building the Typography Toolbar extension... no
checking for building the Google Docs extension... no
checking for building the NLPSolver extension... no
checking for building the LanguageTool extension... no
checking for Sun Professional Template Pack integration (only supported languages displayed)... no 
integration
checking whether to include third-party fonts... yes
checking whether to include extra galleries... no
checking whether to include extra templates... no
checking whether to include extra samples... no
checking whether to include extra fonts... no
checking whether to enable online update... no
checking whether to enable extension update... yes
checking whether to create MSI with LIMITUI=1 (silent install)... no
checking whether and how to use Xinerama... yes, with dynamic linking
checking X11/extensions/Xinerama.h usability... yes
checking X11/extensions/Xinerama.h presence... yes
checking for X11/extensions/Xinerama.h... yes
checking for XineramaIsActive in -lXinerama... yes
checking whether to use the system cairo... yes
checking for CAIRO... yes
checking whether Xrender.h defines PictStandardA8... yes
checking whether to use liblangtag... yes
checking whether to use system liblangtag... no
checking which libpng to use... internal
checking whether to use specific JVM search path at runtime... no
checking for jakarta-ant... no
checking for ant... /home/yugiohjcj/documents/downloads/software/apache-ant-1.9.4/bin/ant
checking if /home/yugiohjcj/documents/downloads/software/apache-ant-1.9.4/bin/ant works... Ant works
checking Ant lib directory... Ant lib directory found.
checking whether Ant is >= 1.6.0... yes, 1.9.4
checking which languages to be built... en-US
checking for alternative branding images directory... none
checking for 'intro' progress settings... none
checking for extra build ID... not set
checking for vendor... not set, using yugiohjcj
checking whether to install the compat oo* wrappers... no
checking for install dirname... libreoffice
checking for prefix... /usr/local
checking for Google Drive client id and secret... set
checking for Alfresco Cloud client id and secret... set
checking for OneDrive client id and secret... set
checking whether to enable dependency tracking... yes
checking for number of processors to use... 2
checking whether C++11 use of const_iterator in standard containers is broken... yes
checking whether /usr/bin/ccache g++ has broken static initializer_list support... no
checking whether to create huge library... no
checking whether to create hardlinks for delivering files... no
checking whether to use icerun wrapper... no
checking MPL subset... no restrictions
configure: setting up the build environment variables...
configure: creating ./config.status
config.status: creating config_host.mk
config.status: creating config_host_lang.mk
config.status: creating Makefile
config.status: creating lo.xcent
config.status: creating instsetoo_native/util/openoffice.lst
config.status: creating sysui/desktop/macosx/Info.plist
config.status: creating ios/lo.xcconfig
config.status: creating config_host/config_probes.h
config.status: creating config_host/config_buildid.h
config.status: creating config_host/config_clang.h
config.status: creating config_host/config_dconf.h
config.status: creating config_host/config_eot.h
config.status: creating config_host/config_extension_update.h
config.status: creating config_host/config_cairo_canvas.h
config.status: creating config_host/config_cups.h
config.status: creating config_host/config_features.h
config.status: creating config_host/config_folders.h
config.status: creating config_host/config_gcc.h
config.status: creating config_host/config_global.h
config.status: creating config_host/config_graphite.h
config.status: creating config_host/config_java.h
config.status: creating config_host/config_lgpl.h
config.status: creating config_host/config_liblangtag.h
config.status: creating config_host/config_locales.h
config.status: creating config_host/config_mpl.h
config.status: creating config_host/config_orcus.h
config.status: creating config_host/config_kde4.h
config.status: creating config_host/config_oox.h
config.status: creating config_host/config_opengl.h
config.status: creating config_host/config_options.h
config.status: creating config_host/config_test.h
config.status: creating config_host/config_telepathy.h
config.status: creating config_host/config_typesizes.h
config.status: creating config_host/config_vcl.h
config.status: creating config_host/config_vclplug.h
config.status: creating config_host/config_version.h
config.status: creating config_host/config_oauth2.h
config.status: creating config_host/config_poppler.h
config.status: creating config_host/config_python.h
config.status: creating config_host/config_writerperfect.h
****************************************************************************

To build, run:
/usr/bin/make

To view some help, run:
/usr/bin/make help

After the build has finished, you can immediately run it using:
instdir/program/soffice

If you want to run the smoketest, run:
/usr/bin/make check

$ make CppunitTest_sc_ucalc
cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/libabw-0.1.1.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum libabw-0.1.1.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"7a3815b506d064313ba309617b6f5a0b"; then echo ERROR: expected checksum for libabw-0.1.1.tar.bz2 is 
7a3815b506d064313ba309617b6f5a0b 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv libabw-0.1.1.tar.bz2 ../ 
--2016-01-23 02:11:07--  http://dev-www.libreoffice.org/src/libabw-0.1.1.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 369311 (361K) [application/x-bzip]
Saving to: ‘./libabw-0.1.1.tar.bz2’

     0K .....                                                100%  750K=0.5s

2016-01-23 02:11:07 (750 KB/s) - ‘./libabw-0.1.1.tar.bz2’ saved [369311/369311]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/commons-logging-1.2-src.tar.gz 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
commons-logging-1.2-src.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"ce977548f1cbf46918e93cd38ac35163"; then echo ERROR: expected checksum for 
commons-logging-1.2-src.tar.gz is ce977548f1cbf46918e93cd38ac35163 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv commons-logging-1.2-src.tar.gz ../ 
--2016-01-23 02:11:07--  http://dev-www.libreoffice.org/src/commons-logging-1.2-src.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 188536 (184K) [application/x-gzip]
Saving to: ‘./commons-logging-1.2-src.tar.gz’

     0K ..                                                   100%  604K=0.3s

2016-01-23 02:11:08 (604 KB/s) - ‘./commons-logging-1.2-src.tar.gz’ saved [188536/188536]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/boost_1_59_0.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum boost_1_59_0.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"6aa9a5c6a4ca1016edd0ed1178e3cb87"; then echo ERROR: expected checksum for boost_1_59_0.tar.bz2 is 
6aa9a5c6a4ca1016edd0ed1178e3cb87 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv boost_1_59_0.tar.bz2 ../ 
--2016-01-23 02:11:08--  http://dev-www.libreoffice.org/src/boost_1_59_0.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 70389425 (67M) [application/x-bzip]
Saving to: ‘./boost_1_59_0.tar.bz2’

     0K ........ ........ ........ ........ ........ ........  4% 1.37M 47s
  3072K ........ ........ ........ ........ ........ ........  8% 1.79M 39s
  6144K ........ ........ ........ ........ ........ ........ 13% 1.64M 37s
  9216K ........ ........ ........ ........ ........ ........ 17% 1.65M 35s
 12288K ........ ........ ........ ........ ........ ........ 22% 1.33M 34s
 15360K ........ ........ ........ ........ ........ ........ 26% 1.40M 33s
 18432K ........ ........ ........ ........ ........ ........ 31% 1.46M 31s
 21504K ........ ........ ........ ........ ........ ........ 35% 1.74M 28s
 24576K ........ ........ ........ ........ ........ ........ 40% 1.75M 26s
 27648K ........ ........ ........ ........ ........ ........ 44% 1.83M 24s
 30720K ........ ........ ........ ........ ........ ........ 49% 1.52M 22s
 33792K ........ ........ ........ ........ ........ ........ 53% 1.62M 20s
 36864K ........ ........ ........ ........ ........ ........ 58% 1.68M 18s
 39936K ........ ........ ........ ........ ........ ........ 62% 1.77M 16s
 43008K ........ ........ ........ ........ ........ ........ 67% 1.77M 14s
 46080K ........ ........ ........ ........ ........ ........ 71% 1.80M 12s
 49152K ........ ........ ........ ........ ........ ........ 75% 1.66M 10s
 52224K ........ ........ ........ ........ ........ ........ 80% 1.61M 8s
 55296K ........ ........ ........ ........ ........ ........ 84% 1.36M 6s
 58368K ........ ........ ........ ........ ........ ........ 89% 1.42M 4s
 61440K ........ ........ ........ ........ ........ ........ 93% 1.50M 3s
 64512K ........ ........ ........ ........ ........ ........ 98% 1.70M 1s
 67584K ........ ........ ..                                 100% 1.68M=42s

2016-01-23 02:11:50 (1.59 MB/s) - ‘./boost_1_59_0.tar.bz2’ saved [70389425/70389425]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/ec1941a74d3ef513c4ce57a9092b74e1-bsh-2.0b5-src.zip 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
ec1941a74d3ef513c4ce57a9092b74e1-bsh-2.0b5-src.zip | sed "s/ .*//"` && if test "$SUM" != 
"ec1941a74d3ef513c4ce57a9092b74e1"; then echo ERROR: expected checksum for 
ec1941a74d3ef513c4ce57a9092b74e1-bsh-2.0b5-src.zip is ec1941a74d3ef513c4ce57a9092b74e1 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
ec1941a74d3ef513c4ce57a9092b74e1-bsh-2.0b5-src.zip ../ 
--2016-01-23 02:11:50--  
http://dev-www.libreoffice.org/src/ec1941a74d3ef513c4ce57a9092b74e1-bsh-2.0b5-src.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1982036 (1.9M) [application/zip]
Saving to: ‘./ec1941a74d3ef513c4ce57a9092b74e1-bsh-2.0b5-src.zip’

     0K ........ ........ ........ ......                    100% 1.37M=1.4s

2016-01-23 02:11:52 (1.37 MB/s) - ‘./ec1941a74d3ef513c4ce57a9092b74e1-bsh-2.0b5-src.zip’ saved 
[1982036/1982036]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/libcdr-0.1.2.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum libcdr-0.1.2.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"6e3062b55b149d7b3c6aedb3bb5b86e2"; then echo ERROR: expected checksum for libcdr-0.1.2.tar.bz2 is 
6e3062b55b149d7b3c6aedb3bb5b86e2 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv libcdr-0.1.2.tar.bz2 ../ 
--2016-01-23 02:11:52--  http://dev-www.libreoffice.org/src/libcdr-0.1.2.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 696296 (680K) [application/x-bzip]
Saving to: ‘./libcdr-0.1.2.tar.bz2’

     0K ........ ..                                          100%  872K=0.8s

2016-01-23 02:11:53 (872 KB/s) - ‘./libcdr-0.1.2.tar.bz2’ saved [696296/696296]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum 48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz | sed "s/ .*//"` && if 
test "$SUM" != "48d647fbd8ef8889e5a7f422c1bfda94"; then echo ERROR: expected checksum for 
48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz is 48d647fbd8ef8889e5a7f422c1bfda94 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz ../ 
--2016-01-23 02:11:53--  
http://dev-www.libreoffice.org/src/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2241498 (2.1M) [application/x-gzip]
Saving to: ‘./48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz’

     0K ........ ........ ........ ........ ..               100% 1.24M=1.7s

2016-01-23 02:11:55 (1.24 MB/s) - 
‘./48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz’ saved [2241498/2241498]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"5821b806a98e6c38370970e682ce76e8"; then echo ERROR: expected checksum for 
5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz is 5821b806a98e6c38370970e682ce76e8 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz ../ 
--2016-01-23 02:11:55--  
http://dev-www.libreoffice.org/src/5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 738119 (721K) [application/x-gzip]
Saving to: ‘./5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz’

     0K ........ ...                                         100%  997K=0.7s

2016-01-23 02:11:56 (997 KB/s) - ‘./5821b806a98e6c38370970e682ce76e8-libcmis-0.5.0.tar.gz’ 
saved [738119/738119]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/CoinMP-1.7.6.tgz 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
CoinMP-1.7.6.tgz | sed "s/ .*//"` && if test "$SUM" != "1cce53bf4b40ae29790d2c5c9f8b1129"; then 
echo ERROR: expected checksum for CoinMP-1.7.6.tgz is 1cce53bf4b40ae29790d2c5c9f8b1129 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv CoinMP-1.7.6.tgz ../ 
--2016-01-23 02:11:56--  http://dev-www.libreoffice.org/src/CoinMP-1.7.6.tgz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10343849 (9.9M) [application/x-gzip]
Saving to: ‘./CoinMP-1.7.6.tgz’

     0K ........ ........ ........ ........ ........ ........ 30% 1.41M 5s
  3072K ........ ........ ........ ........ ........ ........ 60% 1.77M 2s
  6144K ........ ........ ........ ........ ........ ........ 91% 1.68M 1s
  9216K ........ .....                                       100% 1.55M=6.2s

2016-01-23 02:12:03 (1.60 MB/s) - ‘./CoinMP-1.7.6.tgz’ saved [10343849/10343849]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 | sed "s/ 
.*//"` && if test "$SUM" != "4b87018f7fff1d054939d19920b751a0"; then echo ERROR: expected checksum 
for 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 is 
4b87018f7fff1d054939d19920b751a0 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 ../ 
--2016-01-23 02:12:03--  
http://dev-www.libreoffice.org/src/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 555291 (542K) [application/x-bzip]
Saving to: ‘./4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2’

     0K ........                                             100%  767K=0.7s

2016-01-23 02:12:04 (767 KB/s) - 
‘./4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2’ saved 
[555291/555291]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/cppunit-1.13.2.tar.gz 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum cppunit-1.13.2.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"d1c6bdd5a76c66d2c38331e2d287bc01"; then echo ERROR: expected checksum for cppunit-1.13.2.tar.gz is 
d1c6bdd5a76c66d2c38331e2d287bc01 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv cppunit-1.13.2.tar.gz ../ 
--2016-01-23 02:12:04--  http://dev-www.libreoffice.org/src/cppunit-1.13.2.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 953596 (931K) [application/x-gzip]
Saving to: ‘./cppunit-1.13.2.tar.gz’

     0K ........ ......                                      100%  855K=1.1s

2016-01-23 02:12:05 (855 KB/s) - ‘./cppunit-1.13.2.tar.gz’ saved [953596/953596]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/curl-7.43.0.tar.bz2 2>&1 
| tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
curl-7.43.0.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "11bddbb452a8b766b932f859aaeeed39"; then 
echo ERROR: expected checksum for curl-7.43.0.tar.bz2 is 11bddbb452a8b766b932f859aaeeed39 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv curl-7.43.0.tar.bz2 ../ 
--2016-01-23 02:12:05--  http://dev-www.libreoffice.org/src/curl-7.43.0.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3363770 (3.2M) [application/x-bzip]
Saving to: ‘./curl-7.43.0.tar.bz2’

     0K ........ ........ ........ ........ ........ ........ 93% 1.25M 0s
  3072K ...                                                  100% 1.96M=2.5s

2016-01-23 02:12:08 (1.28 MB/s) - ‘./curl-7.43.0.tar.bz2’ saved [3363770/3363770]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/libe-book-0.1.2.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum libe-book-0.1.2.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"6b48eda57914e6343efebc9381027b78"; then echo ERROR: expected checksum for libe-book-0.1.2.tar.bz2 
is 6b48eda57914e6343efebc9381027b78 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv libe-book-0.1.2.tar.bz2 ../ 
--2016-01-23 02:12:08--  http://dev-www.libreoffice.org/src/libe-book-0.1.2.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 465922 (455K) [application/x-bzip]
Saving to: ‘./libe-book-0.1.2.tar.bz2’

     0K .......                                              100%  923K=0.5s

2016-01-23 02:12:08 (923 KB/s) - ‘./libe-book-0.1.2.tar.bz2’ saved [465922/465922]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/libetonyek-0.1.6.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum libetonyek-0.1.6.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"77ff46936dcc83670557274e7dd2aa33"; then echo ERROR: expected checksum for libetonyek-0.1.6.tar.bz2 
is 77ff46936dcc83670557274e7dd2aa33 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv libetonyek-0.1.6.tar.bz2 ../ 
--2016-01-23 02:12:08--  http://dev-www.libreoffice.org/src/libetonyek-0.1.6.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1696455 (1.6M) [application/x-bzip]
Saving to: ‘./libetonyek-0.1.6.tar.bz2’

     0K ........ ........ ........ .                         100% 1.01M=1.6s

2016-01-23 02:12:10 (1.01 MB/s) - ‘./libetonyek-0.1.6.tar.bz2’ saved [1696455/1696455]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/dd7dab7a5fea97d2a6a43f511449b7cd-expat-2.1.0.tar.gz 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
dd7dab7a5fea97d2a6a43f511449b7cd-expat-2.1.0.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"dd7dab7a5fea97d2a6a43f511449b7cd"; then echo ERROR: expected checksum for 
dd7dab7a5fea97d2a6a43f511449b7cd-expat-2.1.0.tar.gz is dd7dab7a5fea97d2a6a43f511449b7cd 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
dd7dab7a5fea97d2a6a43f511449b7cd-expat-2.1.0.tar.gz ../ 
--2016-01-23 02:12:10--  
http://dev-www.libreoffice.org/src/dd7dab7a5fea97d2a6a43f511449b7cd-expat-2.1.0.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 562616 (549K) [application/x-gzip]
Saving to: ‘./dd7dab7a5fea97d2a6a43f511449b7cd-expat-2.1.0.tar.gz’

     0K ........                                             100%  799K=0.7s

2016-01-23 02:12:11 (799 KB/s) - ‘./dd7dab7a5fea97d2a6a43f511449b7cd-expat-2.1.0.tar.gz’ saved 
[562616/562616]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/Firebird-2.5.4.26856-0.tar.bz2 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
Firebird-2.5.4.26856-0.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"7a17ec9889424b98baa29e001a054434"; then echo ERROR: expected checksum for 
Firebird-2.5.4.26856-0.tar.bz2 is 7a17ec9889424b98baa29e001a054434 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv Firebird-2.5.4.26856-0.tar.bz2 ../ 
--2016-01-23 02:12:11--  http://dev-www.libreoffice.org/src/Firebird-2.5.4.26856-0.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 13744859 (13M) [application/x-bzip]
Saving to: ‘./Firebird-2.5.4.26856-0.tar.bz2’

     0K ........ ........ ........ ........ ........ ........ 22% 1.07M 9s
  3072K ........ ........ ........ ........ ........ ........ 45% 1.74M 5s
  6144K ........ ........ ........ ........ ........ ........ 68% 1.84M 3s
  9216K ........ ........ ........ ........ ........ ........ 91% 1.65M 1s
 12288K ........ ........ .                                  100% 1.66M=8.7s

2016-01-23 02:12:20 (1.52 MB/s) - ‘./Firebird-2.5.4.26856-0.tar.bz2’ saved [13744859/13744859]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/libfreehand-0.1.1.tar.bz2 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
libfreehand-0.1.1.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "8cf70c5dc4d24d2dc4a107f509d2d6d7"; 
then echo ERROR: expected checksum for libfreehand-0.1.1.tar.bz2 is 
8cf70c5dc4d24d2dc4a107f509d2d6d7 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv libfreehand-0.1.1.tar.bz2 ../ 
--2016-01-23 02:12:20--  http://dev-www.libreoffice.org/src/libfreehand-0.1.1.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 597212 (583K) [application/x-bzip]
Saving to: ‘./libfreehand-0.1.1.tar.bz2’

     0K ........ .                                           100% 1.06M=0.5s

2016-01-23 02:12:21 (1.06 MB/s) - ‘./libfreehand-0.1.1.tar.bz2’ saved [597212/597212]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/3941e9cab2f4f9d8faee3e8d57ae7664-glew-1.12.0.zip 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
3941e9cab2f4f9d8faee3e8d57ae7664-glew-1.12.0.zip | sed "s/ .*//"` && if test "$SUM" != 
"3941e9cab2f4f9d8faee3e8d57ae7664"; then echo ERROR: expected checksum for 
3941e9cab2f4f9d8faee3e8d57ae7664-glew-1.12.0.zip is 3941e9cab2f4f9d8faee3e8d57ae7664 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
3941e9cab2f4f9d8faee3e8d57ae7664-glew-1.12.0.zip ../ 
--2016-01-23 02:12:21--  
http://dev-www.libreoffice.org/src/3941e9cab2f4f9d8faee3e8d57ae7664-glew-1.12.0.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 925313 (904K) [application/zip]
Saving to: ‘./3941e9cab2f4f9d8faee3e8d57ae7664-glew-1.12.0.zip’

     0K ........ ......                                      100% 1.23M=0.7s

2016-01-23 02:12:22 (1.23 MB/s) - ‘./3941e9cab2f4f9d8faee3e8d57ae7664-glew-1.12.0.zip’ saved 
[925313/925313]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip | sed "s/ .*//"` && if 
test "$SUM" != "bae83fa5dc7f081768daace6e199adc3"; then echo ERROR: expected checksum for 
bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip is bae83fa5dc7f081768daace6e199adc3 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip ../ 
--2016-01-23 02:12:22--  
http://dev-www.libreoffice.org/src/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5290295 (5.0M) [application/zip]
Saving to: ‘./bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip’

     0K ........ ........ ........ ........ ........ ........ 59% 1.10M 2s
  3072K ........ ........ ........ ........                  100% 1.81M=3.8s

2016-01-23 02:12:26 (1.31 MB/s) - 
‘./bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip’ saved [5290295/5290295]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/5c0c9ac0996fbb4a0e17780ff5441959-graphite2-minimal-1.3.4.tgz 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum 5c0c9ac0996fbb4a0e17780ff5441959-graphite2-minimal-1.3.4.tgz | sed "s/ .*//"` && if 
test "$SUM" != "5c0c9ac0996fbb4a0e17780ff5441959"; then echo ERROR: expected checksum for 
5c0c9ac0996fbb4a0e17780ff5441959-graphite2-minimal-1.3.4.tgz is 5c0c9ac0996fbb4a0e17780ff5441959 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
5c0c9ac0996fbb4a0e17780ff5441959-graphite2-minimal-1.3.4.tgz ../ 
--2016-01-23 02:12:26--  
http://dev-www.libreoffice.org/src/5c0c9ac0996fbb4a0e17780ff5441959-graphite2-minimal-1.3.4.tgz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 156569 (153K) [application/x-gzip]
Saving to: ‘./5c0c9ac0996fbb4a0e17780ff5441959-graphite2-minimal-1.3.4.tgz’

     0K ..                                                   100%  606K=0.3s

2016-01-23 02:12:26 (606 KB/s) - 
‘./5c0c9ac0996fbb4a0e17780ff5441959-graphite2-minimal-1.3.4.tgz’ saved [156569/156569]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/harfbuzz-0.9.40.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum harfbuzz-0.9.40.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"0e27e531f4c4acff601ebff0957755c2"; then echo ERROR: expected checksum for harfbuzz-0.9.40.tar.bz2 
is 0e27e531f4c4acff601ebff0957755c2 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv harfbuzz-0.9.40.tar.bz2 ../ 
--2016-01-23 02:12:26--  http://dev-www.libreoffice.org/src/harfbuzz-0.9.40.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1182989 (1.1M) [application/x-bzip]
Saving to: ‘./harfbuzz-0.9.40.tar.bz2’

     0K ........ ........ ..                                 100% 1.43M=0.8s

2016-01-23 02:12:27 (1.43 MB/s) - ‘./harfbuzz-0.9.40.tar.bz2’ saved [1182989/1182989]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip | sed "s/ .*//"` && if test "$SUM" != 
"17410483b5b5f267aa18b7e00b65e6e0"; then echo ERROR: expected checksum for 
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip is 17410483b5b5f267aa18b7e00b65e6e0 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ../ 
--2016-01-23 02:12:27--  
http://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3519470 (3.4M) [application/zip]
Saving to: ‘./17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip’

     0K ........ ........ ........ ........ ........ ........ 89% 1.61M 0s
  3072K .....                                                100% 1.92M=2.1s

2016-01-23 02:12:30 (1.63 MB/s) - ‘./17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip’ saved 
[3519470/3519470]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/4967da60b23413604c9e563beacc63b4-hunspell-1.3.3.tar.gz 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
4967da60b23413604c9e563beacc63b4-hunspell-1.3.3.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"4967da60b23413604c9e563beacc63b4"; then echo ERROR: expected checksum for 
4967da60b23413604c9e563beacc63b4-hunspell-1.3.3.tar.gz is 4967da60b23413604c9e563beacc63b4 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
4967da60b23413604c9e563beacc63b4-hunspell-1.3.3.tar.gz ../ 
--2016-01-23 02:12:30--  
http://dev-www.libreoffice.org/src/4967da60b23413604c9e563beacc63b4-hunspell-1.3.3.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 986081 (963K) [application/x-gzip]
Saving to: ‘./4967da60b23413604c9e563beacc63b4-hunspell-1.3.3.tar.gz’

     0K ........ .......                                     100% 1.36M=0.7s

2016-01-23 02:12:30 (1.36 MB/s) - ‘./4967da60b23413604c9e563beacc63b4-hunspell-1.3.3.tar.gz’ 
saved [986081/986081]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"5ade6ae2a99bc1e9e57031ca88d36dad"; then echo ERROR: expected checksum for 
5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz is 5ade6ae2a99bc1e9e57031ca88d36dad 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz ../ 
--2016-01-23 02:12:31--  
http://dev-www.libreoffice.org/src/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 638369 (623K) [application/x-gzip]
Saving to: ‘./5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz’

     0K ........ .                                           100% 1.17M=0.5s

2016-01-23 02:12:31 (1.17 MB/s) - ‘./5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz’ 
saved [638369/638369]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/c4a2d71ff56aec5ebfab2a3f059be99d-icu4c-56_1-src.tgz 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
c4a2d71ff56aec5ebfab2a3f059be99d-icu4c-56_1-src.tgz | sed "s/ .*//"` && if test "$SUM" != 
"c4a2d71ff56aec5ebfab2a3f059be99d"; then echo ERROR: expected checksum for 
c4a2d71ff56aec5ebfab2a3f059be99d-icu4c-56_1-src.tgz is c4a2d71ff56aec5ebfab2a3f059be99d 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
c4a2d71ff56aec5ebfab2a3f059be99d-icu4c-56_1-src.tgz ../ 
--2016-01-23 02:12:31--  
http://dev-www.libreoffice.org/src/c4a2d71ff56aec5ebfab2a3f059be99d-icu4c-56_1-src.tgz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 25721871 (25M) [application/x-gzip]
Saving to: ‘./c4a2d71ff56aec5ebfab2a3f059be99d-icu4c-56_1-src.tgz’

     0K ........ ........ ........ ........ ........ ........ 12% 1.62M 13s
  3072K ........ ........ ........ ........ ........ ........ 24% 1.78M 11s
  6144K ........ ........ ........ ........ ........ ........ 36% 1.75M 9s
  9216K ........ ........ ........ ........ ........ ........ 48% 1.78M 7s
 12288K ........ ........ ........ ........ ........ ........ 61% 1.72M 6s
 15360K ........ ........ ........ ........ ........ ........ 73% 1.50M 4s
 18432K ........ ........ ........ ........ ........ ........ 85% 1.58M 2s
 21504K ........ ........ ........ ........ ........ ........ 97% 1.60M 0s
 24576K ........                                             100% 1.65M=15s

2016-01-23 02:12:46 (1.66 MB/s) - ‘./c4a2d71ff56aec5ebfab2a3f059be99d-icu4c-56_1-src.tgz’ saved 
[25721871/25721871]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip | sed "s/ .*//"` && if test "$SUM" != 
"ba2930200c9f019c2d93a8c88c651a0f"; then echo ERROR: expected checksum for 
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip is ba2930200c9f019c2d93a8c88c651a0f 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip ../ 
--2016-01-23 02:12:46--  
http://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 743031 (726K) [application/zip]
Saving to: ‘./ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip’

     0K ........ ...                                         100% 1.10M=0.6s

2016-01-23 02:12:47 (1.10 MB/s) - ‘./ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip’ 
saved [743031/743031]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip | sed "s/ .*//"` && if test "$SUM" != 
"d8bd5eed178db6e2b18eeed243f85aa8"; then echo ERROR: expected checksum for 
d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip is d8bd5eed178db6e2b18eeed243f85aa8 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip ../ 
--2016-01-23 02:12:47--  
http://dev-www.libreoffice.org/src/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 207563 (203K) [application/zip]
Saving to: ‘./d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip’

     0K ...                                                  100%  674K=0.3s

2016-01-23 02:12:48 (674 KB/s) - ‘./d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip’ saved 
[207563/207563]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip | sed "s/ .*//"` && if test "$SUM" != 
"eeb2c7ddf0d302fba4bfc6e97eac9624"; then echo ERROR: expected checksum for 
eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip is eeb2c7ddf0d302fba4bfc6e97eac9624 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip ../ 
--2016-01-23 02:12:48--  
http://dev-www.libreoffice.org/src/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 427800 (418K) [application/zip]
Saving to: ‘./eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip’

     0K ......                                               100%  779K=0.5s

2016-01-23 02:12:48 (779 KB/s) - ‘./eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip’ saved 
[427800/427800]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip | sed "s/ .*//"` && if test "$SUM" != 
"3bdf40c0d199af31923e900d082ca2dd"; then echo ERROR: expected checksum for 
3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip is 3bdf40c0d199af31923e900d082ca2dd 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip ../ 
--2016-01-23 02:12:49--  
http://dev-www.libreoffice.org/src/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5750610 (5.5M) [application/zip]
Saving to: ‘./3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip’

     0K ........ ........ ........ ........ ........ ........ 54% 1.27M 2s
  3072K ........ ........ ........ ........ .......          100% 1.72M=3.8s

2016-01-23 02:12:52 (1.45 MB/s) - ‘./3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip’ saved 
[5750610/5750610]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip | sed "s/ .*//"` && if test "$SUM" != 
"3404ab6b1792ae5f16bbd603bd1e1d03"; then echo ERROR: expected checksum for 
3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip is 3404ab6b1792ae5f16bbd603bd1e1d03 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip ../ 
--2016-01-23 02:12:53--  
http://dev-www.libreoffice.org/src/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1180582 (1.1M) [application/zip]
Saving to: ‘./3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip’

     0K ........ ........ ..                                 100% 1.14M=1.0s

2016-01-23 02:12:54 (1.14 MB/s) - ‘./3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip’ 
saved [1180582/1180582]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip | sed "s/ .*//"` && if test "$SUM" != 
"db60e4fde8dd6d6807523deb71ee34dc"; then echo ERROR: expected checksum for 
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip is db60e4fde8dd6d6807523deb71ee34dc 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip ../ 
--2016-01-23 02:12:54--  
http://dev-www.libreoffice.org/src/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1396007 (1.3M) [application/zip]
Saving to: ‘./db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip’

     0K ........ ........ .....                              100% 1.20M=1.1s

2016-01-23 02:12:55 (1.20 MB/s) - ‘./db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip’ 
saved [1396007/1396007]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip | sed "s/ .*//"` && if test "$SUM" != 
"97b2d4dba862397f446b217e2b623e71"; then echo ERROR: expected checksum for 
97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip is 97b2d4dba862397f446b217e2b623e71 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip ../ 
--2016-01-23 02:12:55--  
http://dev-www.libreoffice.org/src/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2938721 (2.8M) [application/zip]
Saving to: ‘./97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip’

     0K ........ ........ ........ ........ ........ ....    100% 1.30M=2.1s

2016-01-23 02:12:57 (1.30 MB/s) - ‘./97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip’ 
saved [2938721/2938721]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip | sed "s/ .*//"` && if test "$SUM" != 
"8ce2fcd72becf06c41f7201d15373ed9"; then echo ERROR: expected checksum for 
8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip is 8ce2fcd72becf06c41f7201d15373ed9 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip ../ 
--2016-01-23 02:12:57--  
http://dev-www.libreoffice.org/src/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 762419 (745K) [application/zip]
Saving to: ‘./8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip’

     0K ........ ...                                         100% 1.05M=0.7s

2016-01-23 02:12:58 (1.05 MB/s) - ‘./8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip’ 
saved [762419/762419]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip | sed "s/ .*//"` && if test "$SUM" != 
"f94d9870737518e3b597f9265f4e9803"; then echo ERROR: expected checksum for 
f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip is f94d9870737518e3b597f9265f4e9803 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip ../ 
--2016-01-23 02:12:58--  
http://dev-www.libreoffice.org/src/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 211919 (207K) [application/zip]
Saving to: ‘./f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip’

     0K ...                                                  100%  695K=0.3s

2016-01-23 02:12:59 (695 KB/s) - ‘./f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip’ 
saved [211919/211919]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip | sed "s/ .*//"` && if test "$SUM" != 
"ace6ab49184e329db254e454a010f56d"; then echo ERROR: expected checksum for 
ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip is ace6ab49184e329db254e454a010f56d 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip ../ 
--2016-01-23 02:12:59--  
http://dev-www.libreoffice.org/src/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2929311 (2.8M) [application/zip]
Saving to: ‘./ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip’

     0K ........ ........ ........ ........ ........ ....    100% 1.49M=1.9s

2016-01-23 02:13:01 (1.49 MB/s) - ‘./ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip’ saved 
[2929311/2929311]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip | sed "s/ .*//"` && if test "$SUM" != 
"39bb3fcea1514f1369fcfc87542390fd"; then echo ERROR: expected checksum for 
39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip is 39bb3fcea1514f1369fcfc87542390fd 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip ../ 
--2016-01-23 02:13:01--  
http://dev-www.libreoffice.org/src/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 153157 (150K) [application/zip]
Saving to: ‘./39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip’

     0K ..                                                   100%  603K=0.2s

2016-01-23 02:13:01 (603 KB/s) - ‘./39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip’ saved 
[153157/153157]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/jpegsrc.v9a.tar.gz 2>&1 
| tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
jpegsrc.v9a.tar.gz | sed "s/ .*//"` && if test "$SUM" != "3353992aecaee1805ef4109aadd433e7"; then 
echo ERROR: expected checksum for jpegsrc.v9a.tar.gz is 3353992aecaee1805ef4109aadd433e7 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv jpegsrc.v9a.tar.gz ../ 
--2016-01-23 02:13:01--  http://dev-www.libreoffice.org/src/jpegsrc.v9a.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1000034 (977K) [application/x-gzip]
Saving to: ‘./jpegsrc.v9a.tar.gz’

     0K ........ .......                                     100% 1.20M=0.8s

2016-01-23 02:13:02 (1.20 MB/s) - ‘./jpegsrc.v9a.tar.gz’ saved [1000034/1000034]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/lcms2-2.6.tar.gz 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
lcms2-2.6.tar.gz | sed "s/ .*//"` && if test "$SUM" != "f4c08d38ceade4a664ebff7228910a33"; then 
echo ERROR: expected checksum for lcms2-2.6.tar.gz is f4c08d38ceade4a664ebff7228910a33 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv lcms2-2.6.tar.gz ../ 
--2016-01-23 02:13:02--  http://dev-www.libreoffice.org/src/lcms2-2.6.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4583389 (4.4M) [application/x-gzip]
Saving to: ‘./lcms2-2.6.tar.gz’

     0K ........ ........ ........ ........ ........ ........ 68% 1.59M 1s
  3072K ........ ........ .....                              100% 1.87M=2.6s

2016-01-23 02:13:05 (1.67 MB/s) - ‘./lcms2-2.6.tar.gz’ saved [4583389/4583389]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum 10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2 | sed "s/ .*//"` && if 
test "$SUM" != "10d61fbaa6a06348823651b1bd7940fe"; then echo ERROR: expected checksum for 
10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2 is 10d61fbaa6a06348823651b1bd7940fe 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2 ../ 
--2016-01-23 02:13:05--  
http://dev-www.libreoffice.org/src/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1129140 (1.1M) [application/x-bzip]
Saving to: ‘./10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2’

     0K ........ ........ .                                  100% 1.41M=0.8s

2016-01-23 02:13:06 (1.41 MB/s) - 
‘./10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2’ saved [1129140/1129140]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/language-subtag-registry-2015-08-04.tar.bz2 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
language-subtag-registry-2015-08-04.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"bf5986dbfa1c9a0f26cf1b00ed369484"; then echo ERROR: expected checksum for 
language-subtag-registry-2015-08-04.tar.bz2 is bf5986dbfa1c9a0f26cf1b00ed369484 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
language-subtag-registry-2015-08-04.tar.bz2 ../ 
--2016-01-23 02:13:06--  
http://dev-www.libreoffice.org/src/language-subtag-registry-2015-08-04.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 73106 (71K) [application/x-bzip]
Saving to: ‘./language-subtag-registry-2015-08-04.tar.bz2’

     0K .                                                    100%  451K=0.2s

2016-01-23 02:13:07 (451 KB/s) - ‘./language-subtag-registry-2015-08-04.tar.bz2’ saved 
[73106/73106]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"aa899eff126216dafe721149fbdb511b"; then echo ERROR: expected checksum for 
aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2 is aa899eff126216dafe721149fbdb511b 2>&1 
| tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2 ../ 
--2016-01-23 02:13:07--  
http://dev-www.libreoffice.org/src/aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 672452 (657K) [application/x-bzip]
Saving to: ‘./aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2’

     0K ........ ..                                          100%  646K=1.0s

2016-01-23 02:13:08 (646 KB/s) - ‘./aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2’ 
saved [672452/672452]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/libpng-1.6.19.tar.gz 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum libpng-1.6.19.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"3121bdc77c365a87e054b9f859f421fe"; then echo ERROR: expected checksum for libpng-1.6.19.tar.gz is 
3121bdc77c365a87e054b9f859f421fe 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv libpng-1.6.19.tar.gz ../ 
--2016-01-23 02:13:08--  http://dev-www.libreoffice.org/src/libpng-1.6.19.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1411477 (1.3M) [application/x-gzip]
Saving to: ‘./libpng-1.6.19.tar.gz’

     0K ........ ........ .....                              100%  792K=1.7s

2016-01-23 02:13:10 (792 KB/s) - ‘./libpng-1.6.19.tar.gz’ saved [1411477/1411477]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"1f24ab1d39f4a51faf22244c94a6203f"; then echo ERROR: expected checksum for 
1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz is 1f24ab1d39f4a51faf22244c94a6203f 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz ../ 
--2016-01-23 02:13:10--  
http://dev-www.libreoffice.org/src/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1652670 (1.6M) [application/x-gzip]
Saving to: ‘./1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz’

     0K ........ ........ ........ .                         100%  952K=1.7s

2016-01-23 02:13:12 (952 KB/s) - ‘./1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz’ 
saved [1652670/1652670]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"26b3e95ddf3d9c077c480ea45874b3b8"; then echo ERROR: expected checksum for 
26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz is 26b3e95ddf3d9c077c480ea45874b3b8 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz ../ 
--2016-01-23 02:13:12--  
http://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 769268 (751K) [application/x-gzip]
Saving to: ‘./26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz’

     0K ........ ...                                         100%  836K=0.9s

2016-01-23 02:13:13 (836 KB/s) - ‘./26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz’ saved 
[769268/769268]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/mdds_1.0.0.tar.bz2 2>&1 
| tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
mdds_1.0.0.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "74e0a81c5af4137285fe6a52217f71e4"; then 
echo ERROR: expected checksum for mdds_1.0.0.tar.bz2 is 74e0a81c5af4137285fe6a52217f71e4 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv mdds_1.0.0.tar.bz2 ../ 
--2016-01-23 02:13:13--  http://dev-www.libreoffice.org/src/mdds_1.0.0.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 166619 (163K) [application/x-bzip]
Saving to: ‘./mdds_1.0.0.tar.bz2’

     0K ..                                                   100%  543K=0.3s

2016-01-23 02:13:14 (543 KB/s) - ‘./mdds_1.0.0.tar.bz2’ saved [166619/166619]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum 368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz | sed "s/ .*//"` && if 
test "$SUM" != "368f114c078f94214a308a74c7e991bc"; then echo ERROR: expected checksum for 
368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz is 368f114c078f94214a308a74c7e991bc 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz ../ 
--2016-01-23 02:13:14--  
http://dev-www.libreoffice.org/src/368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 112756 (110K) [application/x-gzip]
Saving to: ‘./368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz’

     0K .                                                    100%  478K=0.2s

2016-01-23 02:13:14 (478 KB/s) - 
‘./368f114c078f94214a308a74c7e991bc-crosextrafonts-20130214.tar.gz’ saved [112756/112756]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz
 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz | sed "s/ 
.*//"` && if test "$SUM" != "c74b7223abe75949b4af367942d96c7a"; then echo ERROR: expected checksum 
for c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz is 
c74b7223abe75949b4af367942d96c7a 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz ../ 
--2016-01-23 02:13:14--  
http://dev-www.libreoffice.org/src/c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1169488 (1.1M) [application/x-gzip]
Saving to: ‘./c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz’

     0K ........ ........ .                                  100%  937K=1.2s

2016-01-23 02:13:15 (937 KB/s) - 
‘./c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz’ saved 
[1169488/1169488]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/d8b5214d35bcd2bfcb2cffa7795b351d-dejavu-fonts-ttf-2.35.zip 2>&1 
| tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
d8b5214d35bcd2bfcb2cffa7795b351d-dejavu-fonts-ttf-2.35.zip | sed "s/ .*//"` && if test "$SUM" != 
"d8b5214d35bcd2bfcb2cffa7795b351d"; then echo ERROR: expected checksum for 
d8b5214d35bcd2bfcb2cffa7795b351d-dejavu-fonts-ttf-2.35.zip is d8b5214d35bcd2bfcb2cffa7795b351d 2>&1 
| tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
d8b5214d35bcd2bfcb2cffa7795b351d-dejavu-fonts-ttf-2.35.zip ../ 
--2016-01-23 02:13:15--  
http://dev-www.libreoffice.org/src/d8b5214d35bcd2bfcb2cffa7795b351d-dejavu-fonts-ttf-2.35.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5241476 (5.0M) [application/zip]
Saving to: ‘./d8b5214d35bcd2bfcb2cffa7795b351d-dejavu-fonts-ttf-2.35.zip’

     0K ........ ........ ........ ........ ........ ........ 60% 1.10M 2s
  3072K ........ ........ ........ .......                   100% 1.82M=3.8s

2016-01-23 02:13:19 (1.31 MB/s) - 
‘./d8b5214d35bcd2bfcb2cffa7795b351d-dejavu-fonts-ttf-2.35.zip’ saved [5241476/5241476]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum 35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip | sed "s/ .*//"` && if 
test "$SUM" != "35efabc239af896dfb79be7ebdd6e6b9"; then echo ERROR: expected checksum for 
35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip is 35efabc239af896dfb79be7ebdd6e6b9 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip ../ 
--2016-01-23 02:13:20--  
http://dev-www.libreoffice.org/src/35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 867405 (847K) [application/zip]
Saving to: ‘./35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip’

     0K ........ .....                                       100% 1.28M=0.6s

2016-01-23 02:13:20 (1.28 MB/s) - 
‘./35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip’ saved [867405/867405]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz
 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum 134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz | sed "s/ .*//"` && 
if test "$SUM" != "134d8262145fc793c6af494dcace3e71"; then echo ERROR: expected checksum for 
134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz is 
134d8262145fc793c6af494dcace3e71 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv 134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz ../ 
--2016-01-23 02:13:20--  
http://dev-www.libreoffice.org/src/134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1333593 (1.3M) [application/x-gzip]
Saving to: ‘./134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz’

     0K ........ ........ ....                               100% 1.49M=0.9s

2016-01-23 02:13:21 (1.49 MB/s) - 
‘./134d8262145fc793c6af494dcace3e71-liberation-fonts-ttf-1.07.4.tar.gz’ saved [1333593/1333593]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz
 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum 5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz | sed "s/ .*//"` && 
if test "$SUM" != "5c781723a0d9ed6188960defba8e91cf"; then echo ERROR: expected checksum for 
5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz is 
5c781723a0d9ed6188960defba8e91cf 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv 5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz ../ 
--2016-01-23 02:13:21--  
http://dev-www.libreoffice.org/src/5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2285857 (2.2M) [application/x-gzip]
Saving to: ‘./5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz’

     0K ........ ........ ........ ........ ..               100% 1.50M=1.5s

2016-01-23 02:13:23 (1.50 MB/s) - 
‘./5c781723a0d9ed6188960defba8e91cf-liberation-fonts-ttf-2.00.1.tar.gz’ saved [2285857/2285857]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip 2>&1 
| tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip | sed "s/ .*//"` && if test "$SUM" != 
"e7a384790b13c29113e22e596ade9687"; then echo ERROR: expected checksum for 
e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip is e7a384790b13c29113e22e596ade9687 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip ../ 
--2016-01-23 02:13:23--  
http://dev-www.libreoffice.org/src/e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6651982 (6.3M) [application/zip]
Saving to: ‘./e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip’

     0K ........ ........ ........ ........ ........ ........ 47% 1.63M 2s
  3072K ........ ........ ........ ........ ........ ........ 94% 1.74M 0s
  6144K .....                                                100% 1.64M=3.8s

2016-01-23 02:13:27 (1.68 MB/s) - 
‘./e7a384790b13c29113e22e596ade9687-LinLibertineG-20120116.zip’ saved [6651982/6651982]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum 7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz | sed "s/ .*//"` && if 
test "$SUM" != "7a15edea7d415ac5150ea403e27401fd"; then echo ERROR: expected checksum for 
7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz is 7a15edea7d415ac5150ea403e27401fd 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz ../ 
--2016-01-23 02:13:27--  
http://dev-www.libreoffice.org/src/7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 466545 (456K) [application/x-gzip]
Saving to: ‘./7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz’

     0K .......                                              100% 1.01M=0.4s

2016-01-23 02:13:28 (1.01 MB/s) - 
‘./7a15edea7d415ac5150ea403e27401fd-open-sans-font-ttf-1.10.tar.gz’ saved [466545/466545]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz | sed "s/ .*//"` && if 
test "$SUM" != "c3c1a8ba7452950636e871d25020ce0d"; then echo ERROR: expected checksum for 
c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz is c3c1a8ba7452950636e871d25020ce0d 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz ../ 
--2016-01-23 02:13:28--  
http://dev-www.libreoffice.org/src/c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 714196 (697K) [application/x-gzip]
Saving to: ‘./c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz’

     0K ........ ..                                          100% 1.16M=0.6s

2016-01-23 02:13:29 (1.16 MB/s) - 
‘./c3c1a8ba7452950636e871d25020ce0d-pt-serif-font-1.0000W.tar.gz’ saved [714196/714196]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/0279a21fab6f245e85a6f85fea54f511-source-code-font-1.009.tar.gz 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum 0279a21fab6f245e85a6f85fea54f511-source-code-font-1.009.tar.gz | sed "s/ .*//"` && if 
test "$SUM" != "0279a21fab6f245e85a6f85fea54f511"; then echo ERROR: expected checksum for 
0279a21fab6f245e85a6f85fea54f511-source-code-font-1.009.tar.gz is 0279a21fab6f245e85a6f85fea54f511 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
0279a21fab6f245e85a6f85fea54f511-source-code-font-1.009.tar.gz ../ 
--2016-01-23 02:13:29--  
http://dev-www.libreoffice.org/src/0279a21fab6f245e85a6f85fea54f511-source-code-font-1.009.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 102916 (101K) [application/x-gzip]
Saving to: ‘./0279a21fab6f245e85a6f85fea54f511-source-code-font-1.009.tar.gz’

     0K .                                                    100%  457K=0.2s

2016-01-23 02:13:29 (457 KB/s) - 
‘./0279a21fab6f245e85a6f85fea54f511-source-code-font-1.009.tar.gz’ saved [102916/102916]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz
 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz | sed "s/ 
.*//"` && if test "$SUM" != "edc4d741888bc0d38e32dbaa17149596"; then echo ERROR: expected checksum 
for edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz is 
edc4d741888bc0d38e32dbaa17149596 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz ../ 
--2016-01-23 02:13:29--  
http://dev-www.libreoffice.org/src/edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1098827 (1.0M) [application/x-gzip]
Saving to: ‘./edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz’

     0K ........ ........                                    100% 1.30M=0.8s

2016-01-23 02:13:30 (1.30 MB/s) - 
‘./edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz’ saved 
[1098827/1098827]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/libmspub-0.1.2.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum libmspub-0.1.2.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"ff9d0f9dd8fbc523408ea1953d5bde41"; then echo ERROR: expected checksum for libmspub-0.1.2.tar.bz2 
is ff9d0f9dd8fbc523408ea1953d5bde41 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv libmspub-0.1.2.tar.bz2 ../ 
--2016-01-23 02:13:30--  http://dev-www.libreoffice.org/src/libmspub-0.1.2.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 429360 (419K) [application/x-bzip]
Saving to: ‘./libmspub-0.1.2.tar.bz2’

     0K ......                                               100%  950K=0.4s

2016-01-23 02:13:31 (950 KB/s) - ‘./libmspub-0.1.2.tar.bz2’ saved [429360/429360]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/libmwaw-0.3.7.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum libmwaw-0.3.7.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"4a8a53a9d997cf0e2bd208178797dbfb"; then echo ERROR: expected checksum for libmwaw-0.3.7.tar.bz2 is 
4a8a53a9d997cf0e2bd208178797dbfb 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv libmwaw-0.3.7.tar.bz2 ../ 
--2016-01-23 02:13:31--  http://dev-www.libreoffice.org/src/libmwaw-0.3.7.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1390872 (1.3M) [application/x-bzip]
Saving to: ‘./libmwaw-0.3.7.tar.bz2’

     0K ........ ........ .....                              100% 1.32M=1.0s

2016-01-23 02:13:32 (1.32 MB/s) - ‘./libmwaw-0.3.7.tar.bz2’ saved [1390872/1390872]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"a8c2c5b8f09e7ede322d5c602ff6a4b6"; then echo ERROR: expected checksum for 
a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz is a8c2c5b8f09e7ede322d5c602ff6a4b6 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz ../ 
--2016-01-23 02:13:32--  
http://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4910303 (4.7M) [application/x-gzip]
Saving to: ‘./a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz’

     0K ........ ........ ........ ........ ........ ........ 64% 1.60M 1s
  3072K ........ ........ ........ ..                        100% 1.82M=2.8s

2016-01-23 02:13:35 (1.67 MB/s) - ‘./a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz’ 
saved [4910303/4910303]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/ff369e69ef0f0143beb5626164e87ae2-neon-0.29.5.tar.gz 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
ff369e69ef0f0143beb5626164e87ae2-neon-0.29.5.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"ff369e69ef0f0143beb5626164e87ae2"; then echo ERROR: expected checksum for 
ff369e69ef0f0143beb5626164e87ae2-neon-0.29.5.tar.gz is ff369e69ef0f0143beb5626164e87ae2 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
ff369e69ef0f0143beb5626164e87ae2-neon-0.29.5.tar.gz ../ 
--2016-01-23 02:13:35--  
http://dev-www.libreoffice.org/src/ff369e69ef0f0143beb5626164e87ae2-neon-0.29.5.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 884484 (864K) [application/x-gzip]
Saving to: ‘./ff369e69ef0f0143beb5626164e87ae2-neon-0.29.5.tar.gz’

     0K ........ .....                                       100% 1.12M=0.8s

2016-01-23 02:13:36 (1.12 MB/s) - ‘./ff369e69ef0f0143beb5626164e87ae2-neon-0.29.5.tar.gz’ saved 
[884484/884484]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/478e0e90ebc4a90159549e77021021fd-nss-3.19.4-with-nspr-4.10.10.tar.gz
 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum 478e0e90ebc4a90159549e77021021fd-nss-3.19.4-with-nspr-4.10.10.tar.gz | sed "s/ .*//"` 
&& if test "$SUM" != "478e0e90ebc4a90159549e77021021fd"; then echo ERROR: expected checksum for 
478e0e90ebc4a90159549e77021021fd-nss-3.19.4-with-nspr-4.10.10.tar.gz is 
478e0e90ebc4a90159549e77021021fd 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv 478e0e90ebc4a90159549e77021021fd-nss-3.19.4-with-nspr-4.10.10.tar.gz ../ 
--2016-01-23 02:13:36--  
http://dev-www.libreoffice.org/src/478e0e90ebc4a90159549e77021021fd-nss-3.19.4-with-nspr-4.10.10.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8317870 (7.9M) [application/x-gzip]
Saving to: ‘./478e0e90ebc4a90159549e77021021fd-nss-3.19.4-with-nspr-4.10.10.tar.gz’

     0K ........ ........ ........ ........ ........ ........ 37% 1.43M 3s
  3072K ........ ........ ........ ........ ........ ........ 75% 1.51M 1s
  6144K ........ ........ ........ ......                    100% 1.56M=5.3s

2016-01-23 02:13:42 (1.49 MB/s) - 
‘./478e0e90ebc4a90159549e77021021fd-nss-3.19.4-with-nspr-4.10.10.tar.gz’ saved [8317870/8317870]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/libodfgen-0.1.6.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum libodfgen-0.1.6.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"32572ea48d9021bbd6fa317ddb697abc"; then echo ERROR: expected checksum for libodfgen-0.1.6.tar.bz2 
is 32572ea48d9021bbd6fa317ddb697abc 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv libodfgen-0.1.6.tar.bz2 ../ 
--2016-01-23 02:13:42--  http://dev-www.libreoffice.org/src/libodfgen-0.1.6.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 446705 (436K) [application/x-bzip]
Saving to: ‘./libodfgen-0.1.6.tar.bz2’

     0K ......                                               100%  940K=0.5s

2016-01-23 02:13:42 (940 KB/s) - ‘./libodfgen-0.1.6.tar.bz2’ saved [446705/446705]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/OpenCOLLADA-master-6509aa13af.tar.bz2 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
OpenCOLLADA-master-6509aa13af.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"4ca8a6ef0afeefc864e9ef21b9f14bd6"; then echo ERROR: expected checksum for 
OpenCOLLADA-master-6509aa13af.tar.bz2 is 4ca8a6ef0afeefc864e9ef21b9f14bd6 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
OpenCOLLADA-master-6509aa13af.tar.bz2 ../ 
--2016-01-23 02:13:42--  http://dev-www.libreoffice.org/src/OpenCOLLADA-master-6509aa13af.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9691335 (9.2M) [application/x-bzip]
Saving to: ‘./OpenCOLLADA-master-6509aa13af.tar.bz2’

     0K ........ ........ ........ ........ ........ ........ 32% 1.09M 6s
  3072K ........ ........ ........ ........ ........ ........ 64% 1.82M 2s
  6144K ........ ........ ........ ........ ........ ........ 97% 1.77M 0s
  9216K ...                                                  100% 1.74M=6.2s

2016-01-23 02:13:49 (1.48 MB/s) - ‘./OpenCOLLADA-master-6509aa13af.tar.bz2’ saved 
[9691335/9691335]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/804c6cb5698db30b75ad0ff1c25baefd-openldap-2.4.31.tgz 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
804c6cb5698db30b75ad0ff1c25baefd-openldap-2.4.31.tgz | sed "s/ .*//"` && if test "$SUM" != 
"804c6cb5698db30b75ad0ff1c25baefd"; then echo ERROR: expected checksum for 
804c6cb5698db30b75ad0ff1c25baefd-openldap-2.4.31.tgz is 804c6cb5698db30b75ad0ff1c25baefd 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
804c6cb5698db30b75ad0ff1c25baefd-openldap-2.4.31.tgz ../ 
--2016-01-23 02:13:49--  
http://dev-www.libreoffice.org/src/804c6cb5698db30b75ad0ff1c25baefd-openldap-2.4.31.tgz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5444236 (5.2M) [application/x-gzip]
Saving to: ‘./804c6cb5698db30b75ad0ff1c25baefd-openldap-2.4.31.tgz’

     0K ........ ........ ........ ........ ........ ........ 57% 1.60M 1s
  3072K ........ ........ ........ ........ ...              100% 1.44M=3.4s

2016-01-23 02:13:52 (1.53 MB/s) - ‘./804c6cb5698db30b75ad0ff1c25baefd-openldap-2.4.31.tgz’ 
saved [5444236/5444236]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/openssl-1.0.2a.tar.gz 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum openssl-1.0.2a.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"a06c547dac9044161a477211049f60ef"; then echo ERROR: expected checksum for openssl-1.0.2a.tar.gz is 
a06c547dac9044161a477211049f60ef 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv openssl-1.0.2a.tar.gz ../ 
--2016-01-23 02:13:52--  http://dev-www.libreoffice.org/src/openssl-1.0.2a.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5262089 (5.0M) [application/x-gzip]
Saving to: ‘./openssl-1.0.2a.tar.gz’

     0K ........ ........ ........ ........ ........ ........ 59% 1.48M 1s
  3072K ........ ........ ........ ........                  100% 1.78M=3.2s

2016-01-23 02:13:56 (1.58 MB/s) - ‘./openssl-1.0.2a.tar.gz’ saved [5262089/5262089]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/liborcus-0.9.2.tar.gz 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum liborcus-0.9.2.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"e6efcbe50a5fd4d50d513c9a7a4139b0"; then echo ERROR: expected checksum for liborcus-0.9.2.tar.gz is 
e6efcbe50a5fd4d50d513c9a7a4139b0 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv liborcus-0.9.2.tar.gz ../ 
--2016-01-23 02:13:56--  http://dev-www.libreoffice.org/src/liborcus-0.9.2.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1936620 (1.8M) [application/x-gzip]
Saving to: ‘./liborcus-0.9.2.tar.gz’

     0K ........ ........ ........ .....                     100% 1.45M=1.3s

2016-01-23 02:13:57 (1.45 MB/s) - ‘./liborcus-0.9.2.tar.gz’ saved [1936620/1936620]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/libpagemaker-0.0.2.tar.bz2 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
libpagemaker-0.0.2.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"795cc7a59ace4db2b12586971d668671"; then echo ERROR: expected checksum for 
libpagemaker-0.0.2.tar.bz2 is 795cc7a59ace4db2b12586971d668671 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv libpagemaker-0.0.2.tar.bz2 ../ 
--2016-01-23 02:13:57--  http://dev-www.libreoffice.org/src/libpagemaker-0.0.2.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 358918 (351K) [application/x-bzip]
Saving to: ‘./libpagemaker-0.0.2.tar.bz2’

     0K .....                                                100%  855K=0.4s

2016-01-23 02:13:58 (855 KB/s) - ‘./libpagemaker-0.0.2.tar.bz2’ saved [358918/358918]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/poppler-0.26.4.tar.gz 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum poppler-0.26.4.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"35c0660065d023365e9854c13e289d12"; then echo ERROR: expected checksum for poppler-0.26.4.tar.gz is 
35c0660065d023365e9854c13e289d12 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv poppler-0.26.4.tar.gz ../ 
--2016-01-23 02:13:58--  http://dev-www.libreoffice.org/src/poppler-0.26.4.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2587323 (2.5M) [application/x-gzip]
Saving to: ‘./poppler-0.26.4.tar.gz’

     0K ........ ........ ........ ........ .......          100% 1.49M=1.7s

2016-01-23 02:14:00 (1.49 MB/s) - ‘./poppler-0.26.4.tar.gz’ saved [2587323/2587323]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"c0b4799ea9850eae3ead14f0a60e9418"; then echo ERROR: expected checksum for 
c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2 is c0b4799ea9850eae3ead14f0a60e9418 2>&1 
| tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2 ../ 
--2016-01-23 02:14:00--  
http://dev-www.libreoffice.org/src/c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 16113737 (15M) [application/x-bzip]
Saving to: ‘./c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2’

     0K ........ ........ ........ ........ ........ ........ 19% 1.52M 8s
  3072K ........ ........ ........ ........ ........ ........ 39% 1.83M 6s
  6144K ........ ........ ........ ........ ........ ........ 58% 1.66M 4s
  9216K ........ ........ ........ ........ ........ ........ 78% 1.75M 2s
 12288K ........ ........ ........ ........ ........ ........ 97% 1.75M 0s
 15360K .....                                                100% 1.88M=9.0s

2016-01-23 02:14:09 (1.70 MB/s) - ‘./c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2’ 
saved [16113737/16113737]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/4ceb9316488b0ea01acf011023cf7fff-raptor2-2.0.9.tar.gz 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
4ceb9316488b0ea01acf011023cf7fff-raptor2-2.0.9.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"4ceb9316488b0ea01acf011023cf7fff"; then echo ERROR: expected checksum for 
4ceb9316488b0ea01acf011023cf7fff-raptor2-2.0.9.tar.gz is 4ceb9316488b0ea01acf011023cf7fff 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
4ceb9316488b0ea01acf011023cf7fff-raptor2-2.0.9.tar.gz ../ 
--2016-01-23 02:14:09--  
http://dev-www.libreoffice.org/src/4ceb9316488b0ea01acf011023cf7fff-raptor2-2.0.9.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1788163 (1.7M) [application/x-gzip]
Saving to: ‘./4ceb9316488b0ea01acf011023cf7fff-raptor2-2.0.9.tar.gz’

     0K ........ ........ ........ ...                       100% 1.40M=1.2s

2016-01-23 02:14:11 (1.40 MB/s) - ‘./4ceb9316488b0ea01acf011023cf7fff-raptor2-2.0.9.tar.gz’ 
saved [1788163/1788163]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/b12c5f9cfdb6b04efce5a4a186b8416b-rasqal-0.9.30.tar.gz 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
b12c5f9cfdb6b04efce5a4a186b8416b-rasqal-0.9.30.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"b12c5f9cfdb6b04efce5a4a186b8416b"; then echo ERROR: expected checksum for 
b12c5f9cfdb6b04efce5a4a186b8416b-rasqal-0.9.30.tar.gz is b12c5f9cfdb6b04efce5a4a186b8416b 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
b12c5f9cfdb6b04efce5a4a186b8416b-rasqal-0.9.30.tar.gz ../ 
--2016-01-23 02:14:11--  
http://dev-www.libreoffice.org/src/b12c5f9cfdb6b04efce5a4a186b8416b-rasqal-0.9.30.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1469921 (1.4M) [application/x-gzip]
Saving to: ‘./b12c5f9cfdb6b04efce5a4a186b8416b-rasqal-0.9.30.tar.gz’

     0K ........ ........ ......                             100% 1.42M=1.0s

2016-01-23 02:14:12 (1.42 MB/s) - ‘./b12c5f9cfdb6b04efce5a4a186b8416b-rasqal-0.9.30.tar.gz’ 
saved [1469921/1469921]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/32f8e1417a64d3c6f2c727f9053f55ea-redland-1.0.16.tar.gz 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
32f8e1417a64d3c6f2c727f9053f55ea-redland-1.0.16.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"32f8e1417a64d3c6f2c727f9053f55ea"; then echo ERROR: expected checksum for 
32f8e1417a64d3c6f2c727f9053f55ea-redland-1.0.16.tar.gz is 32f8e1417a64d3c6f2c727f9053f55ea 2>&1 | 
tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
32f8e1417a64d3c6f2c727f9053f55ea-redland-1.0.16.tar.gz ../ 
--2016-01-23 02:14:12--  
http://dev-www.libreoffice.org/src/32f8e1417a64d3c6f2c727f9053f55ea-redland-1.0.16.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1624112 (1.5M) [application/x-gzip]
Saving to: ‘./32f8e1417a64d3c6f2c727f9053f55ea-redland-1.0.16.tar.gz’

     0K ........ ........ ........                           100%  844K=1.9s

2016-01-23 02:14:14 (844 KB/s) - ‘./32f8e1417a64d3c6f2c727f9053f55ea-redland-1.0.16.tar.gz’ 
saved [1624112/1624112]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/librevenge-0.0.4.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum librevenge-0.0.4.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"5b9ac52ec77d4d19157cf5962ebc0aea"; then echo ERROR: expected checksum for librevenge-0.0.4.tar.bz2 
is 5b9ac52ec77d4d19157cf5962ebc0aea 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv librevenge-0.0.4.tar.bz2 ../ 
--2016-01-23 02:14:14--  http://dev-www.libreoffice.org/src/librevenge-0.0.4.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 529833 (517K) [application/x-bzip]
Saving to: ‘./librevenge-0.0.4.tar.bz2’

     0K ........                                             100%  750K=0.7s

2016-01-23 02:14:15 (750 KB/s) - ‘./librevenge-0.0.4.tar.bz2’ saved [529833/529833]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip | sed "s/ .*//"` && if test "$SUM" != 
"798b2ffdc8bcfe7bca2cf92b62caf685"; then echo ERROR: expected checksum for 
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip is 798b2ffdc8bcfe7bca2cf92b62caf685 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ../ 
--2016-01-23 02:14:15--  
http://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1521926 (1.5M) [application/zip]
Saving to: ‘./798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip’

     0K ........ ........ .......                            100%  991K=1.5s

2016-01-23 02:14:17 (991 KB/s) - ‘./798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip’ saved 
[1521926/1521926]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip | sed "s/ .*//"` && if test "$SUM" != 
"35c94d2df8893241173de1d16b6034c0"; then echo ERROR: expected checksum for 
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip is 35c94d2df8893241173de1d16b6034c0 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ../ 
--2016-01-23 02:14:17--  
http://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9796 (9.6K) [application/zip]
Saving to: ‘./35c94d2df8893241173de1d16b6034c0-swingExSrc.zip’

     0K                                                      100% 2.27M=0.004s

2016-01-23 02:14:17 (2.27 MB/s) - ‘./35c94d2df8893241173de1d16b6034c0-swingExSrc.zip’ saved 
[9796/9796]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz | sed "s/ .*//"` && if test "$SUM" != 
"0168229624cfac409e766913506961a8"; then echo ERROR: expected checksum for 
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz is 0168229624cfac409e766913506961a8 2>&1 | tee 
-a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz ../ 
--2016-01-23 02:14:17--  
http://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 96939 (95K) [application/x-gzip]
Saving to: ‘./0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz’

     0K .                                                    100%  416K=0.2s

2016-01-23 02:14:17 (416 KB/s) - ‘./0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz’ saved 
[96939/96939]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/libvisio-0.1.5.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum libvisio-0.1.5.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"cbee198a78b842b2087f32d33c522818"; then echo ERROR: expected checksum for libvisio-0.1.5.tar.bz2 
is cbee198a78b842b2087f32d33c522818 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv libvisio-0.1.5.tar.bz2 ../ 
--2016-01-23 02:14:17--  http://dev-www.libreoffice.org/src/libvisio-0.1.5.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 602628 (589K) [application/x-bzip]
Saving to: ‘./libvisio-0.1.5.tar.bz2’

     0K ........ .                                           100%  759K=0.8s

2016-01-23 02:14:18 (759 KB/s) - ‘./libvisio-0.1.5.tar.bz2’ saved [602628/602628]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/libwpd-0.10.1.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum libwpd-0.10.1.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"79b56bcc349264d686a67994506ad199"; then echo ERROR: expected checksum for libwpd-0.10.1.tar.bz2 is 
79b56bcc349264d686a67994506ad199 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv libwpd-0.10.1.tar.bz2 ../ 
--2016-01-23 02:14:18--  http://dev-www.libreoffice.org/src/libwpd-0.10.1.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 656856 (641K) [application/x-bzip]
Saving to: ‘./libwpd-0.10.1.tar.bz2’

     0K ........ ..                                          100%  801K=0.8s

2016-01-23 02:14:19 (801 KB/s) - ‘./libwpd-0.10.1.tar.bz2’ saved [656856/656856]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/libwpg-0.3.1.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum libwpg-0.3.1.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"dfd066658ec9d2fb2262417039a8a1c3"; then echo ERROR: expected checksum for libwpg-0.3.1.tar.bz2 is 
dfd066658ec9d2fb2262417039a8a1c3 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv libwpg-0.3.1.tar.bz2 ../ 
--2016-01-23 02:14:19--  http://dev-www.libreoffice.org/src/libwpg-0.3.1.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 397128 (388K) [application/x-bzip]
Saving to: ‘./libwpg-0.3.1.tar.bz2’

     0K ......                                               100%  710K=0.5s

2016-01-23 02:14:20 (710 KB/s) - ‘./libwpg-0.3.1.tar.bz2’ saved [397128/397128]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/src/libwps-0.4.2.tar.bz2 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && 
SUM=`md5sum libwps-0.4.2.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != 
"8a6c55542ce80203dd6d3b1cba99d4e5"; then echo ERROR: expected checksum for libwps-0.4.2.tar.bz2 is 
8a6c55542ce80203dd6d3b1cba99d4e5 2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; 
false; fi && mv libwps-0.4.2.tar.bz2 ../ 
--2016-01-23 02:14:20--  http://dev-www.libreoffice.org/src/libwps-0.4.2.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 708847 (692K) [application/x-bzip]
Saving to: ‘./libwps-0.4.2.tar.bz2’

     0K ........ ..                                          100%  817K=0.8s

2016-01-23 02:14:21 (817 KB/s) - ‘./libwps-0.4.2.tar.bz2’ saved [708847/708847]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
185d60944ea767075d27247c3162b3bc-unowinreg.dll | sed "s/ .*//"` && if test "$SUM" != 
"185d60944ea767075d27247c3162b3bc"; then echo ERROR: expected checksum for 
185d60944ea767075d27247c3162b3bc-unowinreg.dll is 185d60944ea767075d27247c3162b3bc 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
185d60944ea767075d27247c3162b3bc-unowinreg.dll ../ 
--2016-01-23 02:14:21--  
http://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12288 (12K) [text/plain]
Saving to: ‘./185d60944ea767075d27247c3162b3bc-unowinreg.dll’

     0K                                                      100% 2.20M=0.005s

2016-01-23 02:14:22 (2.20 MB/s) - ‘./185d60944ea767075d27247c3162b3bc-unowinreg.dll’ saved 
[12288/12288]

cd /tmp/build/git/core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 
0 -nd -nH -N --no-use-server-timestamps 
http://dev-www.libreoffice.org/src/libgltf/libgltf-0.0.2.tar.bz2 2>&1 | tee -a 
/tmp/build/git/core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum 
libgltf-0.0.2.tar.bz2 | sed "s/ .*//"` && if test "$SUM" != "d63a9f47ab048f5009d90693d6aa6424"; 
then echo ERROR: expected checksum for libgltf-0.0.2.tar.bz2 is d63a9f47ab048f5009d90693d6aa6424 
2>&1 | tee -a /tmp/build/git/core/external/tarballs/fetch.log; false; fi && mv 
libgltf-0.0.2.tar.bz2 ../ 
--2016-01-23 02:14:22--  http://dev-www.libreoffice.org/src/libgltf/libgltf-0.0.2.tar.bz2
Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70
Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 538040 (525K) [application/x-bzip]
Saving to: ‘./libgltf-0.0.2.tar.bz2’

     0K ........                                             100%  769K=0.7s

2016-01-23 02:14:22 (769 KB/s) - ‘./libgltf-0.0.2.tar.bz2’ saved [538040/538040]

make -j 2 -rs -f /tmp/build/git/core/Makefile.gbuild CppunitTest_sc_ucalc
[build C  ] solenv/bin/concat-deps.c
[build LNK] Executable/concat-deps
[build DEP] SRS:xmlsec/res
[build DEP] LNK:CppunitTest/libtest_xmlsecurity_signing.so
[build DEP] LNK:Library/libxsec_xmlsec.so
[build DEP] LNK:Library/libxsec_fw.so
[build DEP] LNK:Library/libxmlsecurity.so
[build DEP] LNK:Library/libxmlscriptlo.so
[build DEP] LNK:Library/libxmlreaderlo.so
[build DEP] LNK:CppunitTest/libtest_xmloff_uxmloff.so
[build DEP] LNK:Library/libxoflo.so
[build DEP] LNK:Library/libxolo.so
[build DEP] LNK:Library/libucpchelp1.so
[build DEP] LNK:StaticLibrary/libwriterperfect_importtestbase.a
[build DEP] LNK:CppunitTest/libtest_writerperfect_writer.so
[build DEP] LNK:CppunitTest/libtest_writerperfect_impress.so
[build DEP] LNK:CppunitTest/libtest_writerperfect_draw.so
[build DEP] LNK:CppunitTest/libtest_writerperfect_calc.so
[build DEP] LNK:CppunitTest/libtest_writerperfect_stream.so
[build DEP] LNK:Library/libwriterperfectlo.so
[build DEP] LNK:Library/libwpftwriterlo.so
[build DEP] LNK:Library/libwpftimpresslo.so
[build DEP] LNK:Library/libwpftdrawlo.so
[build DEP] LNK:Library/libwpftcalclo.so
[build DEP] LNK:CppunitTest/libtest_writerfilter_misc.so
[build DEP] LNK:CppunitTest/libtest_writerfilter_rtftok.so
[build DEP] LNK:Library/libwriterfilterlo.so
[build DEP] SRS:wzi/res
[build DEP] SRS:tpl/res
[build DEP] SRS:imp/res
[build DEP] SRS:eur/res
[build DEP] SRS:dbw/res
[build DEP] LNK:CppunitTest/libtest_vcl_timer.so
[build DEP] LNK:CppunitTest/libtest_vcl_wmf_test.so
[build DEP] LNK:CppunitTest/libtest_vcl_app_test.so
[build DEP] LNK:CppunitTest/libtest_vcl_outdev.so
[build DEP] LNK:CppunitTest/libtest_vcl_filters_test.so
[build DEP] LNK:CppunitTest/libtest_vcl_complextext.so
[build DEP] LNK:CppunitTest/libtest_vcl_fontmetric.so
[build DEP] LNK:CppunitTest/libtest_vcl_font.so
[build DEP] LNK:CppunitTest/libtest_vcl_fontcharmap.so
[build DEP] LNK:CppunitTest/libtest_vcl_bitmap_test.so
[build DEP] LNK:CppunitTest/libtest_vcl_lifecycle.so
[build DEP] LNK:Library/libvclplug_gtk3lo.so
[build DEP] LNK:Library/libvclplug_gtklo.so
[build DEP] LNK:Executable/xid-fullscreen-on-all-monitors
[build DEP] LNK:StaticLibrary/libglxtest.a
[build DEP] LNK:Library/libdesktop_detectorlo.so
[build DEP] LNK:Library/libvclplug_genlo.so
[build DEP] SRS:vcl/source/src
[build DEP] LNK:Executable/svpclient
[build DEP] LNK:Executable/svptest
[build DEP] LNK:Executable/fftester
[build DEP] LNK:Executable/svdemo
[build DEP] LNK:Executable/mtfdemo
[build DEP] LNK:Executable/icontest
[build DEP] LNK:Executable/vcldemo
[build DEP] LNK:Executable/outdevgrind
[build DEP] LNK:Executable/ui-previewer
[build DEP] LNK:StaticLibrary/libvclmain.a
[build DEP] LNK:Library/libvcllo.so
[build DEP] LNK:Library/libmsformslo.so
[build DEP] LNK:Library/libvbahelperlo.so
[build DEP] SRS:uui/res
[build DEP] LNK:Library/libuuilo.so
[build DEP] LNK:CppunitTest/libtest_unoxml_domtest.so
[build DEP] LNK:Library/libunordflo.so
[build DEP] LNK:Library/libunoxmllo.so
[build DEP] LNK:CppunitTest/libtest_unotools_fontdefs.so
[build DEP] LNK:Library/libutllo.so
[build DEP] LNK:Library/libunotest.so
[build DEP] LNK:Library/unoexceptionprotector.so
[build DEP] LNK:Library/unobootstrapprotector.so
[build DEP] LNK:Executable/unoidl-write
[build DEP] LNK:Executable/unoidl-check
[build DEP] LNK:Library/libunoidllo.so
[build DEP] LNK:Executable/unoidl-read
[build DEP] LNK:Executable/uno-skeletonmaker
[build DEP] LNK:Library/libucbhelper.so
[build DEP] LNK:Library/libucpgio1lo.so
[build DEP] LNK:Library/libucptdoc1lo.so
[build DEP] LNK:Library/libucppkg1.so
[build DEP] LNK:Library/libucpimagelo.so
[build DEP] LNK:Library/libucphier1.so
[build DEP] LNK:Library/libucpftp1.so
[build DEP] LNK:Library/libucpfile1.so
[build DEP] LNK:Library/libucpextlo.so
[build DEP] LNK:Library/libucpexpand1lo.so
[build DEP] LNK:Library/libucpdav1.so
[build DEP] LNK:Library/libucpcmis1lo.so
[build DEP] LNK:Library/libucb1.so
[build DEP] LNK:Library/libsrtrs1.so
[build DEP] LNK:Library/libcached1.so
[build DEP] LNK:CppunitTest/libtest_tools_test.so
[build DEP] LNK:Executable/bestreversemap
[build DEP] LNK:StaticLibrary/libooopathutils.a
[build DEP] LNK:Library/libtllo.so
[build DEP] LNK:Library/libtklo.so
[build DEP] LNK:Library/libtesttools_constructors.so
[build DEP] LNK:Library/libtesttools_bridgetest.so
[build DEP] LNK:Library/libtesttools_cppobj.so
[build DEP] LNK:StaticLibrary/libtesttools_bridgetest_s.a
[build DEP] LNK:Library/libvclbootstrapprotector.so
[build DEP] LNK:Library/libsubsequenttest.so
[build DEP] LNK:Library/libtest.so
[build DEP] LNK:CppunitTest/libtest_sw_filters_test.so
[build DEP] LNK:CppunitTest/libtest_sw_tiledrendering.so
[build DEP] LNK:CppunitTest/libtest_sw_globalfilter.so
[build DEP] LNK:CppunitTest/libtest_sw_mailmerge.so
[build DEP] LNK:CppunitTest/libtest_sw_uiwriter.so
[build DEP] LNK:CppunitTest/libtest_sw_odfimport.so
[build DEP] LNK:CppunitTest/libtest_sw_odfexport.so
[build DEP] LNK:CppunitTest/libtest_sw_rtfimport.so
[build DEP] LNK:CppunitTest/libtest_sw_rtfexport.so
[build DEP] LNK:CppunitTest/libtest_sw_ww8import.so
[build DEP] LNK:CppunitTest/libtest_sw_ww8export.so
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlimport.so
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlw14export.so
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlfieldexport.so
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport7.so
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport6.so
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport5.so
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport4.so
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport3.so
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport2.so
[build DEP] LNK:CppunitTest/libtest_sw_ooxmlexport.so
[build DEP] LNK:CppunitTest/libtest_sw_macros_test.so
[build DEP] LNK:CppunitTest/libtest_sw_htmlimport.so
[build DEP] LNK:CppunitTest/libtest_sw_htmlexport.so
[build DEP] LNK:CppunitTest/libtest_sw_docbookexport.so
[build DEP] LNK:CppunitTest/libtest_sw_uwriter.so
[build DEP] LNK:Library/libvbaswobjlo.so
[build DEP] SRS:sw/res
[build DEP] LNK:Library/libswuilo.so
[build DEP] LNK:Library/libswdlo.so
[build DEP] LNK:Library/libswlo.so
[build DEP] LNK:Library/libmswordlo.so
[build DEP] LNK:Executable/pixelctl
[build DEP] LNK:Executable/gengal.bin
[build DEP] LNK:CppunitTest/libtest_svx_unit.so
[build DEP] SRS:svx/gal
[build DEP] SRS:svx/ofa
[build DEP] SRS:svx/res
[build DEP] LNK:Library/libtextconversiondlgslo.so
[build DEP] LNK:Library/libsvxcorelo.so
[build DEP] LNK:Library/libsvxlo.so
[build DEP] LNK:Executable/langsupport
[build DEP] LNK:CppunitTest/libtest_svtools_html.so
[build DEP] LNK:CppunitTest/libtest_svtools_graphic.so
[build DEP] SRS:svt/res
[build DEP] LNK:Library/libsvtlo.so
[build DEP] LNK:CppunitTest/libtest_svl_urihelper.so
[build DEP] LNK:CppunitTest/libtest_svl_qa_cppunit.so
[build DEP] LNK:CppunitTest/libtest_svl_notify.so
[build DEP] LNK:CppunitTest/libtest_svl_lngmisc.so
[build DEP] LNK:CppunitTest/libtest_svl_items.so
[build DEP] LNK:CppunitTest/libtest_svl_itempool.so
[build DEP] LNK:CppunitTest/libtest_svl_inetcontenttype.so
[build DEP] SRS:svl/res
[build DEP] LNK:Library/libsvllo.so
[build DEP] LNK:Library/libpasswordcontainerlo.so
[build DEP] LNK:Library/libfsstoragelo.so
[build DEP] LNK:CppunitTest/libtest_svgio.so
[build DEP] LNK:Library/libsvgiolo.so
[build DEP] LNK:Library/libstorelo.so
[build DEP] LNK:Library/libjavavmlo.so
[build DEP] LNK:Library/libjavaloaderlo.so
[build DEP] LNK:Library/libstocserviceslo.so
[build DEP] LNK:Library/libreflectionlo.so
[build DEP] LNK:Library/libproxyfaclo.so
[build DEP] LNK:Library/libnamingservicelo.so
[build DEP] LNK:Library/libinvocationlo.so
[build DEP] LNK:Library/libinvocadaptlo.so
[build DEP] LNK:Library/libintrospectionlo.so
[build DEP] LNK:Library/libbootstraplo.so
[build DEP] LNK:CppunitTest/libtest_starmath_qa_cppunit.so
[build DEP] LNK:CppunitTest/libtest_starmath_import.so
[build DEP] SRS:sm/res
[build DEP] LNK:Library/libsmdlo.so
[build DEP] LNK:Library/libsmlo.so
[build DEP] LNK:CppunitTest/libtest_sot_test_sot.so
[build DEP] LNK:Library/libsotlo.so
[build DEP] LNK:Executable/makedepend
[build DEP] LNK:Executable/cpp
[build DEP] LNK:Executable/concat-deps
[build DEP] LNK:CppunitTest/libtest_smoketest.so
[build DEP] LNK:Executable/libtest
[build DEP] LNK:Library/libsmoketest.so
[build DEP] LNK:Library/libslideshowlo.so
[build DEP] LNK:Library/libOGLTranslo.so
[build DEP] LNK:Library/libcmdmaillo.so
[build DEP] LNK:Executable/uri-encode
[build DEP] LNK:Library/librecentfile.so
[build DEP] LNK:StaticLibrary/libshell_xmlparser.a
[build DEP] LNK:Library/libsysshlo.so
[build DEP] LNK:Executable/lngconvex
[build DEP] LNK:Library/liblosessioninstalllo.so
[build DEP] LNK:Library/liblocalebe1lo.so
[build DEP] LNK:Library/libdesktopbe1lo.so
[build DEP] LNK:Library/libqstart_gtklo.so
[build DEP] LNK:CppunitTest/libtest_sfx2_controlleritem.so
[build DEP] LNK:CppunitTest/libtest_sfx2_metadatable.so
[build DEP] SRS:sfx/res
[build DEP] LNK:Library/libsfxlo.so
[build DEP] LNK:Library/libgetuid.so
[build DEP] LNK:Executable/pdfunzip
[build DEP] LNK:Executable/pdf2xml
[build DEP] LNK:CppunitTest/libtest_sdext_pdfimport.so
[build DEP] LNK:Library/libpdfimportlo.so
[build DEP] LNK:Executable/xpdfimport
[build DEP] LNK:Library/libPresentationMinimizerlo.so
[build DEP] LNK:Library/libPresenterScreenlo.so
[build DEP] LNK:CppunitTest/libtest_sd_svg_export_tests.so
[build DEP] LNK:CppunitTest/libtest_sd_tiledrendering.so
[build DEP] LNK:CppunitTest/libtest_sd_html_export_tests.so
[build DEP] LNK:CppunitTest/libtest_sd_misc_tests.so
[build DEP] LNK:CppunitTest/libtest_sd_filters_test.so
[build DEP] LNK:CppunitTest/libtest_sd_export_tests.so
[build DEP] LNK:CppunitTest/libtest_sd_import_tests.so
[build DEP] LNK:CppunitTest/libtest_sd_uimpress.so
[build DEP] SRS:sd/res
[build DEP] LNK:Library/libsduilo.so
[build DEP] LNK:Library/libsdfiltlo.so
[build DEP] LNK:Library/libsddlo.so
[build DEP] LNK:Library/libsdlo.so
[build DEP] LNK:Library/libvbaeventslo.so
[build DEP] LNK:Library/libstringresourcelo.so
[build DEP] LNK:Library/libscriptframe.so
[build DEP] LNK:Library/libprotocolhandlerlo.so
[build DEP] LNK:Library/libdlgprovlo.so
[build DEP] LNK:Library/libbasprovlo.so
[build DEP] LNK:CppunitTest/libtest_sccomp_lpsolver.so
[build DEP] SRS:solver/res
[build DEP] LNK:Library/libsolverlo.so
[build DEP] SRS:scaddins/pricing
[build DEP] SRS:scaddins/date
[build DEP] SRS:scaddins/analysis
[build DEP] LNK:Library/libpricinglo.so
[build DEP] LNK:Library/libdatelo.so
[build DEP] LNK:Library/libanalysislo.so
[build DEP] LNK:CppunitTest/libtest_sc_modelobj.so
[build DEP] LNK:CppunitTest/libtest_sc_editfieldobj_header.so
[build DEP] LNK:CppunitTest/libtest_sc_editfieldobj_cell.so
[build DEP] LNK:CppunitTest/libtest_sc_tablesheetsobj.so
[build DEP] LNK:CppunitTest/libtest_sc_tablesheetobj.so
[build DEP] LNK:CppunitTest/libtest_sc_namedrangesobj.so
[build DEP] LNK:CppunitTest/libtest_sc_namedrangeobj.so
[build DEP] LNK:CppunitTest/libtest_sc_macros_test.so
[build DEP] LNK:CppunitTest/libtest_sc_datapilotfieldobj.so
[build DEP] LNK:CppunitTest/libtest_sc_datapilottableobj.so
[build DEP] LNK:CppunitTest/libtest_sc_databaserangeobj.so
[build DEP] LNK:CppunitTest/libtest_sc_cellrangeobj.so
[build DEP] LNK:CppunitTest/libtest_sc_annotationsobj.so
[build DEP] LNK:CppunitTest/libtest_sc_annotationobj.so
[build DEP] LNK:CppunitTest/libtest_sc_recordchanges.so
[build DEP] LNK:CppunitTest/libtest_sc_styleloaderobj.so
[build DEP] LNK:CppunitTest/libtest_sc_outlineobj.so
[build DEP] LNK:CppunitTest/libtest_sc_annotationshapeobj.so
[build DEP] LNK:CppunitTest/libtest_sc_copypaste.so
[build DEP] LNK:CppunitTest/libtest_sc_opencl_test.so
[build DEP] LNK:CppunitTest/libtest_sc_html_export_test.so
[build DEP] LNK:CppunitTest/libtest_sc_bugfix_test.so
[build DEP] LNK:CppunitTest/libtest_sc_subsequent_export_test.so
[build DEP] LNK:CppunitTest/libtest_sc_subsequent_filters_test.so
[build DEP] LNK:CppunitTest/libtest_sc_new_cond_format_api.so
[build DEP] LNK:CppunitTest/libtest_sc_condformats.so
[build DEP] LNK:CppunitTest/libtest_sc_core.so
[build DEP] LNK:CppunitTest/libtest_sc_rangelst_test.so
[build DEP] LNK:CppunitTest/libtest_sc_filters_test.so
[build DEP] LNK:CppunitTest/libtest_sc_ucalc.so
[build DEP] LNK:Library/libscqahelper.so
[build DEP] LNK:Library/libvbaobjlo.so
[build DEP] SRS:sc/res
[build DEP] LNK:Library/libscuilo.so
[build DEP] LNK:Library/libscfiltlo.so
[build DEP] LNK:Library/libscdlo.so
[build DEP] LNK:Library/libsclo.so
[build DEP] LNK:CppunitTest/libtest_sax_parser.so
[build DEP] LNK:CppunitTest/libtest_sax_attributes.so
[build DEP] LNK:CppunitTest/libtest_sax.so
[build DEP] LNK:Library/libsaxlo.so
[build DEP] LNK:Library/libexpwraplo.so
[build DEP] LNK:CppunitTest/libtest_salhelper_testapi.so
[build DEP] LNK:Library/libuno_salhelpergcc3.so.3
[build DEP] LNK:CppunitTest/libtest_sal_types.so
[build DEP] LNK:CppunitTest/libtest_sal_tcwf.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_uuid.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_uri.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_textenc.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_strings.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_ref.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_process.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_oustringbuffer.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_oustring.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_ostringbuffer.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_math.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_locale.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_doublelock.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_digest.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_crc32.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_cipher.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_bootstrap.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl_alloc.so
[build DEP] LNK:CppunitTest/libtest_sal_osl_thread.so
[build DEP] LNK:CppunitTest/libtest_sal_osl_setthreadname.so
[build DEP] LNK:CppunitTest/libtest_sal_osl_profile.so
[build DEP] LNK:CppunitTest/libtest_sal_osl_process.so
[build DEP] LNK:CppunitTest/libtest_sal_osl_pipe.so
[build DEP] LNK:CppunitTest/libtest_sal_osl_old_test_file.so
[build DEP] LNK:CppunitTest/libtest_sal_osl_mutex.so
[build DEP] LNK:CppunitTest/libtest_sal_osl_getsystempathfromfileurl.so
[build DEP] LNK:CppunitTest/libtest_sal_osl_condition.so
[build DEP] LNK:CppunitTest/libtest_sal_bytesequence.so
[build DEP] LNK:CppunitTest/libtest_sal_osl_security.so
[build DEP] LNK:CppunitTest/libtest_sal_osl_module.so
[build DEP] LNK:CppunitTest/libtest_Module_DLL.so
[build DEP] LNK:CppunitTest/libtest_sal_osl_file.so
[build DEP] LNK:Executable/osl_process_child
[build DEP] LNK:StaticLibrary/libsalcpprt.a
[build DEP] LNK:Library/libsal_textenclo.so
[build DEP] LNK:Library/libuno_sal.so.3
[build DEP] LNK:Executable/cppunittester
[build DEP] LNK:Executable/rsc
[build DEP] SRS:reportdesign/rptui
[build DEP] SRS:reportdesign/res
[build DEP] LNK:Library/librptxmllo.so
[build DEP] LNK:Library/librptuilo.so
[build DEP] LNK:Library/librptlo.so
[build DEP] LNK:Library/libuuresolverlo.so
[build DEP] LNK:Executable/regcompare
[build DEP] LNK:StaticLibrary/libregistry_helper.a
[build DEP] LNK:Executable/regview
[build DEP] LNK:Executable/regmerge
[build DEP] LNK:Library/libreglo.so
[build DEP] LNK:Library/pyuno.so
[build DEP] LNK:Library/libpythonloaderlo.so
[build DEP] LNK:Library/libpyuno.so
[build DEP] LNK:CppunitTest/libtest_services.so
[build DEP] LNK:CppunitTest/libtest_package2_test.so
[build DEP] LNK:Library/libxstor.so
[build DEP] LNK:Library/libpackage2.so
[build DEP] LNK:Library/libopencllo.so
[build DEP] LNK:CppunitTest/libtest_oox_vba_encryption.so
[build DEP] LNK:CppunitTest/libtest_oox_vba_compression.so
[build DEP] LNK:CppunitTest/libtest_oox_tokenmap.so
[build DEP] LNK:Library/libooxlo.so
[build DEP] LNK:CppunitTest/libtest_officecfg_cppheader_test.so
[build DEP] LNK:CppunitTest/libtest_odk_checkapi.so
[build DEP] LNK:Executable/unoapploader
[build DEP] LNK:CppunitTest/libtest_o3tl_tests.so
[build DEP] LNK:CppunitTest/libtest_lotuswordpro_test_lotuswordpro.so
[build DEP] LNK:Library/liblwpftlo.so
[build DEP] LNK:Library/liblnglo.so
[build DEP] LNK:StaticLibrary/libulingu.a
[build DEP] LNK:Library/libspelllo.so
[build DEP] LNK:Library/liblnthlo.so
[build DEP] LNK:Library/libhyphenlo.so
[build DEP] LNK:Library/libguesslanglo.so
[build DEP] LNK:Executable/tilebench
[build DEP] LNK:Executable/gtktiledviewer
[build DEP] LNK:Library/liblibreofficekitgtk.so
[build DEP] LNK:CppunitTest/libtest_libreofficekit_tiledrendering.so
[build DEP] LNK:CppunitTest/libtest_libreofficekit_checkapi.so
[build DEP] LNK:StaticLibrary/libtransex.a
[build DEP] LNK:Executable/treex
[build DEP] LNK:Executable/propex
[build DEP] LNK:Executable/pocheck
[build DEP] LNK:Executable/transex3
[build DEP] LNK:Executable/localize
[build DEP] LNK:Executable/xrmex
[build DEP] LNK:Executable/uiex
[build DEP] LNK:Executable/cfgex
[build DEP] LNK:Executable/ulfex
[build DEP] LNK:Executable/idxdict
[build DEP] LNK:Executable/helpex
[build DEP] LNK:Executable/javaldx
[build DEP] LNK:Library/libjvmfwklo.so
[build DEP] LNK:Library/libjvmaccesslo.so
[build DEP] LNK:Library/libjpipe.so
[build DEP] LNK:Library/libjuhx.so
[build DEP] LNK:Library/libjuh.so
[build DEP] LNK:CppunitTest/libtest_io_textinputstream.so
[build DEP] LNK:Library/libiolo.so
[build DEP] LNK:Executable/idlc
[build DEP] LNK:Executable/svidl
[build DEP] LNK:Library/libi18nutil.so
[build DEP] LNK:CppunitTest/libtest_i18npool_test_textsearch.so
[build DEP] LNK:CppunitTest/libtest_i18npool_test_ordinalsuffix.so
[build DEP] LNK:CppunitTest/libtest_i18npool_test_characterclassification.so
[build DEP] LNK:CppunitTest/libtest_i18npool_test_breakiterator.so
[build DEP] LNK:Executable/saxparser
[build DEP] LNK:Executable/genindex_data
[build DEP] LNK:Executable/gendict
[build DEP] LNK:Executable/genconv_dict
[build DEP] LNK:Executable/gencoll_rule
[build DEP] LNK:Library/libtextconv_dict.so
[build DEP] LNK:Library/liblocaledata_others.so
[build DEP] LNK:Library/liblocaledata_euro.so
[build DEP] LNK:Library/liblocaledata_es.so
[build DEP] LNK:Library/liblocaledata_en.so
[build DEP] LNK:Library/libindex_data.so
[build DEP] LNK:Library/libi18nsearchlo.so
[build DEP] LNK:Library/libi18npoollo.so
[build DEP] LNK:Library/libdict_zh.so
[build DEP] LNK:Library/libdict_ja.so
[build DEP] LNK:Library/libcollator_data.so
[build DEP] LNK:CppunitTest/libtest_i18nlangtag_test_languagetag.so
[build DEP] LNK:Library/libi18nlangtag.so
[build DEP] LNK:CppunitTest/libtest_hwpfilter_test_hwpfilter.so
[build DEP] LNK:Library/libhwplo.so
[build DEP] LNK:Library/libhelplinkerlo.so
[build DEP] LNK:Executable/HelpLinker
[build DEP] LNK:Executable/HelpIndexer
[build DEP] SRS:fwe/fwk_classes
[build DEP] LNK:Library/libfwmlo.so
[build DEP] LNK:Library/libfwllo.so
[build DEP] LNK:Library/libfwklo.so
[build DEP] LNK:Library/libfwilo.so
[build DEP] LNK:Library/libfwelo.so
[build DEP] SRS:fps_office/res
[build DEP] LNK:Library/libfps_officelo.so
[build DEP] SRS:formula/ui
[build DEP] SRS:formula/res
[build DEP] LNK:Library/libforuilo.so
[build DEP] LNK:Library/libforlo.so
[build DEP] SRS:frm/res
[build DEP] LNK:Library/libfrmlo.so
[build DEP] LNK:CppunitTest/libtest_filter_tga_test.so
[build DEP] LNK:CppunitTest/libtest_filter_tiff_test.so
[build DEP] LNK:CppunitTest/libtest_filter_ras_test.so
[build DEP] LNK:CppunitTest/libtest_filter_psd_test.so
[build DEP] LNK:CppunitTest/libtest_filter_ppm_test.so
[build DEP] LNK:CppunitTest/libtest_filter_pict_test.so
[build DEP] LNK:CppunitTest/libtest_filter_pcx_test.so
[build DEP] LNK:CppunitTest/libtest_filter_pcd_test.so
[build DEP] LNK:CppunitTest/libtest_filter_met_test.so
[build DEP] LNK:CppunitTest/libtest_filter_eps_test.so
[build DEP] LNK:CppunitTest/libtest_filter_dxf_test.so
[build DEP] LNK:CppunitTest/libtest_filter_msfilter.so
[build DEP] LNK:CppunitTest/libtest_filter_priority.so
[build DEP] LNK:CppunitTest/libtest_filter_xslt.so
[build DEP] LNK:Executable/svg2odf
[build DEP] SRS:filter/xsltdlg
[build DEP] SRS:filter/t602filter
[build DEP] SRS:filter/pdffilter
[build DEP] SRS:filter/eps
[build DEP] LNK:Library/libxsltfilterlo.so
[build DEP] LNK:Library/libxsltdlglo.so
[build DEP] LNK:Library/libxmlfdlo.so
[build DEP] LNK:Library/libxmlfalo.so
[build DEP] LNK:Library/libtextfdlo.so
[build DEP] LNK:Library/libt602filterlo.so
[build DEP] LNK:Library/libgraphicfilterlo.so
[build DEP] LNK:Library/libsvgfilterlo.so
[build DEP] LNK:Library/libstoragefdlo.so
[build DEP] LNK:Library/libplacewarelo.so
[build DEP] LNK:Library/libpdffilterlo.so
[build DEP] LNK:Library/libodfflatxmllo.so
[build DEP] LNK:Library/libmsfilterlo.so
[build DEP] LNK:Library/libicglo.so
[build DEP] LNK:Library/libflashlo.so
[build DEP] LNK:Library/libfilterconfiglo.so
[build DEP] LNK:Library/libgielo.so
[build DEP] LNK:Executable/ucpp
[build DEP] LNK:StaticLibrary/libopencollada_parser.a
[build DEP] LNK:Library/libneon.so
[build DEP] LNK:StaticLibrary/libpng.a
[build DEP] LNK:StaticLibrary/libcmislib.a
[build DEP] LNK:StaticLibrary/libjpeg.a
[build DEP] LNK:StaticLibrary/libgraphite.a
[build DEP] LNK:StaticLibrary/libexpat.a
[build DEP] LNK:StaticLibrary/libcollada2gltf.a
[build DEP] LNK:Library/libclucene.so
[build DEP] LNK:StaticLibrary/libboost_iostreams.a
[build DEP] LNK:StaticLibrary/libboost_system.a
[build DEP] LNK:StaticLibrary/libboostdatetime.a
[build DEP] LNK:Library/libupdatefeedlo.so
[build DEP] SRS:pcr/res
[build DEP] SRS:dbp/res
[build DEP] SRS:bib/res
[build DEP] LNK:Library/libpcrlo.so
[build DEP] LNK:Library/libdbplo.so
[build DEP] LNK:Library/libbiblo.so
[build DEP] LNK:Library/libldapbe2lo.so
[build DEP] SRS:upd/res
[build DEP] SRS:scn/res
[build DEP] SRS:abp/res
[build DEP] LNK:Library/libscnlo.so
[build DEP] LNK:Library/libloglo.so
[build DEP] LNK:Library/libabplo.so
[build DEP] LNK:Library/libreslo.so
[build DEP] LNK:Library/libevtattlo.so
[build DEP] LNK:Library/libemboleobj.so
[build DEP] LNK:Library/libembobj.so
[build DEP] LNK:CppunitTest/libtest_editeng_lookuptree.so
[build DEP] LNK:CppunitTest/libtest_editeng_borderline.so
[build DEP] LNK:CppunitTest/libtest_editeng_core.so
[build DEP] SRS:editeng/res
[build DEP] LNK:Library/libeditenglo.so
[build DEP] LNK:Library/libmcnttype.so
[build DEP] LNK:Library/libdrawinglayerlo.so
[build DEP] LNK:CppunitTest/libtest_desktop_lib.so
[build DEP] LNK:CppunitTest/libtest_desktop_version.so
[build DEP] LNK:Executable/oosplash
[build DEP] LNK:Library/libunopkgapp.so
[build DEP] LNK:Library/libmigrationoo3lo.so
[build DEP] LNK:Library/libmigrationoo2lo.so
[build DEP] LNK:Executable/unopkg.bin
[build DEP] LNK:Executable/soffice.bin
[build DEP] SRS:dkt/res
[build DEP] SRS:deploymentgui/res
[build DEP] SRS:deployment/res
[build DEP] LNK:Library/libspllo.so
[build DEP] LNK:Library/libsofficeapp.so
[build DEP] LNK:Library/liboffacclo.so
[build DEP] LNK:Library/libdeploymentmisclo.so
[build DEP] LNK:Library/libdeploymentgui.so
[build DEP] LNK:Library/libdeployment.so
[build DEP] LNK:CppunitTest/libtest_dbaccess_embeddeddb_performancetest.so
[build DEP] LNK:CppunitTest/libtest_dbaccess_hsqldb_test.so
[build DEP] LNK:CppunitTest/libtest_dbaccess_RowSetClones.so
[build DEP] LNK:CppunitTest/libtest_dbaccess_macros_test.so
[build DEP] LNK:CppunitTest/libtest_dbaccess_nolib_save.so
[build DEP] LNK:CppunitTest/libtest_dbaccess_empty_stdlib_save.so
[build DEP] LNK:CppunitTest/libtest_dbaccess_dialog_save.so
[build DEP] LNK:CppunitTest/libtest_dbaccess_firebird_test.so
[build DEP] SRS:dbaccess/sdbt
[build DEP] SRS:dbaccess/dbu
[build DEP] SRS:dbaccess/dbmm
[build DEP] SRS:dbaccess/dba
[build DEP] LNK:Library/libsdbtlo.so
[build DEP] LNK:Library/libdbulo.so
[build DEP] LNK:Library/libdbmmlo.so
[build DEP] LNK:Library/libdbaxmllo.so
[build DEP] LNK:Library/libdbalo.so
[build DEP] SRS:cui/res
[build DEP] LNK:Library/libcuilo.so
[build DEP] LNK:Executable/uno.bin
[build DEP] LNK:Executable/sp2bv
[build DEP] LNK:CppunitTest/libtest_cppuhelper_qa_weak.so
[build DEP] LNK:CppunitTest/libtest_cppuhelper_cppu_unourl.so
[build DEP] LNK:CppunitTest/libtest_cppuhelper_cppu_ifcontainer.so
[build DEP] LNK:StaticLibrary/libfindsofficepath.a
[build DEP] LNK:Library/libuno_cppuhelpergcc3.so.3
[build DEP] LNK:CppunitTest/libtest_cppu_test_cppumaker.so
[build DEP] LNK:CppunitTest/libtest_cppu_qa_unotype.so
[build DEP] LNK:CppunitTest/libtest_cppu_qa_reference.so
[build DEP] LNK:CppunitTest/libtest_cppu_qa_recursion.so
[build DEP] LNK:CppunitTest/libtest_cppu_qa_any.so
[build DEP] LNK:Library/libunsafe_uno_uno.so
[build DEP] LNK:Library/libuno_purpenvhelpergcc3.so.3
[build DEP] LNK:Library/liblog_uno_uno.so
[build DEP] LNK:Library/libuno_cppu.so.3
[build DEP] LNK:Library/libaffine_uno_uno.so
[build DEP] LNK:CppunitTest/libtest_cppcanvas_emfplus.so
[build DEP] LNK:CppunitTest/libtest_cppcanvas_test.so
[build DEP] LNK:Library/libmtfrendererlo.so
[build DEP] LNK:Library/libcppcanvaslo.so
[build DEP] LNK:CppunitTest/libtest_connectivity_commontools.so
[build DEP] LNK:CppunitTest/libtest_connectivity_mork.so
[build DEP] LNK:Library/libmozbootstraplo.so
[build DEP] LNK:Library/libmorklo.so
[build DEP] LNK:Executable/mork_helper
[build DEP] LNK:Library/libpostgresql-sdbc-impllo.so
[build DEP] LNK:Library/libpostgresql-sdbclo.so
[build DEP] LNK:Library/libfirebird_sdbclo.so
[build DEP] LNK:Library/libjdbclo.so
[build DEP] LNK:Library/libhsqldb.so
[build DEP] SRS:sdberr/res
[build DEP] SRS:sdbcl/res
[build DEP] SRS:cnr/res
[build DEP] LNK:Library/libsdbc2.so
[build DEP] LNK:Library/libodbclo.so
[build DEP] LNK:Library/libmysqllo.so
[build DEP] LNK:Library/libflatlo.so
[build DEP] LNK:Library/libfilelo.so
[build DEP] LNK:Library/libdbtoolslo.so
[build DEP] LNK:Library/libdbpool2.so
[build DEP] LNK:Library/libdbaselo.so
[build DEP] LNK:Library/libcalclo.so
[build DEP] LNK:CppunitTest/libtest_configmgr_unit.so
[build DEP] LNK:Library/libconfigmgrlo.so
[build DEP] LNK:CppunitTest/libtest_comphelper_test.so
[build DEP] LNK:CppunitTest/libtest_comphelper_variadictemplates_test.so
[build DEP] LNK:CppunitTest/libtest_comphelper_syntaxhighlight_test.so
[build DEP] LNK:Library/libcomphelper.so
[build DEP] LNK:Executable/cppumaker
[build DEP] LNK:Executable/javamaker
[build DEP] LNK:StaticLibrary/libcodemaker_java.a
[build DEP] LNK:StaticLibrary/libcodemaker_cpp.a
[build DEP] LNK:StaticLibrary/libcodemaker.a
[build DEP] LNK:Library/libclewlo.so
[build DEP] LNK:CppunitTest/libtest_chart2_trendcalculators.so
[build DEP] LNK:CppunitTest/libtest_chart2_import.so
[build DEP] LNK:CppunitTest/libtest_chart2_export.so
[build DEP] LNK:CppunitTest/libtest_chart2_common_functors.so
[build DEP] SRS:chart2/res
[build DEP] LNK:Library/libchartopengllo.so
[build DEP] LNK:Library/libchartcorelo.so
[build DEP] LNK:Library/libchartcontrollerlo.so
[build DEP] LNK:Library/liboglcanvaslo.so
[build DEP] LNK:Library/libcairocanvaslo.so
[build DEP] LNK:Library/libvclcanvaslo.so
[build DEP] LNK:Library/libsimplecanvaslo.so
[build DEP] LNK:Library/libcanvastoolslo.so
[build DEP] LNK:Library/libcanvasfactorylo.so
[build DEP] LNK:Library/libjava_uno.so
[build DEP] LNK:Library/libgcc3_uno.so
[build DEP] LNK:CppunitTest/libtest_binaryurp_test-unmarshal.so
[build DEP] LNK:CppunitTest/libtest_binaryurp_test-cache.so
[build DEP] LNK:Library/libbinaryurplo.so
[build DEP] LNK:Library/libofficebean.so
[build DEP] LNK:Library/libsblo.so
[build DEP] LNK:CppunitTest/libtest_basic_vba.so
[build DEP] LNK:CppunitTest/libtest_basic_coverage.so
[build DEP] LNK:CppunitTest/libtest_basic_nested_struct.so
[build DEP] LNK:CppunitTest/libtest_basic_enable.so
[build DEP] LNK:CppunitTest/libtest_basic_scanner.so
[build DEP] SRS:sb/res
[build DEP] LNK:CppunitTest/libtest_basegfx.so
[build DEP] LNK:Library/libbasegfxlo.so
[build DEP] SRS:basctl/res
[build DEP] LNK:Library/libbasctllo.so
[build DEP] LNK:Library/libavmediaogl.so
[build DEP] LNK:Library/libavmediagst.so
[build DEP] SRS:avmedia/res
[build DEP] LNK:Library/libavmedialo.so
[build DEP] LNK:Library/libanimcorelo.so
[build DEP] SRS:acc/res
[build DEP] LNK:Library/libacclo.so
[build DEP] LNK:Library/libctllo.so
[build YAC] unoidl/source/sourceprovider-parser
[build LEX] unoidl/source/sourceprovider-scanner
[build CAT] officecfg_qa_allheaders.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/FirstStartWizard.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Inet.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Interaction.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/LDAP.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Accelerators.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Addons.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/BasicIDE.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Calc.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/CalcAddIns.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Canvas.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Chart.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Commands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Common.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Compatibility.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/DataAccess.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/DataAccess/Drivers.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Draw.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Embedding.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Events.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/ExtendedColorScheme.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/ExtensionDependencies.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/ExtensionManager.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/FormWizard.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Histories.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Impress.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Java.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Jobs.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Labels.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Linguistic.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Logging.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Math.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/OOoImprovement/Settings.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/OptionsDialog.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Paths.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/PresentationMinimizer.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/PresenterScreen.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/ProtocolHandler.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Recovery.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/ReportDesign.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Scripting.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Security.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Substitution.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/TabBrowse.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/TableWizard.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/TypeDetection.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/BaseWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/BasicIDECommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/BasicIDEWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/BibliographyCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/BibliographyWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/CalcCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/CalcWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/Category.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/ChartCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/ChartWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/Commands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/Controller.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DbBrowserWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DbQueryWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DbRelationWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DbReportWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DbTableDataWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DbTableWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DbuCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DrawImpressCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/DrawWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/Effects.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/Factories.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/GenericCategories.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/GenericCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/GlobalSettings.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/ImpressWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/MathCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/MathWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/ReportCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/Sidebar.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/StartModuleCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/StartModuleWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WindowContentFactories.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WriterCommands.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WriterFormWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WriterGlobalWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WriterReportWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WriterWebWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/WriterWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/UI/XFormsWindowState.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Views.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/WebWizard.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/Writer.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Office/WriterWeb.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/Setup.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/System.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/TypeDetection/Filter.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/TypeDetection/GraphicFilter.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/TypeDetection/Misc.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/TypeDetection/Types.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/TypeDetection/UISort.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/UserProfile.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/VCL.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/ucb/Configuration.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/ucb/Hierarchy.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/ucb/InteractionHandler.hxx
[build XSL] CustomTarget/officecfg/registry/officecfg/ucb/Store.hxx
[build C  ] cppuhelper/source/findsofficepath.c
[build YAC] connectivity/source/parse/sqlbison
/tmp/build/git/core/connectivity/source/parse/sqlbison.y: conflicts: 13 shift/reduce, 15 
reduce/reduce
[build YAC] rsc/source/parser/rscyacc
/tmp/build/git/core/rsc/source/parser/rscyacc.y: conflicts: 2 shift/reduce
[build C  ] clew/source/clew.c
[build LEX] connectivity/source/parse/sqlflex
[build LEX] l10ntools/source/srclex
[build FIF] fcfg_database_filters.xcu
[build FIO] fcfg_database_others.xcu
[build FIT] fcfg_database_types.xcu
[build XCS] org/openoffice/Office/UI/CalcCommands.xcs
[build XCS] org/openoffice/Office/UI/CalcWindowState.xcs
[build FIF] fcfg_calc_filters.xcu
[build FIT] fcfg_calc_types.xcu
[build XCS] org/openoffice/Office/DataAccess/Drivers.xcs
[build XCS] org/openoffice/Office/Writer.xcs
[build ECH] CustomTarget/postprocess/registry/ctlseqcheck.list
[build XCS] org/openoffice/Office/UI/DrawWindowState.xcs
[build FIF] fcfg_draw_filters.xcu
[build FIT] fcfg_draw_types.xcu
[build FIF] fcfg_drawgraphics_filters.xcu
[build FIT] fcfg_drawgraphics_types.xcu
[build FIF] fcfg_impressgraphics_filters.xcu
[build FIT] fcfg_impressgraphics_types.xcu
[build FIF] fcfg_calcgraphics_filters.xcu
[build FIT] fcfg_calcgraphics_types.xcu
[build FIF] fcfg_writergraphics_filters.xcu
[build FIT] fcfg_writergraphics_types.xcu
[build XCS] org/openoffice/Office/PresentationMinimizer.xcs
[build XCS] org/openoffice/Office/PresenterScreen.xcs
[build XCS] org/openoffice/Office/UI/Effects.xcs
[build XCS] org/openoffice/Office/UI/ImpressWindowState.xcs
[build XCU] officecfg/registry/data/org/openoffice/Office/PresentationMinimizer.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/Effects.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu
[build FIF] fcfg_impress_filters.xcu
[build FIT] fcfg_impress_types.xcu
[build XCS] org/openoffice/Office/Jobs.xcs
[build XCS] org/openoffice/Office/ProtocolHandler.xcs
[build XCS] org/openoffice/Office/Addons.xcs
[build XCS] org/openoffice/Office/UI/WriterWindowState.xcs
[build ECH] CustomTarget/postprocess/registry/lingucomponent.list
[build XCS] org/openoffice/FirstStartWizard.xcs
[build XCS] org/openoffice/Inet.xcs
[build XCS] org/openoffice/Interaction.xcs
[build XCS] org/openoffice/LDAP.xcs
[build XCS] org/openoffice/Office/Accelerators.xcs
[build XCS] org/openoffice/Office/BasicIDE.xcs
[build XCS] org/openoffice/Office/Calc.xcs
[build XCS] org/openoffice/Office/CalcAddIns.xcs
[build XCS] org/openoffice/Office/Canvas.xcs
[build XCS] org/openoffice/Office/Chart.xcs
[build XCS] org/openoffice/Office/Commands.xcs
[build XCS] org/openoffice/Office/Compatibility.xcs
[build XCS] org/openoffice/Office/DataAccess.xcs
[build XCS] org/openoffice/Office/Draw.xcs
[build XCS] org/openoffice/Office/Events.xcs
[build XCS] org/openoffice/Office/ExtendedColorScheme.xcs
[build XCS] org/openoffice/Office/ExtensionDependencies.xcs
[build XCS] org/openoffice/Office/ExtensionManager.xcs
[build XCS] org/openoffice/Office/FormWizard.xcs
[build XCS] org/openoffice/Office/Histories.xcs
[build XCS] org/openoffice/Office/Impress.xcs
[build XCS] org/openoffice/Office/Java.xcs
[build XCS] org/openoffice/Office/Labels.xcs
[build XCS] org/openoffice/Office/Linguistic.xcs
[build XCS] org/openoffice/Office/Logging.xcs
[build XCS] org/openoffice/Office/Math.xcs
[build XCS] org/openoffice/Office/OOoImprovement/Settings.xcs
[build XCS] org/openoffice/Office/OptionsDialog.xcs
[build XCS] org/openoffice/Office/Paths.xcs
[build XCS] org/openoffice/Office/Recovery.xcs
[build XCS] org/openoffice/Office/Scripting.xcs
[build XCS] org/openoffice/Office/Security.xcs
[build XCS] org/openoffice/Office/Substitution.xcs
[build XCS] org/openoffice/Office/TabBrowse.xcs
[build XCS] org/openoffice/Office/TableWizard.xcs
[build XCS] org/openoffice/Office/TypeDetection.xcs
[build XCS] org/openoffice/Office/UI/BaseWindowState.xcs
[build XCS] org/openoffice/Office/UI/BasicIDECommands.xcs
[build XCS] org/openoffice/Office/UI/BasicIDEWindowState.xcs
[build XCS] org/openoffice/Office/UI/BibliographyCommands.xcs
[build XCS] org/openoffice/Office/UI/BibliographyWindowState.xcs
[build XCS] org/openoffice/Office/UI/Category.xcs
[build XCS] org/openoffice/Office/UI/ChartCommands.xcs
[build XCS] org/openoffice/Office/UI/ChartWindowState.xcs
[build XCS] org/openoffice/Office/UI/Commands.xcs
[build XCS] org/openoffice/Office/UI/Controller.xcs
[build XCS] org/openoffice/Office/UI/DbBrowserWindowState.xcs
[build XCS] org/openoffice/Office/UI/DbQueryWindowState.xcs
[build XCS] org/openoffice/Office/UI/DbRelationWindowState.xcs
[build XCS] org/openoffice/Office/UI/DbTableDataWindowState.xcs
[build XCS] org/openoffice/Office/UI/DbTableWindowState.xcs
[build XCS] org/openoffice/Office/UI/DbuCommands.xcs
[build XCS] org/openoffice/Office/UI/DrawImpressCommands.xcs
[build XCS] org/openoffice/Office/UI/Factories.xcs
[build XCS] org/openoffice/Office/UI/GenericCategories.xcs
[build XCS] org/openoffice/Office/UI/GenericCommands.xcs
[build XCS] org/openoffice/Office/UI/GlobalSettings.xcs
[build XCS] org/openoffice/Office/UI/Sidebar.xcs
[build XCS] org/openoffice/Office/UI/StartModuleCommands.xcs
[build XCS] org/openoffice/Office/UI/StartModuleWindowState.xcs
[build XCS] org/openoffice/Office/UI/WindowContentFactories.xcs
[build XCS] org/openoffice/Office/UI/WindowState.xcs
[build XCS] org/openoffice/Office/UI.xcs
[build XCS] org/openoffice/Office/Views.xcs
[build XCS] org/openoffice/Office/WebWizard.xcs
[build XCS] org/openoffice/Office/WriterWeb.xcs
[build XCS] org/openoffice/System.xcs
[build XCS] org/openoffice/TypeDetection/Filter.xcs
[build XCS] org/openoffice/TypeDetection/GraphicFilter.xcs
[build XCS] org/openoffice/TypeDetection/Misc.xcs
[build XCS] org/openoffice/TypeDetection/Types.xcs
[build XCS] org/openoffice/TypeDetection/UISort.xcs
[build XCS] org/openoffice/UserProfile.xcs
[build XCS] org/openoffice/VCL.xcs
[build XCS] org/openoffice/ucb/Configuration.xcs
[build XCS] org/openoffice/ucb/Hierarchy.xcs
[build XCS] org/openoffice/ucb/InteractionHandler.xcs
[build XCS] org/openoffice/ucb/Store.xcs
[build XCU] officecfg/registry/data/org/openoffice/FirstStartWizard.xcu
[build XCU] officecfg/registry/data/org/openoffice/Inet.xcu
[build XCU] officecfg/registry/data/org/openoffice/Interaction.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/BasicIDE.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Calc.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Canvas.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Compatibility.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/DataAccess.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/ExtensionDependencies.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/ExtensionManager.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/FormWizard.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Histories.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Impress.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Jobs.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Logging.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Math.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Paths.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Scripting.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Security.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/TableWizard.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/BaseWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/BasicIDEWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/BibliographyCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/ChartCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/ChartWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DbBrowserWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DbQueryWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DbRelationWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DbTableDataWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DbTableWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DbuCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/Factories.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/GenericCategories.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Views.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/WebWizard.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Writer.xcu
[build XCU] officecfg/registry/data/org/openoffice/System.xcu
[build XCU] officecfg/registry/data/org/openoffice/TypeDetection/UISort.xcu
[build XCU] officecfg/registry/data/org/openoffice/UserProfile.xcu
[build XCU] officecfg/registry/data/org/openoffice/VCL.xcu
[build XCU] officecfg/registry/data/org/openoffice/ucb/Configuration.xcu
[build FIF] fcfg_base_filters.xcu
[build FIO] fcfg_base_others.xcu
[build FIT] fcfg_base_types.xcu
[build FIF] fcfg_chart_filters.xcu
[build FIO] fcfg_chart_others.xcu
[build FIT] fcfg_chart_types.xcu
[build FII] fcfg_internalgraphics_filters.xcu
[build FIT] fcfg_internalgraphics_types.xcu
[build XCM] officecfg/registry/data/org/openoffice/TypeDetection/UISort-calc.xcu
[build XCM] officecfg/registry/data/org/openoffice/TypeDetection/UISort-draw.xcu
[build XCM] officecfg/registry/data/org/openoffice/TypeDetection/UISort-impress.xcu
[build XCM] officecfg/registry/data/org/openoffice/TypeDetection/UISort-math.xcu
[build XCM] officecfg/registry/data/org/openoffice/TypeDetection/UISort-writer.xcu
[build XCM] officecfg/registry/data/org/openoffice/Inet-unixdesktop.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Accelerators-unxwnt.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Paths-unixdesktop.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Paths-unxwnt.xcu
[build XCM] officecfg/registry/data/org/openoffice/UserProfile-unixdesktop.xcu
[build XCM] officecfg/registry/data/org/openoffice/VCL-unixdesktop.xcu
[build XCM] officecfg/registry/data/org/openoffice/ucb/Configuration-webdav.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Paths-internallibexttextcatdata.xcu
[build XCS] org/openoffice/Office/UI/MathCommands.xcs
[build XCS] org/openoffice/Office/UI/MathWindowState.xcs
[build FIF] fcfg_math_filters.xcu
[build FIT] fcfg_math_types.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Scripting-python.xcu
[build XCS] org/openoffice/Office/UI/WriterCommands.xcs
[build XCS] org/openoffice/Office/UI/WriterFormWindowState.xcs
[build XCS] org/openoffice/Office/UI/WriterGlobalWindowState.xcs
[build XCS] org/openoffice/Office/UI/WriterReportWindowState.xcs
[build XCS] org/openoffice/Office/UI/WriterWebWindowState.xcs
[build XCS] org/openoffice/Office/UI/XFormsWindowState.xcs
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/WriterFormWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/WriterReportWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/XFormsWindowState.xcu
[build FIF] fcfg_global_filters.xcu
[build FIT] fcfg_global_types.xcu
[build FIF] fcfg_web_filters.xcu
[build FIT] fcfg_web_types.xcu
[build FIF] fcfg_writer_filters.xcu
[build FIT] fcfg_writer_types.xcu
[build FIF] fcfg_xslt_filters.xcu
[build FIT] fcfg_xslt_types.xcu
[build XCS] org/openoffice/Office/ReportDesign.xcs
[build XCS] org/openoffice/Office/UI/DbReportWindowState.xcs
[build XCS] org/openoffice/Office/UI/ReportCommands.xcs
[build XCU] officecfg/registry/data/org/openoffice/Office/ExtendedColorScheme.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/ReportDesign.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DbReportWindowState.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/ReportCommands.xcu
[build FIF] fcfg_reportbuilder_filters.xcu
[build FIT] fcfg_reportbuilder_types.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Accelerators-reportbuilder.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/DataAccess-reportbuilder.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/UI/Controller-reportbuilder.xcu
[build XCM] officecfg/registry/data/org/openoffice/ucb/Configuration-gio.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Impress-ogltrans.xcu
[build ECH] CustomTarget/postprocess/registry/pdfimport.list
[build XCL] Langpack-en-US.xcu
[build FIU] XcuFilterUiTarget/filter_ui.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Linguistic.xcu
[build XCM] officecfg/registry/data/org/openoffice/Inet-macosx.xcu
[build XCM] officecfg/registry/data/org/openoffice/Inet-wnt.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Accelerators-macosx.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Linguistic-ForceDefaultLanguage.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/DataAccess-evoab2.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Paths-macosx.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Paths-externallibexttextcatdata.xcu
[build XCM] officecfg/registry/data/org/openoffice/ucb/Configuration-win.xcu
[build XCR] registry/en-US/org/openoffice/Office/Accelerators.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Addons.xcu
[build XCR] registry/en-US/org/openoffice/Office/Addons.xcu
[build XCR] registry/en-US/org/openoffice/Office/DataAccess.xcu
[build XCR] registry/en-US/org/openoffice/Office/PresentationMinimizer.xcu
[build XCR] registry/en-US/org/openoffice/Office/PresenterScreen.xcu
[build XCR] registry/en-US/org/openoffice/Office/TableWizard.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI.xcu
[build XCR] registry/en-US/org/openoffice/Office/ExtendedColorScheme.xcu
[build XCR] registry/en-US/org/openoffice/Office/WebWizard.xcu
[build XCR] registry/en-US/org/openoffice/Office/FormWizard.xcu
[build XCR] registry/en-US/org/openoffice/Office/Writer.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/BasicIDECommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/BibliographyCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/CalcCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/ChartCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/ChartWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DbuCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/BaseWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/WriterFormWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/WriterReportWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DbQueryWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DbTableWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DbRelationWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DbReportWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DbBrowserWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DbTableDataWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DrawImpressCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/Effects.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/GenericCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/MathCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/StartModuleCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/BasicIDEWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/CalcWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/DrawWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/ImpressWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/MathWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/ReportCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/Sidebar.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/StartModuleWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/WriterWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/XFormsWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/WriterGlobalWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/WriterWebWindowState.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/WriterCommands.xcu
[build XCR] registry/en-US/org/openoffice/Office/UI/GenericCategories.xcu
[build XCU] connectivity/registry/calc/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_calc/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCU] connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_dbase/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCU] connectivity/registry/flat/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_flat/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCU] connectivity/registry/mysql/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_mysql/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCU] connectivity/registry/odbc/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_odbc/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCU] connectivity/registry/mork/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_mork/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCU] connectivity/registry/hsqldb/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_hsqldb/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCU] connectivity/registry/jdbc/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_jdbc/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCU] connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_firebird_sdbc/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCU] connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu
[build XCR] driver_postgresql/en-US/org/openoffice/Office/DataAccess/Drivers.xcu
[build ECH] CustomTarget/instsetoo_native/setup/unorc
[build CUS] officecfg/registry
[build DEP] LNK:StaticLibrary/libfindsofficepath.a
[build LNK] StaticLibrary/libfindsofficepath.a
[build UPK] mdds_1.0.0.tar.bz2
[build GPF] CustomTarget/vcl/unx/generic/fontmanager/afm_hash.hpp
[build UPK] jpegsrc.v9a.tar.gz
[build UPK] bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
[build UPK] 5c0c9ac0996fbb4a0e17780ff5441959-graphite2-minimal-1.3.4.tgz
[build UPK] 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
[build UPK] OpenCOLLADA-master-6509aa13af.tar.bz2
[build UPK] libpng-1.6.19.tar.gz
[build DEP] LNK:Library/libclewlo.so
[build LNK] Library/libclewlo.so
[build ECH] CustomTarget/i18npool/collator/lrl_include.hxx
[build XCS] org/openoffice/Office/Common.xcs
[build XCS] org/openoffice/Office/Embedding.xcs
[build XCS] org/openoffice/Setup.xcs
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-calc.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-calc.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-calc.xcu
[build XCM] connectivity/registry/calc/org/openoffice/Office/DataAccess/Drivers-calc.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-cjk.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Writer-cjk.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-ctl.xcu
[build XCD] ctlseqcheck
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-draw.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-draw.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-draw.xcu
[build ECH] CustomTarget/postprocess/registry/graphicfilter.list
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-impress.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-impress.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Jobs-impress.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/ProtocolHandler-impress.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-impress.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Addons-librelogo.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState-librelogo.xcu
[build XCD] lingucomponent
[build XCU] officecfg/registry/data/org/openoffice/Office/Common.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/Embedding.xcu
[build XCU] officecfg/registry/data/org/openoffice/Setup.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-chart.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-start.xcu
[build XCM] connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers-dbase.xcu
[build XCM] connectivity/registry/flat/org/openoffice/Office/DataAccess/Drivers-flat.xcu
[build XCM] connectivity/registry/mysql/org/openoffice/Office/DataAccess/Drivers-mysql.xcu
[build XCM] connectivity/registry/odbc/org/openoffice/Office/DataAccess/Drivers-odbc.xcu
[build XCM] connectivity/registry/mork/org/openoffice/Office/DataAccess/Drivers-mork.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-UseOOoFileDialogs.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-unixdesktop.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-unx.xcu
[build XCM] connectivity/registry/hsqldb/org/openoffice/Office/DataAccess/Drivers-hsqldb.xcu
[build XCM] connectivity/registry/jdbc/org/openoffice/Office/DataAccess/Drivers-jdbc.xcu
[build XCM] connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers-firebird.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu
[build XCU] officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-math.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-math.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-math.xcu
[build ECH] CustomTarget/postprocess/registry/pyuno.list
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-writer.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-writer.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-writer.xcu
[build ECH] CustomTarget/postprocess/registry/xsltfilter.list
[build XCM] officecfg/registry/data/org/openoffice/Setup-reportbuilder.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-reportbuilder.xcu
[build XCM] connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers-postgresql.xcu
[build ECH] CustomTarget/postprocess/registry/gnome.list
[build ECH] CustomTarget/postprocess/registry/ogltrans.list
[build XCD] pdfimport
[build ECH] CustomTarget/postprocess/registry/Langpack-en-US.list
[build XCU] en-US
[build XCM] officecfg/registry/data/org/openoffice/Setup-report.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-macosx.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-wnt.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-ctlseqcheck.xcu
[build XCR] registry/en-US/org/openoffice/Setup.xcu
[build XCR] registry/en-US/org/openoffice/Office/Common.xcu
[build XCR] registry/en-US/org/openoffice/Office/Embedding.xcu
[build CFG] driver_calc
[build CFG] driver_dbase
[build CFG] driver_flat
[build CFG] driver_mysql
[build CFG] driver_odbc
[build CFG] driver_mork
[build CFG] driver_hsqldb
[build CFG] driver_jdbc
[build CFG] driver_firebird_sdbc
[build CFG] driver_postgresql
[build UPK] boost_1_59_0.tar.bz2
[build UPK] dd7dab7a5fea97d2a6a43f511449b7cd-expat-2.1.0.tar.gz
[build UPK] c4a2d71ff56aec5ebfab2a3f059be99d-icu4c-56_1-src.tgz
[build UPK] aa899eff126216dafe721149fbdb511b-liblangtag-0.5.8.tar.bz2
[build PKG] udkapi_idl
[build PAT] mdds
[build UPK] 3941e9cab2f4f9d8faee3e8d57ae7664-glew-1.12.0.zip
[build CUS] vcl/unx/generic/fontmanager
[build UPK] 478e0e90ebc4a90159549e77021021fd-nss-3.19.4-with-nspr-4.10.10.tar.gz
[build PAT] jpeg
[build PAT] glm
[build UPK] lcms2-2.6.tar.gz
[build PAT] graphite
[build PAT] collada2gltf
[build PAT] opencollada
[build PAT] png
[build CUS] editeng/generated
[build PKG] offapi_idl
[build XCM] officecfg/registry/data/org/openoffice/Office/Common-base.xcu
[build XCM] officecfg/registry/data/org/openoffice/Office/Embedding-base.xcu
[build XCM] officecfg/registry/data/org/openoffice/Setup-base.xcu
[build ECH] CustomTarget/postprocess/registry/calc.list
[build ECH] CustomTarget/postprocess/registry/cjk.list
[build ECH] CustomTarget/postprocess/registry/ctl.list
[build ECH] CustomTarget/postprocess/registry/draw.list
[build XCD] graphicfilter
[build ECH] CustomTarget/postprocess/registry/impress.list
[build ECH] CustomTarget/postprocess/registry/librelogo.list
[build ECH] CustomTarget/postprocess/registry/main.list
[build ECH] CustomTarget/postprocess/registry/math.list
[build XCD] pyuno
[build ECH] CustomTarget/postprocess/registry/writer.list
[build XCD] xsltfilter
[build ECH] CustomTarget/postprocess/registry/reportbuilder.list
[build ECH] CustomTarget/postprocess/registry/postgresql.list
[build XCD] gnome
[build XCD] ogltrans
[build XCD] Langpack-en-US
[build CFG] fcfg_langpack
[build CFG] registry
[build PKG] test_unittest
[build UPK] cppunit-1.13.2.tar.gz
[build PKG] instsetoo_native_setup_ure
[build PAT] expat
[build PAT] icu
[build PAT] langtag
[build PAT] glew
[build PAT] nss
[build PAT] lcms2
[build ECH] CustomTarget/postprocess/registry/base.list
[build XCD] calc
[build XCD] cjk
[build XCD] ctl
[build XCD] draw
[build XCD] impress
[build XCD] librelogo
[build XCD] main
[build XCD] math
[build XCD] writer
[build XCD] reportbuilder
[build XCD] postgresql
[build AWK] CustomTarget/postprocess/registry/fcfg_langpack_en-US.list
[build AWK] CustomTarget/postprocess/registry/registry_en-US.list
[build PAT] cppunit
[build C  ] UnpackedTarball/jpeg/jaricom.c
[build C  ] UnpackedTarball/jpeg/jcapimin.c
[build C  ] UnpackedTarball/jpeg/jcapistd.c
[build C  ] UnpackedTarball/jpeg/jcarith.c
[build C  ] UnpackedTarball/jpeg/jccoefct.c
[build C  ] UnpackedTarball/jpeg/jccolor.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jccoefct.c: In function ‘compress_output’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jccoefct.c:346:51: warning: unused parameter 
‘input_buf’ [-Wunused-parameter]
 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
                                                   ^
[build C  ] UnpackedTarball/jpeg/jcdctmgr.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jccolor.c: In function ‘null_method’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jccolor.c:427:29: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 null_method (j_compress_ptr cinfo)
                             ^
[build C  ] UnpackedTarball/jpeg/jchuff.c
[build C  ] UnpackedTarball/jpeg/jcinit.c
[build C  ] UnpackedTarball/jpeg/jcmainct.c
[build C  ] UnpackedTarball/jpeg/jcmarker.c
[build C  ] UnpackedTarball/jpeg/jcmaster.c
[build C  ] UnpackedTarball/jpeg/jcomapi.c
[build C  ] UnpackedTarball/jpeg/jcparam.c
[build C  ] UnpackedTarball/jpeg/jcprepct.c
[build C  ] UnpackedTarball/jpeg/jcsample.c
[build C  ] UnpackedTarball/jpeg/jctrans.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jcsample.c: In function 
‘start_pass_downsample’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jcsample.c:84:39: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 start_pass_downsample (j_compress_ptr cinfo)
                                       ^
[build C  ] UnpackedTarball/jpeg/jdapimin.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jctrans.c: In function ‘compress_output’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jctrans.c:275:51: warning: unused parameter 
‘input_buf’ [-Wunused-parameter]
 compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf)
                                                   ^
[build C  ] UnpackedTarball/jpeg/jdapistd.c
[build C  ] UnpackedTarball/jpeg/jdarith.c
[build C  ] UnpackedTarball/jpeg/jdatadst.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdarith.c: In function ‘finish_pass’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdarith.c:753:31: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 finish_pass (j_decompress_ptr cinfo)
                               ^
[build C  ] UnpackedTarball/jpeg/jdatasrc.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdatadst.c: In function ‘init_mem_destination’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdatadst.c:78:38: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 init_mem_destination (j_compress_ptr cinfo)
                                      ^
[build C  ] UnpackedTarball/jpeg/jdcoefct.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdatasrc.c: In function ‘init_mem_source’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdatasrc.c:57:35: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 init_mem_source (j_decompress_ptr cinfo)
                                   ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdatasrc.c: In function ‘term_source’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdatasrc.c:197:31: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 term_source (j_decompress_ptr cinfo)
                               ^
[build C  ] UnpackedTarball/jpeg/jdcolor.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdcoefct.c: In function ‘dummy_consume_data’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdcoefct.c:230:38: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 dummy_consume_data (j_decompress_ptr cinfo)
                                      ^
[build C  ] UnpackedTarball/jpeg/jddctmgr.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdcolor.c: In function ‘start_pass_dcolor’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdcolor.c:581:37: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 start_pass_dcolor (j_decompress_ptr cinfo)
                                     ^
[build C  ] UnpackedTarball/jpeg/jdhuff.c
[build C  ] UnpackedTarball/jpeg/jdinput.c
[build C  ] UnpackedTarball/jpeg/jdmainct.c
[build C  ] UnpackedTarball/jpeg/jdmarker.c
[build C  ] UnpackedTarball/jpeg/jdmaster.c
[build C  ] UnpackedTarball/jpeg/jdmerge.c
[build C  ] UnpackedTarball/jpeg/jdpostct.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdmerge.c: In function ‘merged_2v_upsample’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdmerge.c:147:18: warning: unused parameter 
‘in_row_groups_avail’ [-Wunused-parameter]
       JDIMENSION in_row_groups_avail,
                  ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdmerge.c: In function ‘merged_1v_upsample’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdmerge.c:196:18: warning: unused parameter 
‘in_row_groups_avail’ [-Wunused-parameter]
       JDIMENSION in_row_groups_avail,
                  ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdmerge.c:198:18: warning: unused parameter 
‘out_rows_avail’ [-Wunused-parameter]
       JDIMENSION out_rows_avail)
                  ^
[build C  ] UnpackedTarball/jpeg/jdsample.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdpostct.c: In function ‘post_process_prepass’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdpostct.c:161:20: warning: unused parameter 
‘output_buf’ [-Wunused-parameter]
         JSAMPARRAY output_buf, JDIMENSION *out_row_ctr,
                    ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdpostct.c:162:20: warning: unused parameter 
‘out_rows_avail’ [-Wunused-parameter]
         JDIMENSION out_rows_avail)
                    ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdpostct.c: In function ‘post_process_2pass’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdpostct.c:203:18: warning: unused parameter 
‘input_buf’ [-Wunused-parameter]
       JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
                  ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdpostct.c:203:41: warning: unused parameter 
‘in_row_group_ctr’ [-Wunused-parameter]
       JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr,
                                         ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdpostct.c:204:18: warning: unused parameter 
‘in_row_groups_avail’ [-Wunused-parameter]
       JDIMENSION in_row_groups_avail,
                  ^
[build C  ] UnpackedTarball/jpeg/jdtrans.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdsample.c: In function ‘sep_upsample’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdsample.c:92:19: warning: unused parameter 
‘in_row_groups_avail’ [-Wunused-parameter]
        JDIMENSION in_row_groups_avail,
                   ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdsample.c: In function ‘fullsize_upsample’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdsample.c:158:37: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 fullsize_upsample (j_decompress_ptr cinfo, jpeg_component_info * compptr,
                                     ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdsample.c:158:66: warning: unused parameter 
‘compptr’ [-Wunused-parameter]
 fullsize_upsample (j_decompress_ptr cinfo, jpeg_component_info * compptr,
                                                                  ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdsample.c: In function ‘noop_upsample’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdsample.c:171:33: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 noop_upsample (j_decompress_ptr cinfo, jpeg_component_info * compptr,
                                 ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdsample.c:171:62: warning: unused parameter 
‘compptr’ [-Wunused-parameter]
 noop_upsample (j_decompress_ptr cinfo, jpeg_component_info * compptr,
                                                              ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdsample.c:172:20: warning: unused parameter 
‘input_data’ [-Wunused-parameter]
         JSAMPARRAY input_data, JSAMPARRAY * output_data_ptr)
                    ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdsample.c: In function ‘h2v1_upsample’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdsample.c:234:62: warning: unused parameter 
‘compptr’ [-Wunused-parameter]
 h2v1_upsample (j_decompress_ptr cinfo, jpeg_component_info * compptr,
                                                              ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdsample.c: In function ‘h2v2_upsample’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jdsample.c:262:62: warning: unused parameter 
‘compptr’ [-Wunused-parameter]
 h2v2_upsample (j_decompress_ptr cinfo, jpeg_component_info * compptr,
                                                              ^
[build C  ] UnpackedTarball/jpeg/jerror.c
[build C  ] UnpackedTarball/jpeg/jfdctflt.c
[build C  ] UnpackedTarball/jpeg/jfdctfst.c
[build C  ] UnpackedTarball/jpeg/jfdctint.c
[build C  ] UnpackedTarball/jpeg/jidctflt.c
[build C  ] UnpackedTarball/jpeg/jidctfst.c
[build C  ] UnpackedTarball/jpeg/jidctint.c
[build C  ] UnpackedTarball/jpeg/jquant1.c
[build C  ] UnpackedTarball/jpeg/jquant2.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jquant1.c: In function ‘output_value’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jquant1.c:246:32: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 output_value (j_decompress_ptr cinfo, int ci, int j, int maxj)
                                ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jquant1.c:246:43: warning: unused parameter 
‘ci’ [-Wunused-parameter]
 output_value (j_decompress_ptr cinfo, int ci, int j, int maxj)
                                           ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jquant1.c: In function ‘largest_input_value’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jquant1.c:260:39: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 largest_input_value (j_decompress_ptr cinfo, int ci, int j, int maxj)
                                       ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jquant1.c:260:50: warning: unused parameter 
‘ci’ [-Wunused-parameter]
 largest_input_value (j_decompress_ptr cinfo, int ci, int j, int maxj)
                                                  ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jquant1.c: In function ‘start_pass_1_quant’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jquant1.c:742:53: warning: unused parameter 
‘is_pre_scan’ [-Wunused-parameter]
 start_pass_1_quant (j_decompress_ptr cinfo, boolean is_pre_scan)
                                                     ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jquant1.c: In function ‘finish_pass_1_quant’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jquant1.c:799:39: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 finish_pass_1_quant (j_decompress_ptr cinfo)
                                       ^
[build C  ] UnpackedTarball/jpeg/jmemmgr.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jquant2.c: In function ‘prescan_quantize’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jquant2.c:226:16: warning: unused parameter 
‘output_buf’ [-Wunused-parameter]
     JSAMPARRAY output_buf, int num_rows)
                ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jquant2.c: In function ‘finish_pass2’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jquant2.c:1157:32: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 finish_pass2 (j_decompress_ptr cinfo)
                                ^
[build C  ] UnpackedTarball/jpeg/jmemnobs.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemmgr.c:29:0: warning: macro "AM_MEMORY_MANAGER" 
is not used [-Wunused-macros]
 #define AM_MEMORY_MANAGER /* we define jvirt_Xarray_control structs */
 ^
[build C  ] UnpackedTarball/jpeg/jutils.c
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c: In function ‘jpeg_get_small’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c:35:30: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject)
                              ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c: In function ‘jpeg_free_small’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c:41:31: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 jpeg_free_small (j_common_ptr cinfo, void * object, size_t sizeofobject)
                               ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c:41:60: warning: unused parameter 
‘sizeofobject’ [-Wunused-parameter]
 jpeg_free_small (j_common_ptr cinfo, void * object, size_t sizeofobject)
                                                            ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c: In function ‘jpeg_get_large’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c:55:30: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 jpeg_get_large (j_common_ptr cinfo, size_t sizeofobject)
                              ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c: In function ‘jpeg_free_large’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c:61:31: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject)
                               ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c:61:60: warning: unused parameter 
‘sizeofobject’ [-Wunused-parameter]
 jpeg_free_large (j_common_ptr cinfo, void FAR * object, size_t sizeofobject)
                                                            ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c: In function ‘jpeg_mem_available’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c:73:34: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 jpeg_mem_available (j_common_ptr cinfo, long min_bytes_needed,
                                  ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c:73:46: warning: unused parameter 
‘min_bytes_needed’ [-Wunused-parameter]
 jpeg_mem_available (j_common_ptr cinfo, long min_bytes_needed,
                                              ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c:74:35: warning: unused parameter 
‘already_allocated’ [-Wunused-parameter]
       long max_bytes_needed, long already_allocated)
                                   ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c: In function 
‘jpeg_open_backing_store’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c:87:64: warning: unused parameter 
‘info’ [-Wunused-parameter]
 jpeg_open_backing_store (j_common_ptr cinfo, backing_store_ptr info,
                                                                ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c:88:10: warning: unused parameter 
‘total_bytes_needed’ [-Wunused-parameter]
     long total_bytes_needed)
          ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c: In function ‘jpeg_mem_init’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c:100:29: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 jpeg_mem_init (j_common_ptr cinfo)
                             ^
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c: In function ‘jpeg_mem_term’:
/tmp/build/git/core/workdir/UnpackedTarball/jpeg/jmemnobs.c:106:29: warning: unused parameter 
‘cinfo’ [-Wunused-parameter]
 jpeg_mem_term (j_common_ptr cinfo)
                             ^
[build CXX] workdir/UnpackedTarball/graphite/src/direct_machine.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/gr_char_info.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/gr_face.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/gr_features.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/gr_font.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/gr_logging.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/gr_segment.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/gr_slot.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/json.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/CachedFace.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/CmapCache.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Code.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Collider.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Decompressor.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Face.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/FeatureMap.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/FileFace.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Font.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/GlyphCache.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/GlyphFace.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Intervals.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Justifier.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/NameTable.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Pass.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Position.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/SegCache.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/SegCacheEntry.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/SegCacheStore.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Segment.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Silf.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Slot.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/Sparse.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/TtfUtil.cpp
[build CXX] workdir/UnpackedTarball/graphite/src/UtfCodec.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUHashFunctions.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUIDList.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUNativeString.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUPcreCompiledPattern.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUPrecompiledHeaders.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUStringUtils.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUURI.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/COLLADABUUtils.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/Math/COLLADABUMathMatrix3.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/Math/COLLADABUMathMatrix4.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/Math/COLLADABUMathQuaternion.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/Math/COLLADABUMathUtils.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADABaseUtils/src/Math/COLLADABUMathVector3.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWAxisInfo.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWCamera.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWColor.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWConstants.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWEffect.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWEffectCommon.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWFileInfo.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWFloatOrDoubleArray.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWFormula.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWFormulas.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWGeometry.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWImage.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWInstanceKinematicsScene.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWKinematicsController.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWKinematicsModel.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWKinematicsScene.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWLight.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWLoaderUtils.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWMaterial.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWMatrix.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWMesh.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWMeshPrimitive.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWMorphController.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWNode.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWPrecompiledHeaders.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWRenderState.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWRoot.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWRotate.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWSampler.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWScale.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWSkinController.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWSkinControllerData.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWSpline.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWTexture.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWTransformation.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWTranslate.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWUniqueId.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWValidate.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADAFramework/src/COLLADAFWVisualScene.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLAssetLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLCOLLADACsymbol.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLDocumentProcessor.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLExtraDataElementHandler.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLExtraDataLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLFileLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLFilePartLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLFormulasLinker.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLFormulasLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLGeometryLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLGeometryMaterialIdInfo.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLIError.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLIErrorHandler.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLIExtraDataCallbackHandler.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLIFilePartLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLInputUnshared.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLInstanceArticulatedSystemLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLInstanceKinematicsModelLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLIParserImpl14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLIParserImpl15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLJointsLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLKinematicsIntermediateData.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLKinematicsSceneCreator.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryAnimationsLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryArticulatedSystemsLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryCamerasLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryControllersLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryEffectsLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryFormulasLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryImagesLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryJointsLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryKinematicsModelsLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryKinematicsScenesLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryLightsLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryMaterialsLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLibraryNodesLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLMeshLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLMeshPrimitiveInputList.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLNodeLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLPostProcessor.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLPrecompiledHeaders.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLRootParser14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLRootParser15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSaxFWLError.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSaxParserError.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSaxParserErrorHandler.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSceneLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSidAddress.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSidTreeNode.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSourceArrayLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLSplineLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTransformationLoader.cpp
[build CXX] workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLTypes.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLVersionParser.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/COLLADASaxFWLVisualSceneLoader.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLAssetLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14Private.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14PrivateEnums.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14PrivateFindElementHash.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14PrivateFunctionMap.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14PrivateFunctionMapFactory.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14PrivateNameMap.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLColladaParserAutoGen14PrivateValidation.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLGeometryLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryAnimationsLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryCamerasLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryControllersLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryEffectsLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryImagesLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryLightsLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryMaterialsLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLLibraryNodesLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLMeshLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLNodeLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLSceneLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLSourceArrayLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLSplineLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/COLLADASaxFWLVisualSceneLoader14.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLAssetLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15Private.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15PrivateEnums.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15PrivateFindElementHash.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15PrivateFunctionMap.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15PrivateFunctionMapFactory.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15PrivateNameMap.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLColladaParserAutoGen15PrivateValidation.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLFormulasLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLGeometryLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryAnimationsLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryArticulatedSystemsLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryCamerasLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryControllersLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryEffectsLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryFormulasLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryImagesLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryJointsLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryKinematicsModelsLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryKinematicsScenesLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryLightsLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryMaterialsLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLLibraryNodesLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLMeshLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLNodeLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLSceneLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLSourceArrayLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated15/COLLADASaxFWLVisualSceneLoader15.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserCoutErrorHandler.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserLibxmlSaxParser.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserNamespaceStack.cpp
[build CXX] workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserParser.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserParserError.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserParserTemplate.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserParserTemplateBase.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserRawUnknownElementHandler.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserSaxParser.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserStackMemoryManager.cpp
[build CXX] workdir/UnpackedTarball/opencollada/GeneratedSaxParser/src/GeneratedSaxParserUtils.cpp
[build C  ] UnpackedTarball/opencollada/Externals/pcre/src/pcre_chartables.c
[build C  ] UnpackedTarball/opencollada/Externals/pcre/src/pcre_compile.c
[build C  ] UnpackedTarball/opencollada/Externals/pcre/src/pcre_exec.c
[build C  ] UnpackedTarball/opencollada/Externals/pcre/src/pcre_globals.c
[build C  ] UnpackedTarball/opencollada/Externals/pcre/src/pcre_newline.c
[build C  ] UnpackedTarball/opencollada/Externals/pcre/src/pcre_tables.c
[build C  ] UnpackedTarball/opencollada/Externals/pcre/src/pcre_try_flipped.c
[build C  ] UnpackedTarball/opencollada/Externals/UTF/src/ConvertUTF.c
[build CXX] 
workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTArithmeticExpression.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTBinaryComparisionExpression.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTConstantExpression.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTFragmentExpression.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTFunctionExpression.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTLogicExpression.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTStringVisitor.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTUnaryArithmeticExpression.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/AST/MathMLASTVariableExpression.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/MathMLEvaluatorVisitor.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/MathMLSerializationUtil.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/MathMLSerializationVisitor.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/MathMLSolverFunctionExtensions.cpp
[build CXX] 
workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/MathMLSolverPrecompiled.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/MathMLString.cpp
[build CXX] workdir/UnpackedTarball/opencollada/Externals/MathMLSolver/src/MathMLSymbolTable.cpp
[build C  ] UnpackedTarball/png/png.c
[build C  ] UnpackedTarball/png/pngerror.c
[build C  ] UnpackedTarball/png/pngget.c
[build C  ] UnpackedTarball/png/pngmem.c
[build C  ] UnpackedTarball/png/pngpread.c
[build C  ] UnpackedTarball/png/pngread.c
[build C  ] UnpackedTarball/png/pngrio.c
/tmp/build/git/core/workdir/UnpackedTarball/png/pngpread.c:22:0: warning: macro 
"PNG_READ_tEXt_MODE" is not used [-Wunused-macros]
 #define PNG_READ_tEXt_MODE  4
 ^
/tmp/build/git/core/workdir/UnpackedTarball/png/pngpread.c:26:0: warning: macro "PNG_ERROR_MODE" is 
not used [-Wunused-macros]
 #define PNG_ERROR_MODE      8
 ^
/tmp/build/git/core/workdir/UnpackedTarball/png/pngpread.c:25:0: warning: macro 
"PNG_READ_iTXt_MODE" is not used [-Wunused-macros]
 #define PNG_READ_iTXt_MODE  7
 ^
/tmp/build/git/core/workdir/UnpackedTarball/png/pngpread.c:23:0: warning: macro 
"PNG_READ_zTXt_MODE" is not used [-Wunused-macros]
 #define PNG_READ_zTXt_MODE  5
 ^
[build C  ] UnpackedTarball/png/pngrtran.c
[build C  ] UnpackedTarball/png/pngrutil.c
[build C  ] UnpackedTarball/png/pngset.c
[build C  ] UnpackedTarball/png/pngtrans.c
[build C  ] UnpackedTarball/png/pngwio.c
[build C  ] UnpackedTarball/png/pngwrite.c
[build C  ] UnpackedTarball/png/pngwtran.c
[build C  ] UnpackedTarball/png/pngwutil.c
[build XCD] base
[build XCD] fcfg_langpack_en-US
[build XCD] registry_en-US
[build PAT] boost
[build PRJ] expat
[build PRJ] icu
[build PRJ] langtag
[build PRJ] glew
[build PRJ] lcms2
[build DEP] LNK:StaticLibrary/libjpeg.a
[build LNK] StaticLibrary/libjpeg.a
[build DEP] LNK:StaticLibrary/libgraphite.a
[build LNK] StaticLibrary/libgraphite.a
[build DEP] LNK:StaticLibrary/libopencollada_parser.a
[build LNK] StaticLibrary/libopencollada_parser.a
[build DEP] LNK:StaticLibrary/libpng.a
[build LNK] StaticLibrary/libpng.a
[build CXX] workdir/UnpackedTarball/collada2gltf/COLLADA2GLTFWriter.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GitSHA1.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTFOpenCOLLADAUtils.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/assetModifiers/GLTFFlipUVModifier.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/convert/meshConverter.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/convert/animationConverter.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/extensions/o3dgc-compression/GLTF-Open3DGC.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFAccessor.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFAccessorCache.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFAsset.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFAnimation.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFBuffer.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFConfig.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFEffect.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFExtraDataHandler.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFInputStream.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFMesh.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFOutputStream.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFPrimitive.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFProfile.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFSkin.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFUtils.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/GLTF/GLTFWriter.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/helpers/geometryHelpers.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/helpers/mathHelpers.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/JSON/JSONArray.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/JSON/JSONNumber.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/JSON/JSONObject.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/JSON/JSONString.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/JSON/JSONValue.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/profiles/webgl-1.0/GLTFWebGL_1_0_Profile.cpp
[build CXX] workdir/UnpackedTarball/collada2gltf/shaders/commonProfileShaders.cpp
[build CXX] 
workdir/UnpackedTarball/collada2gltf/dependencies/o3dgc/src/o3dgc_common_lib/src/o3dgcArithmeticCodec.cpp
[build CXX] 
workdir/UnpackedTarball/collada2gltf/dependencies/o3dgc/src/o3dgc_common_lib/src/o3dgcTools.cpp
[build CXX] 
workdir/UnpackedTarball/collada2gltf/dependencies/o3dgc/src/o3dgc_common_lib/src/o3dgcTriangleFans.cpp
[build CXX] 
workdir/UnpackedTarball/collada2gltf/dependencies/o3dgc/src/o3dgc_decode_lib/src/o3dgcDynamicVectorDecoder.cpp
[build CXX] 
workdir/UnpackedTarball/collada2gltf/dependencies/o3dgc/src/o3dgc_encode_lib/src/o3dgcDynamicVectorEncoder.cpp
[build PRJ] cppunit
[build CXX] codemaker/source/commoncpp/commoncpp.cxx
[build CXX] codemaker/source/codemaker/exceptiontree.cxx
[build CXX] codemaker/source/codemaker/global.cxx
[build CXX] codemaker/source/codemaker/options.cxx
[build CXX] codemaker/source/codemaker/typemanager.cxx
[build CXX] codemaker/source/codemaker/unotype.cxx
[build CXX] codemaker/source/codemaker/codemaker.cxx
[build C  ] UnpackedTarball/expat/lib/xmlparse.c
[build C  ] UnpackedTarball/expat/lib/xmlrole.c
[build C  ] UnpackedTarball/expat/lib/xmltok.c
[build DEP] LNK:StaticLibrary/libcollada2gltf.a
[build LNK] StaticLibrary/libcollada2gltf.a
[build PKG] postprocess_registry
[build DEP] LNK:StaticLibrary/libcodemaker_cpp.a
[build LNK] StaticLibrary/libcodemaker_cpp.a
[build DEP] LNK:StaticLibrary/libcodemaker.a
[build LNK] StaticLibrary/libcodemaker.a
[build DEP] LNK:StaticLibrary/libexpat.a
[build LNK] StaticLibrary/libexpat.a
[build CXX] workdir/UnpackedTarball/boost/libs/iostreams/src/zlib.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/iostreams/src/gzip.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/iostreams/src/file_descriptor.cpp
[build CXX] workdir/UnpackedTarball/boost/libs/system/src/error_code.cpp
[build CXX] l10ntools/source/helper.cxx
[build CXX] l10ntools/source/common.cxx
[build CXX] l10ntools/source/merge.cxx
[build CXX] l10ntools/source/po.cxx
[build CXX] l10ntools/source/export.cxx
[build CXX] sal/osl/all/compat.cxx
[build CXX] sal/osl/all/debugbase.cxx
[build CXX] sal/osl/all/filepath.cxx
[build CXX] sal/osl/all/loadmodulerelative.cxx
[build CXX] sal/osl/all/log.cxx
[build CXX] sal/osl/all/utility.cxx
[build CXX] sal/rtl/alloc_arena.cxx
[build CXX] sal/rtl/alloc_cache.cxx
[build CXX] sal/rtl/alloc_fini.cxx
[build CXX] sal/rtl/alloc_global.cxx
[build CXX] sal/rtl/bootstrap.cxx
[build CXX] sal/rtl/byteseq.cxx
[build CXX] sal/rtl/cipher.cxx
[build CXX] sal/rtl/cmdargs.cxx
[build CXX] sal/rtl/crc.cxx
[build CXX] sal/rtl/digest.cxx
[build CXX] sal/rtl/hash.cxx
[build CXX] sal/rtl/locale.cxx
[build CXX] sal/rtl/math.cxx
[build CXX] sal/rtl/random.cxx
[build CXX] sal/rtl/rtl_process.cxx
[build CXX] sal/rtl/strbuf.cxx
[build CXX] sal/rtl/strimp.cxx
[build CXX] sal/rtl/string.cxx
[build CXX] sal/rtl/unload.cxx
[build CXX] sal/rtl/uri.cxx
[build CXX] sal/rtl/ustrbuf.cxx
[build CXX] sal/rtl/ustring.cxx
[build CXX] sal/rtl/uuid.cxx
[build CXX] sal/textenc/converter.cxx
[build CXX] sal/textenc/convertsimple.cxx
[build CXX] sal/textenc/handleundefinedunicodetotextchar.cxx
[build CXX] sal/textenc/tcvtutf8.cxx
[build CXX] sal/textenc/tencinfo.cxx
[build CXX] sal/textenc/textcvt.cxx
[build CXX] sal/textenc/textenc.cxx
[build CXX] sal/textenc/unichars.cxx
[build CXX] sal/osl/unx/backtraceapi.cxx
[build CXX] sal/osl/unx/conditn.cxx
[build CXX] sal/osl/unx/file.cxx
[build CXX] sal/osl/unx/file_error_transl.cxx
[build CXX] sal/osl/unx/file_misc.cxx
[build CXX] sal/osl/unx/file_path_helper.cxx
[build CXX] sal/osl/unx/file_stat.cxx
[build CXX] sal/osl/unx/file_url.cxx
[build CXX] sal/osl/unx/file_volume.cxx
[build CXX] sal/osl/unx/memory.cxx
[build CXX] sal/osl/unx/module.cxx
[build CXX] sal/osl/unx/mutex.cxx
[build CXX] sal/osl/unx/nlsupport.cxx
[build CXX] sal/osl/unx/pipe.cxx
[build CXX] sal/osl/unx/process.cxx
[build CXX] sal/osl/unx/process_impl.cxx
[build CXX] sal/osl/unx/profile.cxx
[build CXX] sal/osl/unx/random.cxx
[build CXX] sal/osl/unx/readwrite_helper.cxx
[build CXX] sal/osl/unx/security.cxx
[build CXX] sal/osl/unx/signal.cxx
[build CXX] sal/osl/unx/socket.cxx
[build CXX] sal/osl/unx/system.cxx
[build CXX] sal/osl/unx/tempfile.cxx
[build CXX] sal/osl/unx/thread.cxx
[build CXX] sal/osl/unx/time.cxx
[build CXX] sal/osl/unx/salinit.cxx
[build CXX] sal/osl/unx/uunxapi.cxx
[build CXX] sal/osl/unx/interlck.cxx
[build CXX] tools/source/reversemap/bestreversemap.cxx
[build DEP] LNK:StaticLibrary/libboost_iostreams.a
[build LNK] StaticLibrary/libboost_iostreams.a
[build DEP] LNK:StaticLibrary/libboost_system.a
[build LNK] StaticLibrary/libboost_system.a
[build CXX] workdir/LexTarget/l10ntools/source/srclex.cxx
[build DEP] LNK:StaticLibrary/libtransex.a
[build LNK] StaticLibrary/libtransex.a
/tmp/build/git/core/workdir/LexTarget/l10ntools/source/srclex.cxx: In function ‘int yylex()’:
/tmp/build/git/core/workdir/LexTarget/l10ntools/source/srclex.cxx:1660:25: warning: comparison 
between signed and unsigned integer expressions [-Wsign-compare]
    for ( yyl = 0; yyl < yyleng; ++yyl )
                         ^
/tmp/build/git/core/workdir/LexTarget/l10ntools/source/srclex.cxx: In function ‘yy_buffer_state* 
yy_scan_bytes(const char*, yy_size_t)’:
/tmp/build/git/core/workdir/LexTarget/l10ntools/source/srclex.cxx:2671:19: warning: comparison 
between signed and unsigned integer expressions [-Wsign-compare]
  for ( i = 0; i < _yybytes_len; ++i )
                   ^
/tmp/build/git/core/workdir/LexTarget/l10ntools/source/srclex.cxx: At global scope:
/tmp/build/git/core/workdir/LexTarget/l10ntools/source/srclex.cxx:2218:17: warning: ‘void 
yyunput(int, char*)’ defined but not used [-Wunused-function]
     static void yyunput (int c, register char * yy_bp )
                 ^
[build DEP] LNK:Library/libuno_sal.so.3
[build LNK] Library/libuno_sal.so.3
[build CXX] sal/cppunittester/cppunittester.cxx
[build CXX] sal/textenc/context.cxx
[build CXX] sal/textenc/convertbig5hkscs.cxx
[build CXX] sal/textenc/converteuctw.cxx
[build CXX] sal/textenc/convertgb18030.cxx
[build CXX] sal/textenc/convertisciidevangari.cxx
[build CXX] sal/textenc/convertiso2022cn.cxx
[build CXX] sal/textenc/convertiso2022jp.cxx
[build CXX] sal/textenc/convertiso2022kr.cxx
[build CXX] sal/textenc/convertsinglebytetobmpunicode.cxx
[build CXX] sal/textenc/tables.cxx
[build CXX] sal/textenc/tcvtbyte.cxx
[build CXX] sal/textenc/tcvtmb.cxx
[build CXX] sal/textenc/tcvtutf7.cxx
[build CXX] salhelper/source/condition.cxx
[build CXX] salhelper/source/dynload.cxx
[build CXX] salhelper/source/simplereferenceobject.cxx
[build CXX] salhelper/source/thread.cxx
[build CXX] salhelper/source/timer.cxx
[build CXX] store/source/object.cxx
[build CXX] store/source/lockbyte.cxx
[build CXX] store/source/storbase.cxx
[build CXX] store/source/storbios.cxx
[build CXX] store/source/storcach.cxx
[build CXX] store/source/stordata.cxx
[build CXX] store/source/stordir.cxx
[build CXX] store/source/storlckb.cxx
[build CXX] store/source/stortree.cxx
[build CXX] store/source/storpage.cxx
[build CXX] store/source/store.cxx
[build PKG] icu
[build PKG] liblangtag
[build PKG] glew
[build PKG] lcms2
[build BRK] CustomTarget/i18npool/breakiterator/char_in.brk
[build BRK] CustomTarget/i18npool/breakiterator/char.brk
[build BRK] CustomTarget/i18npool/breakiterator/count_word.brk
[build BRK] CustomTarget/i18npool/breakiterator/dict_word_he.brk
[build BRK] CustomTarget/i18npool/breakiterator/dict_word_hu.brk
[build BRK] CustomTarget/i18npool/breakiterator/dict_word_nodash.brk
[build BRK] CustomTarget/i18npool/breakiterator/dict_word_prepostdash.brk
[build BRK] CustomTarget/i18npool/breakiterator/dict_word.brk
[build BRK] CustomTarget/i18npool/breakiterator/edit_word_he.brk
[build BRK] CustomTarget/i18npool/breakiterator/edit_word_hu.brk
[build BRK] CustomTarget/i18npool/breakiterator/edit_word.brk
[build BRK] CustomTarget/i18npool/breakiterator/line.brk
[build BRK] CustomTarget/i18npool/breakiterator/sent.brk
[build DEP] LNK:Executable/cppunittester
[build LNK] Executable/cppunittester
[build DEP] LNK:Library/libsal_textenclo.so
[build LNK] Library/libsal_textenclo.so
[build DEP] LNK:Library/libuno_salhelpergcc3.so.3
[build LNK] Library/libuno_salhelpergcc3.so.3
[build CXX] registry/source/keyimpl.cxx
[build CXX] registry/source/reflread.cxx
[build CXX] registry/source/reflwrit.cxx
[build CXX] registry/source/regimpl.cxx
[build CXX] registry/source/registry.cxx
[build CXX] registry/source/regkey.cxx
[build DEP] LNK:Executable/bestreversemap
[build LNK] Executable/bestreversemap
[build DEP] LNK:Executable/transex3
[build LNK] Executable/transex3
[build CCD] CustomTarget/i18npool/breakiterator/char_in_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/char_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/count_word_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/dict_word_he_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/dict_word_hu_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/dict_word_nodash_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/dict_word_prepostdash_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/dict_word_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/edit_word_he_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/edit_word_hu_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/edit_word_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/line_brk.c
[build CCD] CustomTarget/i18npool/breakiterator/sent_brk.c
[build CXX] unoidl/source/legacyprovider.cxx
[build CXX] unoidl/source/sourcefileprovider.cxx
[build CXX] unoidl/source/sourcetreeprovider.cxx
[build CXX] unoidl/source/unoidl.cxx
[build CXX] unoidl/source/unoidlprovider.cxx
[build CXX] workdir/YaccTarget/unoidl/source/sourceprovider-parser.cxx
[build CXX] workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx
[build DEP] LNK:Library/libstorelo.so
[build LNK] Library/libstorelo.so
/tmp/build/git/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx: In function ‘int 
yylex(YYSTYPE*, int*, yyscan_t)’:
/tmp/build/git/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1141:30: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
    for ( yyl = 0; yyl < yyleng; ++yyl )
                              ^
/tmp/build/git/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx: In function 
‘yy_buffer_state* yy_scan_bytes(const char*, yy_size_t, yyscan_t)’:
/tmp/build/git/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:2409:19: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
  for ( i = 0; i < _yybytes_len; ++i )
                   ^
/tmp/build/git/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx: At global scope:
/tmp/build/git/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:2430:13: warning: 
unused parameter ‘yyscanner’ [-Wunused-parameter]
 static void yy_fatal_error (yyconst char* msg , yyscan_t yyscanner)
             ^
/tmp/build/git/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:2774:7: warning: 
unused parameter ‘yyscanner’ [-Wunused-parameter]
 void *yyalloc (yy_size_t  size , yyscan_t yyscanner)
       ^
/tmp/build/git/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:2779:7: warning: 
unused parameter ‘yyscanner’ [-Wunused-parameter]
 void *yyrealloc  (void * ptr, yy_size_t  size , yyscan_t yyscanner)
       ^
/tmp/build/git/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:2791:6: warning: 
unused parameter ‘yyscanner’ [-Wunused-parameter]
 void yyfree (void * ptr , yyscan_t yyscanner)
      ^
/tmp/build/git/core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1944:17: warning: 
‘void yyunput(int, char*, yyscan_t)’ defined but not used [-Wunused-function]
     static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner)
                 ^
[build UPK] liborcus-0.9.2.tar.gz
[build UPK] harfbuzz-0.9.40.tar.bz2
[build CMN] CustomTarget/i18npool/breakiterator/OpenOffice_dat.c
[build DEP] LNK:Library/libreglo.so
[build LNK] Library/libreglo.so
[build CXX] codemaker/source/cppumaker/cppumaker.cxx
[build CXX] codemaker/source/cppumaker/cppuoptions.cxx
[build CXX] codemaker/source/cppumaker/cpputype.cxx
[build CXX] codemaker/source/cppumaker/dependencies.cxx
[build CXX] codemaker/source/cppumaker/dumputils.cxx
[build CXX] codemaker/source/cppumaker/includes.cxx
[build CXX] unoidl/source/unoidl-write.cxx
[build CXX] unoidl/source/unoidl-check.cxx
[build BRM] CustomTarget/tools/string/reversemap.cxx
[build PAT] liborcus
[build PAT] harfbuzz
[build SRS] svx/inc/globlmn_tmpl.hrc
[build DEP] LNK:Library/libunoidllo.so
[build LNK] Library/libunoidllo.so
[build DEP] LNK:Executable/cppumaker
[build LNK] Executable/cppumaker
[build DEP] LNK:Executable/unoidl-write
[build LNK] Executable/unoidl-write
[build DEP] LNK:Executable/unoidl-check
[build LNK] Executable/unoidl-check
[build PRJ] nss
[build PRJ] harfbuzz
[build SRT] svx/res
[build UNO] udkapi
[build DBc] udkapi
[build HPC] udkapi
[build HPP] udkapi
[build UNO] offapi
[build DBc] offapi
[build UNO] cppuhelper
[build HPB] udkapi
[build UNO] oovbaapi
[build HPC] offapi
[build UNO] scaddins
[build HPP] offapi
[build HPC] cppuhelper
[build PRJ] liborcus
[build PKG] nss
[build HPP] oovbaapi
[build HPC] scaddins
[build C  ] cppu/source/uno/EnvDcp.c
[build CXX] cppu/source/cppu/compat.cxx
[build CXX] cppu/source/cppu/cppu_opt.cxx
[build CXX] cppu/source/threadpool/current.cxx
[build CXX] cppu/source/threadpool/jobqueue.cxx
[build CXX] cppu/source/threadpool/thread.cxx
[build CXX] cppu/source/threadpool/threadident.cxx
[build CXX] cppu/source/threadpool/threadpool.cxx
[build CXX] cppu/source/typelib/static_types.cxx
[build CXX] cppu/source/typelib/typelib.cxx
[build CXX] cppu/source/uno/any.cxx
[build CXX] cppu/source/uno/cascade_mapping.cxx
[build CXX] cppu/source/uno/data.cxx
[build CXX] cppu/source/uno/EnvStack.cxx
[build CXX] cppu/source/uno/IdentityMapping.cxx
[build CXX] cppu/source/uno/lbenv.cxx
[build CXX] cppu/source/uno/lbmap.cxx
[build CXX] cppu/source/uno/loadmodule.cxx
[build CXX] cppu/source/uno/sequence.cxx
[build CXX] bridges/source/cpp_uno/gcc3_linux_intel/cpp2uno.cxx
[build CXX] bridges/source/cpp_uno/gcc3_linux_intel/except.cxx
[build CXX] bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx
[build CXX] bridges/source/cpp_uno/gcc3_linux_intel/callvirtualmethod.cxx
[build ASM] bridges/source/cpp_uno/gcc3_linux_intel/call
[build CXX] bridges/source/cpp_uno/shared/bridge.cxx
[build CXX] bridges/source/cpp_uno/shared/component.cxx
[build CXX] bridges/source/cpp_uno/shared/types.cxx
[build CXX] bridges/source/cpp_uno/shared/unointerfaceproxy.cxx
[build CXX] bridges/source/cpp_uno/shared/vtablefactory.cxx
[build CXX] bridges/source/cpp_uno/shared/vtables.cxx
[build CXX] bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx
[build CXX] xmlreader/source/pad.cxx
[build CXX] xmlreader/source/span.cxx
[build CXX] xmlreader/source/xmlreader.cxx
[build CXX] cppuhelper/source/access_control.cxx
[build CXX] cppuhelper/source/bootstrap.cxx
[build CXX] cppuhelper/source/compat.cxx
[build CXX] cppuhelper/source/component_context.cxx
[build CXX] cppuhelper/source/component.cxx
[build CXX] cppuhelper/source/defaultbootstrap.cxx
[build CXX] cppuhelper/source/exc_thrower.cxx
[build CXX] cppuhelper/source/factory.cxx
[build CXX] cppuhelper/source/implbase.cxx
[build CXX] cppuhelper/source/implbase_ex.cxx
[build CXX] cppuhelper/source/implementationentry.cxx
[build CXX] cppuhelper/source/interfacecontainer.cxx
[build CXX] cppuhelper/source/macro_expander.cxx
[build CXX] cppuhelper/source/paths.cxx
[build CXX] cppuhelper/source/propertysetmixin.cxx
[build CXX] cppuhelper/source/propshlp.cxx
[build CXX] cppuhelper/source/servicemanager.cxx
[build CXX] cppuhelper/source/shlib.cxx
[build CXX] cppuhelper/source/supportsservice.cxx
[build CXX] cppuhelper/source/tdmgr.cxx
[build CXX] cppuhelper/source/typemanager.cxx
[build CXX] cppuhelper/source/typeprovider.cxx
[build CXX] cppuhelper/source/unourl.cxx
[build CXX] cppuhelper/source/weak.cxx
[build CXX] i18nlangtag/source/isolang/insys.cxx
[build CXX] i18nlangtag/source/isolang/isolang.cxx
[build CXX] i18nlangtag/source/isolang/mslangid.cxx
[build CXX] i18nlangtag/source/languagetag/languagetag.cxx
[build CXX] i18nlangtag/source/languagetag/languagetagicu.cxx
[build CXX] jvmaccess/source/classpath.cxx
[build CXX] jvmaccess/source/unovirtualmachine.cxx
[build CXX] jvmaccess/source/virtualmachine.cxx
[build CXX] stoc/source/javaloader/javaloader.cxx
[build DEP] LNK:Library/libuno_cppu.so.3
[build LNK] Library/libuno_cppu.so.3
[build DEP] LNK:Library/libi18nlangtag.so
[build LNK] Library/libi18nlangtag.so
[build CXX] binaryurp/source/binaryany.cxx
[build CXX] binaryurp/source/bridge.cxx
[build CXX] binaryurp/source/bridgefactory.cxx
[build CXX] binaryurp/source/currentcontext.cxx
[build CXX] binaryurp/source/incomingrequest.cxx
[build CXX] binaryurp/source/lessoperators.cxx
[build CXX] binaryurp/source/marshal.cxx
[build CXX] binaryurp/source/outgoingrequests.cxx
[build CXX] binaryurp/source/proxy.cxx
[build CXX] binaryurp/source/reader.cxx
[build CXX] binaryurp/source/unmarshal.cxx
[build CXX] binaryurp/source/writer.cxx
[build CXX] io/source/services.cxx
[build CXX] io/source/acceptor/acc_pipe.cxx
[build CXX] io/source/acceptor/acc_socket.cxx
[build CXX] io/source/acceptor/acceptor.cxx
[build CXX] io/source/connector/connector.cxx
[build CXX] io/source/connector/ctr_pipe.cxx
[build CXX] io/source/connector/ctr_socket.cxx
[build CXX] io/source/stm/odata.cxx
[build CXX] io/source/stm/omark.cxx
[build CXX] io/source/stm/opipe.cxx
[build CXX] io/source/stm/opump.cxx
[build CXX] io/source/stm/streamhelper.cxx
[build CXX] io/source/TextInputStream/TextInputStream.cxx
[build CXX] io/source/TextOutputStream/TextOutputStream.cxx
[build CXX] stoc/source/defaultregistry/defaultregistry.cxx
[build CXX] stoc/source/implementationregistration/implreg.cxx
[build CXX] stoc/source/implementationregistration/mergekeys.cxx
[build CXX] stoc/source/loader/dllcomponentloader.cxx
[build CXX] stoc/source/security/access_controller.cxx
[build CXX] stoc/source/security/file_policy.cxx
[build CXX] stoc/source/security/permissions.cxx
[build CXX] stoc/source/servicemanager/servicemanager.cxx
[build CXX] stoc/source/simpleregistry/simpleregistry.cxx
[build CXX] stoc/source/inspect/introspection.cxx
[build CXX] stoc/source/invocation_adapterfactory/iafactory.cxx
[build CXX] stoc/source/invocation/invocation.cxx
[build CXX] stoc/source/namingservice/namingservice.cxx
[build CXX] stoc/source/proxy_factory/proxyfac.cxx
[build CXX] stoc/source/corereflection/crarray.cxx
[build CXX] stoc/source/corereflection/crbase.cxx
[build CXX] stoc/source/corereflection/crcomp.cxx
[build CXX] stoc/source/corereflection/crefl.cxx
[build CXX] stoc/source/corereflection/crenum.cxx
[build CXX] stoc/source/corereflection/criface.cxx
[build CXX] stoc/source/typeconv/convert.cxx
[build CXX] stoc/source/uriproc/ExternalUriReferenceTranslator.cxx
[build CXX] stoc/source/uriproc/UriReference.cxx
[build CXX] stoc/source/uriproc/UriReferenceFactory.cxx
[build CXX] stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx
[build CXX] stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx
[build CXX] stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory.cxx
[build CXX] remotebridges/source/unourl_resolver/unourl_resolver.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/util.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
[build CXX] jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx
[build CXX] jvmfwk/source/elements.cxx
[build CXX] jvmfwk/source/framework.cxx
[build CXX] jvmfwk/source/fwkbase.cxx
[build CXX] jvmfwk/source/fwkutil.cxx
[build CXX] jvmfwk/source/libxmlutil.cxx
[build CXX] stoc/source/javavm/interact.cxx
[build CXX] stoc/source/javavm/javavm.cxx
[build CXX] stoc/source/javavm/jvmargs.cxx
[build CXX] i18npool/source/localedata/LocaleNode.cxx
[build CXX] i18npool/source/localedata/filewriter.cxx
[build CXX] i18npool/source/localedata/saxparser.cxx
[build CXX] basegfx/source/color/bcolormodifier.cxx
[build CXX] basegfx/source/color/bcolortools.cxx
[build CXX] basegfx/source/curve/b2dbeziertools.cxx
[build CXX] basegfx/source/curve/b2dcubicbezier.cxx
[build CXX] basegfx/source/matrix/b2dhommatrix.cxx
[build CXX] basegfx/source/matrix/b2dhommatrixtools.cxx
[build CXX] basegfx/source/matrix/b3dhommatrix.cxx
[build CXX] basegfx/source/numeric/ftools.cxx
[build CXX] basegfx/source/pixel/bpixel.cxx
[build CXX] basegfx/source/point/b2dpoint.cxx
[build CXX] basegfx/source/point/b2ipoint.cxx
[build CXX] basegfx/source/point/b3dpoint.cxx
[build CXX] basegfx/source/polygon/b2dlinegeometry.cxx
[build CXX] basegfx/source/polygon/b2dpolygon.cxx
[build CXX] basegfx/source/polygon/b2dpolygonclipper.cxx
[build CXX] basegfx/source/polygon/b2dpolygoncutandtouch.cxx
[build CXX] basegfx/source/polygon/b2dpolygontools.cxx
[build CXX] basegfx/source/polygon/b2dpolygontriangulator.cxx
[build CXX] basegfx/source/polygon/b2dpolypolygon.cxx
[build CXX] basegfx/source/polygon/b2dpolypolygoncutter.cxx
[build CXX] basegfx/source/polygon/b2dpolypolygontools.cxx
[build CXX] basegfx/source/polygon/b2dsvgpolypolygon.cxx
[build CXX] basegfx/source/polygon/b2dtrapezoid.cxx
/tmp/build/git/core/basegfx/source/polygon/b2dsvgpolypolygon.cxx: In function ‘rtl::OUString 
basegfx::tools::exportToSvgD(const basegfx::B2DPolyPolygon&, bool, bool, bool)’:
/tmp/build/git/core/basegfx/source/polygon/b2dsvgpolypolygon.cxx:933:9: internal compiler error: in 
connect_traces, at dwarf2cfi.c:2676
         }
         ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [/tmp/build/git/core/workdir/CxxObject/basegfx/source/polygon/b2dsvgpolypolygon.o] 
Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [CppunitTest_sc_ucalc] Error 2



Context


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.