Date: Wed, 25 Jul 2012 00:34:49 -0400 From: Robert Huff <roberthuff@rcn.com> To: office@freebsd.org Subject: LibreOffice still not building Message-ID: <20495.30569.961857.578248@jerusalem.litteratus.org> In-Reply-To: <201207250428.q6P4S5bF067314@jerusalem.litteratus.org>
index | next in thread | previous in thread | raw e-mail
On:
FreeBSD 10.0-CURRENT #0: Tue Jul 24 08:55:46 EDT 2012 amd64
and using the system clang, when building I get:
=============
(1/1) Building module icc
=============
Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3/icc
Using system SampleICC, nothing to do here.
Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3/icc/source/create_sRGB_profile
Making: create_sRGB_profile
/usr/local/lib/libSampleICC.so: undefined reference to `std::__detail::_List_node_base::_M_unhook()@GLIBCXX_3.4.15'
/usr/local/lib/libSampleICC.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15'
/usr/local/lib/libICC_utils.so: undefined reference to `std::ctype<char>::_M_widen_init() const@GLIBCXX_3.4.11'
/usr/local/lib/libSampleICC.so: undefined reference to `std::__detail::_List_node_base::_M_transfer(std::__detail::_List_node_base*, std::__detail::_List_node_base*)@GLIBCXX_3.4.15'
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
dmake: Error code 1, while making '../../unxfbsd.pro/bin/create_sRGB_profile'
-----------------------------------------------------------------------
Oh dear - something failed during the build - sorry !
For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development
internal build errors:
ERROR: error 65280 occurred while making /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3/icc/source/create_sRGB_profile
it seems that the error is inside 'icc', please re-run build
inside this module to isolate the error and/or test your fix:
-----------------------------------------------------------------------
I then do:
/usr/local/bin/bash
cd /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3
source ./Env.Host.sh
cd icc
rm -Rf /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3/icc/unxfbsd.pro # optional module 'clean'
build
and get the same error.
I thought this had been fixed with an update to clang 3.1 ....
Robert Huff
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20495.30569.961857.578248>
