[Bug 220975] editors/abiword
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 24 18:57:22 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220975
Bug ID: 220975
Summary: editors/abiword
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: gnome at FreeBSD.org
Reporter: list1 at gjunka.com
Assignee: gnome at FreeBSD.org
Flags: maintainer-feedback?(gnome at FreeBSD.org)
Build fails when the grammar option is enabled
# This file is auto-generated by 'make config'.
# Options for abiword-3.0.1_1
_OPTIONS_READ=abiword-3.0.1_1
_FILE_COMPLETE_OPTIONS_LIST=AIKSAURUS CLIPART DEBUG MATHVIEW NLS OTS PSION
TEMPLATES WP GRAMMAR SPELLCHECK COLFAKE COLSERVICE COLSIP COLSUGAR COLTCP
COLTELEPATHY COLXMPP
OPTIONS_FILE_UNSET+=AIKSAURUS
OPTIONS_FILE_SET+=CLIPART
OPTIONS_FILE_UNSET+=DEBUG
OPTIONS_FILE_SET+=MATHVIEW
OPTIONS_FILE_SET+=NLS
OPTIONS_FILE_SET+=OTS
OPTIONS_FILE_UNSET+=PSION
OPTIONS_FILE_SET+=TEMPLATES
OPTIONS_FILE_SET+=WP
OPTIONS_FILE_SET+=GRAMMAR
OPTIONS_FILE_SET+=SPELLCHECK
OPTIONS_FILE_UNSET+=COLFAKE
OPTIONS_FILE_UNSET+=COLSERVICE
OPTIONS_FILE_UNSET+=COLSIP
OPTIONS_FILE_UNSET+=COLSUGAR
OPTIONS_FILE_UNSET+=COLTCP
OPTIONS_FILE_UNSET+=COLTELEPATHY
OPTIONS_FILE_UNSET+=COLXMPP
LinkGrammarWrap.Tpo -c LinkGrammarWrap.cpp -fPIC -DPIC -o
.libs/LinkGrammarWrap.o
LinkGrammarWrap.cpp:90:3: error: use of undeclared identifier
'parse_options_set_panic_mode'; did you mean 'parse_options_set_max_memory'?
parse_options_set_panic_mode(m_Opts, TRUE);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
parse_options_set_max_memory
/usr/local/include/link-grammar/link-includes.h:171:6: note:
'parse_options_set_max_memory' declared here
parse_options_set_max_memory(Parse_Options opts, int mem);
^
LinkGrammarWrap.cpp:148:41: error: use of undeclared identifier
'sentence_get_nth_word'
pWordMap->m_iErrHigh = iLow + strlen(sentence_get_nth_word(sent, i));
^
LinkGrammarWrap.cpp:152:8: error: use of undeclared identifier
'sentence_nth_word_has_disjunction'
if(!sentence_nth_word_has_disjunction(sent, i))
^
LinkGrammarWrap.cpp:170:30: error: use of undeclared identifier
'sentence_get_nth_word'
iHigh = iLow + strlen(sentence_get_nth_word(sent, i));
^
LinkGrammarWrap.cpp:191:30: error: use of undeclared identifier
'sentence_get_nth_word'
iHigh = iLow + strlen(sentence_get_nth_word(sent, i)) + iOff;
^
LinkGrammarWrap.cpp:200:19: error: use of undeclared identifier
'sentence_get_nth_word'
iLow += strlen(sentence_get_nth_word(sent, i));
^
LinkGrammarWrap.cpp:232:20: error: use of undeclared identifier
'linkage_get_num_sublinkages'; did you mean 'linkage_get_num_links'?
UT_sint32 count = linkage_get_num_sublinkages(linkage);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
linkage_get_num_links
/usr/local/include/link-grammar/link-includes.h:296:6: note:
'linkage_get_num_links' declared here
linkage_get_num_links(const Linkage linkage);
^
LinkGrammarWrap.cpp:238:20: error: use of undeclared identifier
'linkage_set_current_sublinkage'
UT_sint32 iok = linkage_set_current_sublinkage(linkage, i);
^
8 errors generated.
gmake[5]: *** [Makefile:569: LinkGrammarWrap.lo] Error 1
gmake[5]: Leaving directory
'/wrkdirs/usr/ports/editors/abiword/work/abiword-3.0.1/plugins/grammar/linkgrammarwrap'
gmake[4]: *** [Makefile:678: all-recursive] Error 1
gmake[4]: Leaving directory
'/wrkdirs/usr/ports/editors/abiword/work/abiword-3.0.1/plugins/grammar'
gmake[3]: *** [Makefile:528: all-recursive] Error 1
gmake[3]: Leaving directory
'/wrkdirs/usr/ports/editors/abiword/work/abiword-3.0.1/plugins'
gmake[2]: *** [Makefile:774: all-recursive] Error 1
gmake[2]: Leaving directory
'/wrkdirs/usr/ports/editors/abiword/work/abiword-3.0.1'
gmake[1]: *** [Makefile:593: all] Error 2
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/editors/abiword/work/abiword-3.0.1'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make: stopped in /usr/ports/editors/abiword
Full log attached
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list