miurahr / libreoffice-build-ubuntu-vagrant

Provide libreoffice building environment using Vagrant
GNU General Public License v2.0
1 stars 0 forks source link

translations failed #1

Open miurahr opened 10 years ago

miurahr commented 10 years ago
To build, issue:
/usr/bin/make

For details, 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, issue:
/usr/bin/make check

cd /home/vagrant/libreoffice && ./g -f clone
Submodule 'translations' (git://gerrit.libreoffice.org/translations) registered for path 'translations'

Stderr from the command:

++ LOGIT_REPO=git://gerrit.libreoffice.org/core
++ BUILD_GEN='--without-java --without-help --without-myspell-dicts'
++ BUILD_DEBUG=--enable-dbgutil
++ BUILD_LANG=--with-lang=ALL
++ BUILD_SRC='--with-referenced-git=/vagrant/libreoffice --with-external-tar=/vagrant/libreoffice/src'
++ BUILD_BRANCH=master
++ cd /home/vagrant
++ git clone --reference /vagrant/libreoffice --branch master git://gerrit.libreoffice.org/core libreoffice
Cloning into 'libreoffice'...
Checking out files: 100% (63722/63722), done.
++ cd libreoffice
++ ./autogen.sh --without-java --without-help --without-myspell-dicts --enable-dbgutil --with-lang=ALL --with-referenced-git=/vagrant/libreoffice --with-external-tar=/vagrant/libreoffice/src
./configure: line 21246: test: too many arguments
++ make
Cloning into 'translations'...
fatal: Could not switch to '/vagrant/libreoffice/.git/modules/': No such file or directory
Clone of 'git://gerrit.libreoffice.org/translations' into submodule path 'translations' failed
make: *** [get-submodules] Error 1

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

chmod +x /tmp/vagrant-shell && /tmp/vagrant-shell

Stdout from the command:

Running ./configure with '--without-java' '--without-help' '--without-myspell-dicts' '--enable-dbgutil' '--with-lang=ALL' '--with-referenced-git=/vagrant/libreoffice' '--with-external-tar=/vagrant/libreoffice/src' '--srcdir=/home/vagrant/libreoffice' '--enable-option-checking=fatal'
********************************************************************
*
*   Running LibreOffice build configuration.
*
********************************************************************

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for product name... LibreOfficeDev
checking for product version... 4.4
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 sed... /bin/sed
checking whether to use link-time optimization... no
checking whether build target is Release Build... no
checking whether to sign windows build... no
checking for gawk... no
checking for mawk... mawk
checking for mawk... /usr/bin/mawk
checking for bash... /bin/bash
checking for GNU or BSD tar... tar
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... not found
checking gcc home... /usr
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 gcc... /usr/bin/gcc
checking whether to build with Java support... no
checking whether to enable export file validation... no
checking whether to treat the installation as read-only... no
checking whether GCC is actually Clang... no
checking the GCC version... gcc 4.8
checking whether gcc supports -ggdb2... yes
checking whether gcc supports -finline-limit=0... yes
checking whether gcc supports -fno-inline... yes
checking for -Bsymbolic-functions linker support ... found 
checking for -isystem ... yes
checking whether to build with additional debug utilities... yes
checking whether to do a debug build... yes (dbgutil)
checking whether to use selective debuginfo... no, for all
checking whether to include symbols while preserve optimization... no
checking for explicit AFLAGS... no
checking for explicit CFLAGS... no
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... 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 enable crashdump feature... no
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 for GNU make... /usr/bin/make
checking the GNU make version... /usr/bin/make 3.81
checking for sha1sum... sha1sum
checking for GNU make bug 20033... no, keep parallelism enabled
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 objdump... objdump
checking for ranlib... ranlib
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)
checking how to run the C++ preprocessor... g++ -E
checking whether g++ is broken with boost.thread... yes
checking how to run the C++ preprocessor... g++ -E
checking how to run the C preprocessor... gcc -E
checking size of long... 8
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*... 8
checking alignment of short... 2
checking alignment of int... 4
checking alignment of long... 8
checking alignment of double... 8
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether to enable runtime optimizations... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking sys/sdt.h usability... no
checking sys/sdt.h presence... no
checking for sys/sdt.h... no
checking whether g++ supports thread safe statics... yes
checking whether gcc supports -fvisibility=hidden... yes
checking whether gcc supports -Wno-long-double... yes
checking whether gcc supports -mno-avx... yes
checking whether gcc supports atomic functions... yes
checking whether gcc supports pragma GCC diagnostic error/ignored/warning... yes
checking whether gcc supports pragma GCC diagnostic push/pop... yes
checking whether gcc supports __attribute__((deprecated(message)))... yes
checking whether g++ declares __cxa_allocate_exception in cxxabi.h... yes
checking whether g++ declares __cxa_get_globals in cxxabi.h... yes
checking whether g++ declares __cxa_throw in cxxabi.h... yes
checking whether g++ supports __attribute__((warn_unused))... no
checking whether STL uses __attribute__((warn_unused))... no
checking What the C++ library is... GNU libstdc++
checking whether g++ supports C++11... yes (-std=gnu++11)
checking whether using C++11 causes libstdc++ 4.7.0/4.7.1 ABI breakage... no
checking whether g++ supports C++11 without Language Defect 757... yes
checking whether g++ supports C++11 without __float128 compile error... yes
checking for std::shared_ptr... yes
checking whether g++ supports C++11 = delete syntax... yes
checking whether g++ supports C++11 "override" syntax... yes
checking whether g++ supports C++11 "final" syntax... yes
checking whether g++ supports C++11 perfect forwarding... yes
checking whether 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 g++ supports -fno-default-inline... yes
checking whether 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 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 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 jpeg to use... external
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_resync_to_restart in -ljpeg... yes
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 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.5... 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/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-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 PostgreSQL C interface... 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
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 vigra 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 NPAPI headers 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 plug browser plugins into LibreOffice documents... yes
checking whether to plug LibreOffice into browser windows... yes
checking whether to use X11... yes
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 XtToolkitInitialize in -lXt... 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... 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... /usr/bin/touch
checking which VCLplugs shall be built... gtk 
checking whether to enable GConf support... yes
checking for GCONF... yes
checking whether to enable GNOME VFS support... no
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 whether to enable Impress remote control android app... no
checking for GTK... yes
checking for GTHREAD... yes
checking whether to enable the systray quickstarter... yes
checking for GTK210... 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... no
checking whether to enable the GStreamer avmedia backend... yes
checking for GSTREAMER_0_10... yes
checking whether to enable the VLC avmedia backend... no
checking whether to build the OpenGL Transitions component... yes
checking for main in -lGL... yes
checking for glCreateShader in -lGL... yes
checking for main in -lGLU... yes
checking which Mesa headers to use... internal
checking whether to build with the OpenCL support.... yes
checking whether to enable glTF support... 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... no
checking whether to build support for scripts in BeanShell... no
checking whether to build support for scripts in JavaScript... no
checking whether to enable the lockdown pieces... no
checking whether to enable evolution 2 support... no
checking whether to enable TDE address book support... no
checking whether to enable KDE address book support... no
checking which themes to include...  crystal default hicontrast oxygen tango sifr 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 Sun Professional Template Pack integration (only supported languages displayed)... no integration
checking whether to include third-party fonts... yes
checking whether to include PPDs... 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 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 which languages to be built... ALL
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 vagrant
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 build verbosity... not set
checking whether to enable dependency tracking... yes
checking for number of processors to use... 1
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
setting up the build environment variables...
configure: creating ./config.status
config.status: creating config_host.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_eot.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_lgpl.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_mingw.h
config.status: creating config_host/config_oox.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_vclplug.h
config.status: creating config_host/config_version.h
config.status: creating config_host/config_oauth2.h
****************************************************************************

