pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/50258: editors/abiword-plugins build failure: grammar
>Number: 50258
>Category: pkg
>Synopsis: editors/abiword-plugins build failure: grammar
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Sep 18 19:20:00 +0000 2015
>Originator: David H. Gutteridge
>Release: current
>Organization:
>Environment:
n/a
>Description:
The editors/abiword-plugins package fails to build because of issues
with the grammar plugin.
gmake[1]: Entering directory '/home/disciple/pkgsrc/editors/abiword-plugins/work/abiword-3.0.1/plugins/grammar'
Making all in linkgrammarwrap
gmake[2]: Entering directory '/home/disciple/pkgsrc/editors/abiword-plugins/work/abiword-3.0.1/plugins/grammar/linkgrammarwrap'
CXX LinkGrammarWrap.lo
LinkGrammarWrap.cpp: In member function 'bool LinkGrammarWrap::parseSentence(PieceOfText*)':
LinkGrammarWrap.cpp:90:44: error: 'parse_options_set_panic_mode' was not declared in this scope
parse_options_set_panic_mode(m_Opts, TRUE);
^
LinkGrammarWrap.cpp:148:70: error: 'sentence_get_nth_word' was not declared in this scope
pWordMap->m_iErrHigh = iLow + strlen(sentence_get_nth_word(sent, i));
^
LinkGrammarWrap.cpp:152:49: error: 'sentence_nth_word_has_disjunction' was not declared in this scope
if(!sentence_nth_word_has_disjunction(sent, i))
^
LinkGrammarWrap.cpp:232:55: error: 'linkage_get_num_sublinkages' was not declared in this scope
UT_sint32 count = linkage_get_num_sublinkages(linkage);
^
LinkGrammarWrap.cpp:238:61: error: 'linkage_set_current_sublinkage' was not declared in this scope
UT_sint32 iok = linkage_set_current_sublinkage(linkage, i);
^
Makefile:578: recipe for target 'LinkGrammarWrap.lo' failed
gmake[2]: *** [LinkGrammarWrap.lo] Error 1
gmake[2]: Leaving directory '/home/disciple/pkgsrc/editors/abiword-plugins/work/abiword-3.0.1/plugins/grammar/linkgrammarwrap'
Makefile:687: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory '/home/disciple/pkgsrc/editors/abiword-plugins/work/abiword-3.0.1/plugins/grammar'
Makefile:538: recipe for target 'all-recursive' failed
gmake: *** [all-recursive] Error 1
*** Error code 2
Stop.
make[1]: stopped in /home/disciple/pkgsrc/editors/abiword-plugins
*** Error code 1
Stop.
make: stopped in /home/disciple/pkgsrc/editors/abiword-plugins
>How-To-Repeat:
Try building editors/abiword-plugins.
>Fix:
There appears to be a relevant fix upstream, in this revision:
http://www.abisource.com/viewvc?view=rev&revision=35098
Home |
Main Index |
Thread Index |
Old Index