Date: Tue, 5 Jun 2012 10:10:02 +0200 From: Guido Falsi <madpilot@FreeBSD.org> To: Baptiste Daroussin <bapt@FreeBSD.org> Cc: freebsd-ports@FreeBSD.org, "coder.tuxfamily" <coder@tuxfamily.org> Subject: Re: make failed for editors/libreoffice Message-ID: <20120605081002.GA91333@megatron.madpilot.net> In-Reply-To: <20120605061855.GO73254@ithaqua.etoilebsd.net> References: <4FC73BBB.9090004@eskk.nu> <g5c0a9-5s1.ln1@news.hansenet.de> <4FCD9594.1090103@tuxfamily.org> <20120605061855.GO73254@ithaqua.etoilebsd.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > > options : > > GTK3 (I don't remember, but maybe tested also with GTK2) > > JAVA > > MMEDIA > > PGSQL > > SVG > > > > 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). I'm having this same problem, if you need a full log here you can find it: http://www.madpilot.net/~mad/typescript.xz Compressing it with xz reduced the size to an acceptable 485K. Be aware that once decompressed it grows to 90M. If you already have the log please ignore this email. To me the real error looks like this one(line 246132): [ 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 '=' *__result = *__first; ~~~~~~~~~ ^ ~~~~~~~~ /usr/include/c++/4.2/bits/stl_algobase.h:315:14: note: in instantiation of function template specialization 'std::__copy<false, std::random_access_iterator_tag>::copy<const SalDisplay::ScreenData *, 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<const 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, true>::__copy_n<__gnu_cxx::__normal_iterator<const SalDisplay::ScreenData *, std::vector<SalDisplay::ScreenData, std::allocator<SalDisplay::ScreenData> > >, __gnu_cxx::__normal_iterator<SalDisplay::ScreenData *, std::vector<SalDisplay::ScreenData, std::allocator<SalDisplay::ScreenData> > > >' requested here I'm sorry but I've been unable to figure anything more :( -- Guido Falsi <madpilot@FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120605081002.GA91333>