To build, issue:
/usr/bin/make

For details, 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, issue:
/usr/bin/make check

cd /home/vagrant/libreoffice && ./g -f clone
Submodule 'translations' (git://gerrit.libreoffice.org/translations) registered for path 'translations'

Stderr from the command:

++ LOGIT_REPO=git://gerrit.libreoffice.org/core
++ BUILD_GEN='--without-java --without-help --without-myspell-dicts'
++ BUILD_DEBUG=--enable-dbgutil
++ BUILD_LANG=--with-lang=ALL
++ BUILD_SRC='--with-referenced-git=/vagrant/libreoffice --with-external-tar=/vagrant/libreoffice/src'
++ BUILD_BRANCH=master
++ cd /home/vagrant
++ git clone --reference /vagrant/libreoffice --branch master git://gerrit.libreoffice.org/core libreoffice
Cloning into 'libreoffice'...
Checking out files: 100% (63722/63722), done.
++ cd libreoffice
++ ./autogen.sh --without-java --without-help --without-myspell-dicts --enable-dbgutil --with-lang=ALL --with-referenced-git=/vagrant/libreoffice --with-external-tar=/vagrant/libreoffice/src
./configure: line 21246: test: too many arguments
++ make
Cloning into 'translations'...
fatal: Could not switch to '/vagrant/libreoffice/.git/modules/': No such file or directory
Clone of 'git://gerrit.libreoffice.org/translations' into submodule path 'translations' failed
make: *** [get-submodules] Error 1

 INFO interface: Machine: error-exit ["Vagrant::Errors::VagrantError", "The following SSH command responded with a non-zero exit status.\nVagrant assumes that this means the command failed!\n\nchmod +x /tmp/vagrant-shell && /tmp/vagrant-shell\n\nStdout from the command:\n\nRunning ./configure with '--without-java' '--without-help' '--without-myspell-dicts' '--enable-dbgutil' '--with-lang=ALL' '--with-referenced-git=/vagrant/libreoffice' '--with-external-tar=/vagrant/libreoffice/src' '--srcdir=/home/vagrant/libreoffice' '--enable-option-checking=fatal'\n********************************************************************\n*\n*   Running LibreOffice build configuration.\n*\n********************************************************************\n\nchecking build system type... x86_64-unknown-linux-gnu\nchecking host system type... x86_64-unknown-linux-gnu\nchecking for product name... LibreOfficeDev\nchecking for product version... 4.4\nchecking for grep that handles long lines and -e... /bin/grep\nchecking for egrep... /bin/grep -E\nchecking for grep... (cached) /bin/grep\nchecking for sed... /bin/sed\nchecking whether to use link-time optimization... no\nchecking whether build target is Release Build... no\nchecking whether to sign windows build... no\nchecking for gawk... no\nchecking for mawk... mawk\nchecking for mawk... /usr/bin/mawk\nchecking for bash... /bin/bash\nchecking for GNU or BSD tar... tar\nchecking for tar's option to strip components... --strip-components\nchecking how to build and package galleries... internal src images for desktop\nchecking for ccache... not found\nchecking gcc home... /usr\nchecking for gcc... gcc\nchecking whether the C compiler works... yes\nchecking for C compiler default output file name... a.out\nchecking for suffix of executables... \nchecking whether we are cross compiling... no\nchecking for suffix of object files... o\nchecking whether we are using the GNU C compiler... yes\nchecking whether gcc accepts -g... yes\nchecking for gcc option to accept ISO C89... none needed\nchecking for gcc... /usr/bin/gcc\nchecking whether to build with Java support... no\nchecking whether to enable export file validation... no\nchecking whether to treat the installation as read-only... no\nchecking whether GCC is actually Clang... no\nchecking the GCC version... gcc 4.8\nchecking whether gcc supports -ggdb2... yes\nchecking whether gcc supports -finline-limit=0... yes\nchecking whether gcc supports -fno-inline... yes\nchecking for -Bsymbolic-functions linker support ... found \nchecking for -isystem ... yes\nchecking whether to build with additional debug utilities... yes\nchecking whether to do a debug build... yes (dbgutil)\nchecking whether to use selective debuginfo... no, for all\nchecking whether to include symbols while preserve optimization... no\nchecking for explicit AFLAGS... no\nchecking for explicit CFLAGS... no\nchecking for explicit CXXFLAGS... no\nchecking for explicit OBJCFLAGS... no\nchecking for explicit OBJCXXFLAGS... no\nchecking for explicit LDFLAGS... no\nchecking which package format to use... none\nchecking how to run the C preprocessor... gcc -E\nchecking for ANSI C header files... yes\nchecking for sys/types.h... yes\nchecking for sys/stat.h... yes\nchecking for stdlib.h... yes\nchecking for string.h... yes\nchecking for memory.h... yes\nchecking for strings.h... yes\nchecking for inttypes.h... yes\nchecking for stdint.h... yes\nchecking for unistd.h... yes\nchecking syslog.h usability... yes\nchecking syslog.h presence... yes\nchecking for syslog.h... yes\nchecking whether to enable crashdump feature... no\nchecking whether to turn warnings to errors... no\nchecking whether to have assert to abort in release code... no\nchecking whether to use ooenv for the instdir installation... yes\nchecking whether to enable CUPS support... yes\nchecking whether cups support is present... checking for cupsPrintFiles in -lcups... yes\nchecking cups/cups.h usability... yes\nchecking cups/cups.h presence... yes\nchecking for cups/cups.h... yes\nchecking for pkg-config... /usr/bin/pkg-config\nchecking pkg-config is at least version 0.9.0... yes\nchecking for FONTCONFIG... yes\nchecking whether we want to fetch tarballs... \"yes, if we use them\"\nchecking whether to build help... no\nchecking whether to include MySpell dictionaries... no\nchecking whether to use dicts from external paths... yes\nchecking for spelling dictionary directory... file:///usr/share/hunspell\nchecking for hyphenation patterns directory... file:///usr/share/hyphen\nchecking for thesaurus directory... file:///usr/share/mythes\nchecking whether to enable pch feature... no\nchecking for GNU make... /usr/bin/make\nchecking the GNU make version... /usr/bin/make 3.81\nchecking for sha1sum... sha1sum\nchecking for GNU make bug 20033... no, keep parallelism enabled\nchecking whether GNU make supports the 'file' function... no\nchecking for --hash-style gcc linker support ... gnu \nchecking for perl... /usr/bin/perl\nchecking the Perl version... checked (perl 5)\nchecking for required Perl modules... all modules found\nchecking for pkg-config... (cached) /usr/bin/pkg-config\nchecking pkg-config is at least version 0.9.0... yes\nchecking for ar... ar\nchecking for nm... nm\nchecking for objdump... objdump\nchecking for ranlib... ranlib\nchecking for strip... strip\nchecking for ANSI C header files... (cached) yes\nchecking for g++... g++\nchecking whether we are using the GNU C++ compiler... yes\nchecking whether g++ accepts -g... yes\nchecking the GNU C++ compiler version... checked (g++ 4.8)\nchecking how to run the C++ preprocessor... g++ -E\nchecking whether g++ is broken with boost.thread... yes\nchecking how to run the C++ preprocessor... g++ -E\nchecking how to run the C preprocessor... gcc -E\nchecking size of long... 8\nchecking size of short... 2\nchecking size of int... 4\nchecking size of long long... 8\nchecking size of double... 8\nchecking size of void*... 8\nchecking alignment of short... 2\nchecking alignment of int... 4\nchecking alignment of long... 8\nchecking alignment of double... 8\nchecking for special C compiler options needed for large files... no\nchecking for _FILE_OFFSET_BITS value needed for large files... no\nchecking whether to enable runtime optimizations... yes\nchecking valgrind/valgrind.h usability... no\nchecking valgrind/valgrind.h presence... no\nchecking for valgrind/valgrind.h... no\nchecking sys/sdt.h usability... no\nchecking sys/sdt.h presence... no\nchecking for sys/sdt.h... no\nchecking whether g++ supports thread safe statics... yes\nchecking whether gcc supports -fvisibility=hidden... yes\nchecking whether gcc supports -Wno-long-double... yes\nchecking whether gcc supports -mno-avx... yes\nchecking whether gcc supports atomic functions... yes\nchecking whether gcc supports pragma GCC diagnostic error/ignored/warning... yes\nchecking whether gcc supports pragma GCC diagnostic push/pop... yes\nchecking whether gcc supports __attribute__((deprecated(message)))... yes\nchecking whether g++ declares __cxa_allocate_exception in cxxabi.h... yes\nchecking whether g++ declares __cxa_get_globals in cxxabi.h... yes\nchecking whether g++ declares __cxa_throw in cxxabi.h... yes\nchecking whether g++ supports __attribute__((warn_unused))... no\nchecking whether STL uses __attribute__((warn_unused))... no\nchecking What the C++ library is... GNU libstdc++\nchecking whether g++ supports C++11... yes (-std=gnu++11)\nchecking whether using C++11 causes libstdc++ 4.7.0/4.7.1 ABI breakage... no\nchecking whether g++ supports C++11 without Language Defect 757... yes\nchecking whether g++ supports C++11 without __float128 compile error... yes\nchecking for std::shared_ptr... yes\nchecking whether g++ supports C++11 = delete syntax... yes\nchecking whether g++ supports C++11 \"override\" syntax... yes\nchecking whether g++ supports C++11 \"final\" syntax... yes\nchecking whether g++ supports C++11 perfect forwarding... yes\nchecking whether g++ supports _Pragma operator... yes\nchecking if STL headers are visibility safe (GCC bug 22482)... yes\nchecking if gcc is -fvisibility-inlines-hidden safe with STL headers... yes\nchecking if gcc is -fvisibility-inlines-hidden safe (Clang bug 11250)... yes\nchecking if gcc has a visibility bug with class-level attributes (GCC bug 26905)... no\nchecking whether g++ supports -fno-default-inline... yes\nchecking whether g++ supports -fno-enforce-eh-specs... yes\nchecking which memory allocator to use... internal\nchecking for posix_fallocate... yes\nchecking whether to add custom build version... no\nchecking which C preprocessor to use in idlc... ucpp\nchecking which ucpp tp use... internal\nchecking whether to enable EPM for packing... no\nchecking for gperf... /usr/bin/gperf\nchecking gperf version... OK\nchecking for doxygen... /usr/bin/doxygen\nchecking whether to build the ODK... yes\nchecking which zlib to use... external\nchecking zlib.h usability... yes\nchecking zlib.h presence... yes\nchecking for zlib.h... yes\nchecking for deflate in -lz... yes\nchecking which jpeg to use... external\nchecking jpeglib.h usability... yes\nchecking jpeglib.h presence... yes\nchecking for jpeglib.h... yes\nchecking for jpeg_resync_to_restart in -ljpeg... yes\nchecking which clucene to use... internal\nchecking which expat to use... internal\nchecking whether to enable Embedded OpenType support... no\nchecking which librevenge to use... internal\nchecking which libebook to use... internal\nchecking which libetonyek to use... internal\nchecking which libfreehand to use... internal\nchecking which libodfgen to use... internal\nchecking which libcdr to use... internal\nchecking which libmspub to use... internal\nchecking which libmwaw to use... internal\nchecking which libvisio to use... internal\nchecking which libcmis to use... internal\nchecking which libwpd to use... internal\nchecking which lcms2 to use... internal\nchecking which cppunit to use... internal\nchecking whether freetype is available... checking for FREETYPE... yes\nchecking for FT_Face_GetCharVariantIndex... yes\nchecking which libabw to use... internal\nchecking which libwps to use... internal\nchecking which libwpg to use... internal\nchecking which libxslt to use... external\nchecking for LIBXSLT... yes\nchecking for LIBEXSLT... yes\nchecking for xsltproc... /usr/bin/xsltproc\nchecking which libxml to use... external\nchecking for LIBXML... yes\nchecking for xmllint... /usr/bin/xmllint\nchecking for a Python interpreter with version >= 2.5... python\nchecking for python... /usr/bin/python\nchecking for python version... 2.7\nchecking for python platform... linux2\nchecking for python script directory... ${prefix}/lib/python2.7/dist-packages\nchecking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages\nchecking which Python to use for Pyuno... checking for a Python interpreter with version >= 3.3... python3\nchecking for python3... /usr/bin/python3\nchecking for python3 version... 3.4\nchecking for python3 platform... linux\nchecking for python3 script directory... ${prefix}/lib/python3.4/site-packages\nchecking for python3 extension module directory... ${exec_prefix}/lib/python3.4/site-packages\nsystem\nchecking for a Python interpreter with version >= 3.3... python3\nchecking for python3... /usr/bin/python3\nchecking for python3 version... 3.4\nchecking for python3 platform... linux\nchecking for python3 script directory... ${prefix}/lib/python3.4/site-packages\nchecking for python3 extension module directory... ${exec_prefix}/lib/python3.4/site-packages\nchecking Python.h usability... yes\nchecking Python.h presence... yes\nchecking for Python.h... yes\nchecking for correct python library version... ok\nchecking whether to build the MariaDB/MySQL Connector extension... no\nchecking PostgreSQL C interface... checking for library containing com_err... -lcom_err\nchecking for library containing krb5_sendauth... -lkrb5\nchecking for library containing gss_init_sec_context... -lgssapi_krb5\ninternal\nchecking which Firebird to use... internal\nchecking which libcurl to use... internal\nchecking which boost to use... internal\nchecking which mdds to use... internal\nchecking which glm to use... internal\nchecking which glew to use... internal\nchecking which vigra to use... internal\nchecking which odbc headers to use... internal\nchecking which openldap library to use... internal\nchecking which TLS/SSL and cryptographic implementation to use... NSS\nchecking which nss to use... internal\nchecking which NPAPI headers to use... internal\nchecking which sane header to use... internal\nchecking which icu to use... internal\nchecking whether to enable graphite support... yes\nchecking which graphite to use... internal\nchecking whether to enable orcus... yes\nchecking which orcus to use... internal\nchecking whether to enable HarfBuzz support... yes\nchecking which harfbuzz to use... internal\nchecking whether to plug browser plugins into LibreOffice documents... yes\nchecking whether to plug LibreOffice into browser windows... yes\nchecking whether to use X11... yes\nchecking for X... libraries , headers \nchecking for gethostbyname... yes\nchecking for connect... yes\nchecking for remove... yes\nchecking for shmat... yes\nchecking for IceConnectionNumber in -lICE... yes\nchecking for XOpenDisplay in -lX11... yes\nchecking for X11/Composite.h... yes\nchecking for XtToolkitInitialize in -lXt... yes\nchecking for X11/extensions/shape.h... yes\nchecking X11/ICE/ICElib.h usability... yes\nchecking X11/ICE/ICElib.h presence... yes\nchecking for X11/ICE/ICElib.h... yes\nchecking for IceConnectionNumber in -lICE... (cached) yes\nchecking X11/SM/SMlib.h usability... yes\nchecking X11/SM/SMlib.h presence... yes\nchecking for X11/SM/SMlib.h... yes\nchecking for SmcOpenConnection in -lSM... yes\nchecking whether to use Xrender... yes\nchecking for XRENDER... yes\nchecking for XRenderQueryVersion in -lXrender... yes\nchecking X11/extensions/Xrender.h usability... yes\nchecking X11/extensions/Xrender.h presence... yes\nchecking for X11/extensions/Xrender.h... yes\nchecking whether to enable RandR support... yes\nchecking for XRANDR... yes\nchecking for webdav library... neon\nchecking which neon to use... internal\nchecking whether to execute CVE tests... yes\nchecking whether to execute chart XShape tests... no\nchecking whether to disable OpenSSL usage... no\nchecking which openssl to use... internal\nchecking whether to use gnutls... checking which redland to use... internal\nchecking which libhunspell to use... internal\nchecking which altlinuxhyph to use... internal\nchecking which mythes to use... internal\nchecking whether to build with CoinMP... yes\nchecking whether to build with lpsolve... yes\nchecking which lpsolve to use... internal\nchecking which libexttextcat to use... internal\nchecking whether libc is >= 2.1.1... yes\nchecking for uuidgen... /usr/bin/uuidgen\nchecking for bison... /usr/bin/bison\nchecking the bison version... checking for flex... /usr/bin/flex\nchecking the flex version... checking for patch... /usr/bin/patch\nchecking for gnucp... no\nchecking for cp... /bin/cp\nchecking whether /bin/cp is GNU cp from coreutils with preserve= support... yes\nchecking for zip... /usr/bin/zip\nchecking for unzip... /usr/bin/unzip\nchecking for touch... /usr/bin/touch\nchecking which VCLplugs shall be built... gtk \nchecking whether to enable GConf support... yes\nchecking for GCONF... yes\nchecking whether to enable GNOME VFS support... no\nchecking whether to enable DBUS support... yes\nchecking for DBUS... yes\nchecking whether to enable font install via packagekit... no\nchecking whether to enable Impress remote control... yes\nchecking whether to enable Bluetooth support in Impress remote control... yes\nchecking which Bluetooth header to use... internal\nchecking whether to enable Impress remote control android app... no\nchecking for GTK... yes\nchecking for GTHREAD... yes\nchecking whether to enable the systray quickstarter... yes\nchecking for GTK210... yes\nchecking whether to enable Gtk print dialog support... checking for GTK_PRINT... yes\nchecking whether to enable GIO support... checking for GIO... yes\nchecking whether to enable Telepathy support... no\nchecking whether to enable the new GStreamer 1.0 avmedia backend... no\nchecking whether to enable the GStreamer avmedia backend... yes\nchecking for GSTREAMER_0_10... yes\nchecking whether to enable the VLC avmedia backend... no\nchecking whether to build the OpenGL Transitions component... yes\nchecking for main in -lGL... yes\nchecking for glCreateShader in -lGL... yes\nchecking for main in -lGLU... yes\nchecking which Mesa headers to use... internal\nchecking whether to build with the OpenCL support.... yes\nchecking whether to enable glTF support... yes\nchecking whether to build the PDF import feature... yes\nchecking which PDF import backend to use... internal\nchecking whether to build the Wiki Publisher extension... no\nchecking whether to build the Report Builder... no\nchecking whether to build support for scripts in BeanShell... no\nchecking whether to build support for scripts in JavaScript... no\nchecking whether to enable the lockdown pieces... no\nchecking whether to enable evolution 2 support... no\nchecking whether to enable TDE address book support... no\nchecking whether to enable KDE address book support... no\nchecking which themes to include...  crystal default hicontrast oxygen tango sifr tango_testing\nchecking for helppack integration... integration\nchecking for extensions integration... yes, use integration\nchecking for building the Watch Window extension... no\nchecking for building the SmART Gallery (Diagram) extension... no\nchecking for building the Validator extension... no\nchecking for building the Barcode extension... no\nchecking for building the ConvertTextToNumber extension... no\nchecking for building the Numbertext extension... no\nchecking for building the Hungarian Cross-reference Toolbar extension... no\nchecking for building the Typography Toolbar extension... no\nchecking for building the Google Docs extension... no\nchecking for Sun Professional Template Pack integration (only supported languages displayed)... no integration\nchecking whether to include third-party fonts... yes\nchecking whether to include PPDs... yes\nchecking whether to include extra galleries... no\nchecking whether to include extra templates... no\nchecking whether to include extra samples... no\nchecking whether to include extra fonts... no\nchecking whether to enable online update... no\nchecking whether to create MSI with LIMITUI=1 (silent install)... no\nchecking whether and how to use Xinerama... yes, with dynamic linking\nchecking X11/extensions/Xinerama.h usability... yes\nchecking X11/extensions/Xinerama.h presence... yes\nchecking for X11/extensions/Xinerama.h... yes\nchecking for XineramaIsActive in -lXinerama... yes\nchecking whether to use the system cairo... yes\nchecking for CAIRO... yes\nchecking whether Xrender.h defines PictStandardA8... yes\nchecking whether to use liblangtag... yes\nchecking whether to use system liblangtag... no\nchecking which libpng to use... internal\nchecking which languages to be built... ALL\nchecking for alternative branding images directory... none\nchecking for 'intro' progress settings... none\nchecking for extra build ID... not set\nchecking for vendor... not set, using vagrant\nchecking whether to install the compat oo* wrappers... no\nchecking for install dirname... libreoffice\nchecking for prefix... /usr/local\nchecking for Google Drive client id and secret... set\nchecking for Alfresco Cloud client id and secret... set\nchecking build verbosity... not set\nchecking whether to enable dependency tracking... yes\nchecking for number of processors to use... 1\nchecking whether to create huge library... no\nchecking whether to create hardlinks for delivering files... no\nchecking whether to use icerun wrapper... no\nchecking MPL subset... no restrictions\nsetting up the build environment variables...\nconfigure: creating ./config.status\nconfig.status: creating config_host.mk\nconfig.status: creating Makefile\nconfig.status: creating lo.xcent\nconfig.status: creating instsetoo_native/util/openoffice.lst\nconfig.status: creating sysui/desktop/macosx/Info.plist\nconfig.status: creating ios/lo.xcconfig\nconfig.status: creating config_host/config_probes.h\nconfig.status: creating config_host/config_buildid.h\nconfig.status: creating config_host/config_clang.h\nconfig.status: creating config_host/config_eot.h\nconfig.status: creating config_host/config_features.h\nconfig.status: creating config_host/config_folders.h\nconfig.status: creating config_host/config_gcc.h\nconfig.status: creating config_host/config_global.h\nconfig.status: creating config_host/config_graphite.h\nconfig.status: creating config_host/config_lgpl.h\nconfig.status: creating config_host/config_locales.h\nconfig.status: creating config_host/config_mpl.h\nconfig.status: creating config_host/config_orcus.h\nconfig.status: creating config_host/config_kde4.h\nconfig.status: creating config_host/config_mingw.h\nconfig.status: creating config_host/config_oox.h\nconfig.status: creating config_host/config_options.h\nconfig.status: creating config_host/config_test.h\nconfig.status: creating config_host/config_telepathy.h\nconfig.status: creating config_host/config_typesizes.h\nconfig.status: creating config_host/config_vclplug.h\nconfig.status: creating config_host/config_version.h\nconfig.status: creating config_host/config_oauth2.h\n****************************************************************************\n\nTo build, issue:\n/usr/bin/make\n\nFor details, run:\n/usr/bin/make help\n\nAfter the build has finished, you can immediately run it using:\ninstdir/program/soffice\n\nIf you want to run the smoketest, issue:\n/usr/bin/make check\n\ncd /home/vagrant/libreoffice && ./g -f clone\nSubmodule 'translations' (git://gerrit.libreoffice.org/translations) registered for path 'translations'\n\n\nStderr from the command:\n\n++ LOGIT_REPO=git://gerrit.libreoffice.org/core\n++ BUILD_GEN='--without-java --without-help --without-myspell-dicts'\n++ BUILD_DEBUG=--enable-dbgutil\n++ BUILD_LANG=--with-lang=ALL\n++ BUILD_SRC='--with-referenced-git=/vagrant/libreoffice --with-external-tar=/vagrant/libreoffice/src'\n++ BUILD_BRANCH=master\n++ cd /home/vagrant\n++ git clone --reference /vagrant/libreoffice --branch master git://gerrit.libreoffice.org/core libreoffice\nCloning into 'libreoffice'...\nChecking out files:   8% (5166/63722)   \rChecking out files:   9% (5735/63722)   \rChecking out files:  10% (6373/63722)   \rChecking out files:  11% (7010/63722)   \rChecking out files:  12% (7647/63722)   \rChecking out files:  13% (8284/63722)   \rChecking out files:  14% (8922/63722)   \rChecking out files:  15% (9559/63722)   \rChecking out files:  16% (10196/63722)   \rChecking out files:  16% (10469/63722)   \rChecking out files:  17% (10833/63722)   \rChecking out files:  18% (11470/63722)   \rChecking out files:  19% (12108/63722)   \rChecking out files:  20% (12745/63722)   \rChecking out files:  21% (13382/63722)   \rChecking out files:  22% (14019/63722)   \rChecking out files:  23% (14657/63722)   \rChecking out files:  24% (15294/63722)   \rChecking out files:  25% (15931/63722)   \rChecking out files:  26% (16568/63722)   \rChecking out files:  27% (17205/63722)   \rChecking out files:  28% (17843/63722)   \rChecking out files:  29% (18480/63722)   \rChecking out files:  30% (19117/63722)   \rChecking out files:  31% (19754/63722)   \rChecking out files:  32% (20392/63722)   \rChecking out files:  33% (21029/63722)   \rChecking out files:  34% (21666/63722)   \rChecking out files:  35% (22303/63722)   \rChecking out files:  36% (22940/63722)   \rChecking out files:  37% (23578/63722)   \rChecking out files:  38% (24215/63722)   \rChecking out files:  39% (24852/63722)   \rChecking out files:  40% (25489/63722)   \rChecking out files:  40% (25920/63722)   \rChecking out files:  41% (26127/63722)   \rChecking out files:  42% (26764/63722)   \rChecking out files:  43% (27401/63722)   \rChecking out files:  44% (28038/63722)   \rChecking out files:  45% (28675/63722)   \rChecking out files:  46% (29313/63722)   \rChecking out files:  47% (29950/63722)   \rChecking out files:  48% (30587/63722)   \rChecking out files:  49% (31224/63722)   \rChecking out files:  50% (31861/63722)   \rChecking out files:  51% (32499/63722)   \rChecking out files:  52% (33136/63722)   \rChecking out files:  53% (33773/63722)   \rChecking out files:  54% (34410/63722)   \rChecking out files:  55% (35048/63722)   \rChecking out files:  55% (35082/63722)   \rChecking out files:  56% (35685/63722)   \rChecking out files:  57% (36322/63722)   \rChecking out files:  58% (36959/63722)   \rChecking out files:  59% (37596/63722)   \rChecking out files:  60% (38234/63722)   \rChecking out files:  60% (38428/63722)   \rChecking out files:  61% (38871/63722)   \rChecking out files:  62% (39508/63722)   \rChecking out files:  62% (40031/63722)   \rChecking out files:  63% (40145/63722)   \rChecking out files:  64% (40783/63722)   \rChecking out files:  65% (41420/63722)   \rChecking out files:  66% (42057/63722)   \rChecking out files:  67% (42694/63722)   \rChecking out files:  68% (43331/63722)   \rChecking out files:  68% (43419/63722)   \rChecking out files:  69% (43969/63722)   \rChecking out files:  70% (44606/63722)   \rChecking out files:  71% (45243/63722)   \rChecking out files:  72% (45880/63722)   \rChecking out files:  72% (45964/63722)   \rChecking out files:  73% (46518/63722)   \rChecking out files:  74% (47155/63722)   \rChecking out files:  75% (47792/63722)   \rChecking out files:  75% (47820/63722)   \rChecking out files:  76% (48429/63722)   \rChecking out files:  77% (49066/63722)   \rChecking out files:  77% (49472/63722)   \rChecking out files:  78% (49704/63722)   \rChecking out files:  78% (50028/63722)   \rChecking out files:  79% (50341/63722)   \rChecking out files:  80% (50978/63722)   \rChecking out files:  80% (51301/63722)   \rChecking out files:  80% (51543/63722)   \rChecking out files:  81% (51615/63722)   \rChecking out files:  82% (52253/63722)   \rChecking out files:  83% (52890/63722)   \rChecking out files:  84% (53527/63722)   \rChecking out files:  85% (54164/63722)   \rChecking out files:  85% (54252/63722)   \rChecking out files:  86% (54801/63722)   \rChecking out files:  87% (55439/63722)   \rChecking out files:  87% (55632/63722)   \rChecking out files:  88% (56076/63722)   \rChecking out files:  89% (56713/63722)   \rChecking out files:  89% (56981/63722)   \rChecking out files:  90% (57350/63722)   \rChecking out files:  91% (57988/63722)   \rChecking out files:  92% (58625/63722)   \rChecking out files:  93% (59262/63722)   \rChecking out files:  93% (59457/63722)   \rChecking out files:  94% (59899/63722)   \rChecking out files:  95% (60536/63722)   \rChecking out files:  96% (61174/63722)   \rChecking out files:  97% (61811/63722)   \rChecking out files:  97% (62070/63722)   \rChecking out files:  98% (62448/63722)   \rChecking out files:  99% (63085/63722)   \rChecking out files:  99% (63371/63722)   \rChecking out files: 100% (63722/63722)   \rChecking out files: 100% (63722/63722), done.\n++ cd libreoffice\n++ ./autogen.sh --without-java --without-help --without-myspell-dicts --enable-dbgutil --with-lang=ALL --with-referenced-git=/vagrant/libreoffice --with-external-tar=/vagrant/libreoffice/src\n./configure: line 21246: test: too many arguments\n++ make\nCloning into 'translations'...\nfatal: Could not switch to '/vagrant/libreoffice/.git/modules/': No such file or directory\nClone of 'git://gerrit.libreoffice.org/translations' into submodule path 'translations' failed\nmake: *** [get-submodules] Error 1\n"]
miurahr commented 10 years ago

f92243c655e35323f69143e80fa4902190cdbd5e may fix.