[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#701310: libreoffice: ftbfs with GCC-4.8



Package: src:libreoffice
Version: 1:3.5.4+dfsg-4
Severity: important
Tags: sid jessie
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-4.8

The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.

  configure: error: mdds/mixed_type_matrix.hpp not found. install mdds >= 0.4.0

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/libreoffice_3.5.4+dfsg-4_unstable_gcc48.log
The last lines of the build log are at the end of this report.

To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev

The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.

[...]
checking for main in -lmysqlcppconn... yes
checking version... OK
checking which hsqldb to use... external
checking for /usr/share/java/hsqldb.jar... yes
checking whether hsqldb is 1.8.0.x... yes
checking PostgreSQL C interface... external PostgreSQL
checking for pg_config... /usr/bin/pg_config
configure: checking system PostgreSQL prerequisites
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking for PQconnectdbParams in -lpq... yes
checking which beanshell to use... external
checking for /usr/share/java/bsh.jar... yes
checking which saxon to use... internal
checking whether building the stax is required... yes (no system saxon and no prebuilt copy)
checking which libcurl to use... external
checking for curl-config... /usr/bin/curl-config
checking whether libcurl is >= 7.13.1... yes, you have 7.29.0
checking which boost to use... external
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
checking boost/spirit/include/classic_core.hpp usability... yes
checking boost/spirit/include/classic_core.hpp presence... yes
checking for boost/spirit/include/classic_core.hpp... yes
checking boost/function.hpp usability... yes
checking boost/function.hpp presence... yes
checking for boost/function.hpp... yes
checking boost/unordered_map.hpp usability... yes
checking boost/unordered_map.hpp presence... yes
checking for boost/unordered_map.hpp... yes
checking whether boost/function.hpp compiles with -fno-exceptions... yes
checking which mdds to use... external
checking which hash container mdds shall use... std::unordered_map
checking mdds/flat_segment_tree.hpp usability... yes
checking mdds/flat_segment_tree.hpp presence... yes
checking for mdds/flat_segment_tree.hpp... yes
checking mdds/mixed_type_matrix.hpp usability... no
checking mdds/mixed_type_matrix.hpp presence... yes
configure: WARNING: mdds/mixed_type_matrix.hpp: present but cannot be compiled
configure: WARNING: mdds/mixed_type_matrix.hpp:     check for missing prerequisite headers?
configure: WARNING: mdds/mixed_type_matrix.hpp: see the Autoconf documentation
configure: WARNING: mdds/mixed_type_matrix.hpp:     section "Present But Cannot Be Compiled"
configure: WARNING: mdds/mixed_type_matrix.hpp: proceeding with the compiler's result
checking for mdds/mixed_type_matrix.hpp... no
configure: error: mdds/mixed_type_matrix.hpp not found. install mdds >= 0.4.0
Error running configure at ./autogen.sh line 157.
make: *** [config.status] Error 25
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2


Reply to: