maintainer-feedback requested: [Bug 201530] editors/abiword build failure on /usr/include/c++/4.2/bits/stl_set.h
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 13 14:16:42 UTC 2015
vladimir.chukharev at gmail.com has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to gnome at FreeBSD.org:
Bug 201530: editors/abiword build failure on
/usr/include/c++/4.2/bits/stl_set.h
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201530
--- Description ---
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.
More information about the freebsd-gnome
mailing list