From owner-freebsd-office@FreeBSD.ORG Tue Feb 5 17:30:48 2013 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A6EE15A1 for ; Tue, 5 Feb 2013 17:30:48 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 64907AE0; Tue, 5 Feb 2013 17:30:48 +0000 (UTC) Message-ID: <5111416B.6030901@FreeBSD.org> Date: Tue, 05 Feb 2013 12:29:15 -0500 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130128 Thunderbird/17.0.2 MIME-Version: 1.0 To: AN Subject: Re: libreoffice update fails References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: office@freebsd.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 17:30:48 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2013-02-04 20:19:55 -0500, AN wrote: > FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #33 r246130: Wed > Jan 30 15:00:08 EST 2013 > root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 > > I tried to update libreoffice with GCC 4.7+, and with default > system clang compiler. What is the correct compiler to use? > > # pkg info |grep boost boost-jam-1.52.0 Build tool > from the boost.org boost-libs-1.52.0 Free portable C++ > libraries (without Boost.Python) > > > ******************************************************************** > > * > * Running LibreOffice build configuration. * > ******************************************************************** > > checking build system type... amd64-portbld-freebsd10.0 checking > host system type... amd64-portbld-freebsd10.0 checking for grep > that handles long lines and -e... /usr/bin/grep checking for > egrep... /usr/bin/grep -E checking for grep... (cached) > /usr/bin/grep checking for sed... /usr/bin/sed checking the FreeBSD > operating system release... found OSVERSION=1000027 checking which > thread library to use... -pthread checking for gawk... gawk > checking for gawk... /usr/local/bin/gawk checking for bash... > /usr/local/bin/bash checking for GNU or BSD tar... gtar checking > for tar's option to strip components... --strip-components checking > for ccache... not found checking gcc home... /usr checking for > gcc... /usr/bin/clang ... In file included from > /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/ucb/source/ucp/cmis/cmis_resultset.cxx:10: > > In file included from > /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/ucb/source/ucp/cmis/cmis_datasupplier.hxx:17: > > In file included from > /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/ucb/source/ucp/cmis/cmis_content.hxx:41: > > In file included from > /usr/local/include/libcmis/session-factory.hxx:35: In file included > from /usr/local/include/libcmis/session.hxx:31: > /usr/local/include/libcmis/cmis-object.hxx:39:11: warning: > 'libcmis::CmisObject' has virtual functions but non-virtual > destructor [-Wnon-virtual-dtor] class CmisObject ^ - --- SNIP --- This problem is very well known issue for us, i.e., you have to deinstall net/libcmis to not conflict with bundled libcmis. I believe updating it to 0.3.0 may (accidentally) avoid this issue, too. Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBAgAGBQJREUFrAAoJECXpabHZMqHO/csH/3SboFv1sc7rJcOGSDEiJI4r wTkb6TC/MY0POHW7eVTsFk6nLuAChvWCGR6DjvIDQOOZ5gFH70TzNaIf2Aa0j5Vq ml+jgIsHGXXA7rhqDD3lXkk/LYw6r3a+wD7oN3w1aYu/z/rJBhy1iFYcOYZoOkeb 9IIDlb1rWpSo9OnbP54vdek+cqh37YxhYObvTCmHF4hWh3DQYQVYc2tGUynpzxKD 8tVtyCTcYxxfzcdTb4J6FEmBLMWUu3bVQYQZhsWrd5iZ1j4RYaHj5t7XkSb5eNIu Gia+Z0w3iDXXOiaKGLDhM+Eefj9BWhK7av2fh9cA14ijopxO5Rj6fkVcYDtaXiY= =Zw/O -----END PGP SIGNATURE-----