From owner-freebsd-ports@FreeBSD.ORG Tue Jun 5 08:46:47 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 998651065670; Tue, 5 Jun 2012 08:46:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7A6E58FC0A; Tue, 5 Jun 2012 08:46:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q558klLQ030004; Tue, 5 Jun 2012 08:46:47 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q558klDX030003; Tue, 5 Jun 2012 08:46:47 GMT (envelope-from bapt@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f Date: Tue, 5 Jun 2012 10:46:44 +0200 From: Baptiste Daroussin To: Guido Falsi Message-ID: <20120605084644.GQ73254@ithaqua.etoilebsd.net> References: <4FC73BBB.9090004@eskk.nu> <4FCD9594.1090103@tuxfamily.org> <20120605061855.GO73254@ithaqua.etoilebsd.net> <20120605081002.GA91333@megatron.madpilot.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ngPZezdD7QsvFaqQ" Content-Disposition: inline In-Reply-To: <20120605081002.GA91333@megatron.madpilot.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@FreeBSD.org, "coder.tuxfamily" Subject: Re: make failed for editors/libreoffice X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2012 08:46:47 -0000 --ngPZezdD7QsvFaqQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 05, 2012 at 10:10:02AM +0200, Guido Falsi wrote: > On Tue, Jun 05, 2012 at 08:18:56AM +0200, Baptiste Daroussin wrote: > > > I have the same problem but i can pass it except for "tail_build". My= =20 > > > options : > > > GTK3 (I don't remember, but maybe tested also with GTK2) > > > JAVA > > > MMEDIA > > > PGSQL > > > SVG > > >=20 > >=20 > > The problem is that none of the reports here presented the real errors,= to fix > > the problems I would the full log (which is huge). >=20 > I'm having this same problem, if you need a full log here you can find > it: >=20 > http://www.madpilot.net/~mad/typescript.xz >=20 > Compressing it with xz reduced the size to an acceptable 485K. Be aware > that once decompressed it grows to 90M. >=20 > If you already have the log please ignore this email. >=20 > To me the real error looks like this one(line 246132): >=20 > [ build CXX ] xmloff/source/transform/EventOOoTContext > In file included from > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2 > .2/vcl/unx/generic/app/saldisp.cxx:73: > In file included from > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2 > .2/vcl/inc/unx/salunx.h:34: > In file included from > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2 > .2/vcl/inc/unx/salstd.hxx:34: > In file included from > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2 > .2/solver/unxfbsd.pro/inc/tools/string.hxx:36: > In file included from > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2 > .2/solver/unxfbsd.pro/inc/rtl/string.hxx:40: > In file included from > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2 > .2/solver/unxfbsd.pro/inc/sal/log.hxx:36: > In file included from /usr/include/c++/4.2/sstream:43: > In file included from /usr/include/c++/4.2/istream:43: > In file included from /usr/include/c++/4.2/ios:44: > In file included from /usr/include/c++/4.2/bits/char_traits.h:45: > /usr/include/c++/4.2/bits/stl_algobase.h:283:18: error: no viable > overloaded '=3D' > *__result =3D *__first; > ~~~~~~~~~ ^ ~~~~~~~~ > /usr/include/c++/4.2/bits/stl_algobase.h:315:14: note: in instantiation > of function template specialization 'std::__copy std::random_access_iterator_tag>::copy SalDisplay::ScreenData *>' requested here > return std::__copy<__simple, _Category>::copy(__first, __last, > __result); > ^ > /usr/include/c++/4.2/bits/stl_algobase.h:367:22: note: in instantiation > of function template specialization 'std::__copy_aux SalDisplay::ScreenData *, SalDisplay::ScreenData *>' requested here > { return _OI(std::__copy_aux(__first.base(), __last.base(), > ^ > /usr/include/c++/4.2/bits/stl_algobase.h:400:15: note: in instantiation > of function template specialization 'std::__copy_normal true>::__copy_n<__gnu_cxx::__normal_iterator SalDisplay::ScreenData *, std::vector std::allocator > >, > __gnu_cxx::__normal_iterator std::vector std::allocator > > >' requested here >=20 >=20 > I'm sorry but I've been unable to figure anything more :( >=20 > --=20 > Guido Falsi > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" I just managed to rebuild libreoffice on 9.0-amd64 in a clean and sane buil= ding environnement (poudriere). it also runs as expected. For your particular case can I imagine you are building on current? still I= 'll try to investigate For the other case I need a full log just like Guido provided. Without that= I can do much. regards, Bapt --ngPZezdD7QsvFaqQ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAk/Nx3QACgkQ8kTtMUmk6EwQSACbBnZkCZ3PtBnYhotbhpEZiCtS Fx0AoJSiXMm9PFrfpENJBLUmzb17ATq9 =Ge6O -----END PGP SIGNATURE----- --ngPZezdD7QsvFaqQ--