Date: Mon, 13 Jul 2015 14:16:41 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 201530] editors/abiword build failure on /usr/include/c++/4.2/bits/stl_set.h Message-ID: <bug-201530-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201530 Bug ID: 201530 Summary: editors/abiword build failure on /usr/include/c++/4.2/bits/stl_set.h Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: vladimir.chukharev@gmail.com Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) Created attachment 158695 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158695&action=edit Full log of build When trying to build abiword I get the following errors (they are repeated few times, see full logs). /usr/include/c++/4.2/bits/stl_set.h:93: error: 'template<class _Key, class _Compare, class _Alloc> class std::set' is not a function, pd_DocumentRDF.cpp:1902: error: conflict with 'void set(EVCard*, const char*, const std::string&)' pd_DocumentRDF.cpp:2037: error: in call to 'set' Makefile:829: recipe for target 'pd_DocumentRDF.lo' failed gmake[6]: *** [pd_DocumentRDF.lo] Error 1 gmake[6]: *** Waiting for unfinished jobs.... CXX pd_Iterator.lo gmake[6]: Leaving directory '/usr/ports/editors/abiword/work/abiword-3.0.1/src/text/ptbl/xp' Makefile:848: recipe for target 'all-recursive' failed gmake[5]: *** [all-recursive] Error 1 gmake[5]: Leaving directory '/usr/ports/editors/abiword/work/abiword-3.0.1/src/text/ptbl/xp' Makefile:528: recipe for target 'all-recursive' failed gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory '/usr/ports/editors/abiword/work/abiword-3.0.1/src/text/ptbl' Makefile:528: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/usr/ports/editors/abiword/work/abiword-3.0.1/src/text' Makefile:1157: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/usr/ports/editors/abiword/work/abiword-3.0.1/src' Makefile:774: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/usr/ports/editors/abiword/work/abiword-3.0.1' Makefile:593: recipe for target 'all' failed gmake: *** [all] Error 2 ===> Compilation failed unexpectedly. The options are default. I tried to build with MAKE_JOBS_UNSAFE=yes, no difference. I can only guess that some dependence is lost. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201530-6497>