From owner-freebsd-gnome@freebsd.org Mon Jul 24 18:57:21 2017 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F01F2D7D838 for ; Mon, 24 Jul 2017 18:57:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id D905B74897 for ; Mon, 24 Jul 2017 18:57:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D860CD7D837; Mon, 24 Jul 2017 18:57:21 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8004D7D836 for ; Mon, 24 Jul 2017 18:57:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C776974896 for ; Mon, 24 Jul 2017 18:57:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6OIvLTQ066783 for ; Mon, 24 Jul 2017 18:57:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 220975] editors/abiword Date: Mon, 24 Jul 2017 18:57:21 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2017 18:57:22 -0000 Grzegorz Junka has reassigned Bugzilla Automation 's request for maintainer-feedback to gnome@FreeBSD.o= rg: Bug 220975: editors/abiword https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220975 --- Description --- 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=3Dabiword-3.0.1_1 _FILE_COMPLETE_OPTIONS_LIST=3DAIKSAURUS CLIPART DEBUG MATHVIEW NLS OTS PSION TEMPLATES WP GRAMMAR SPELLCHECK COLFAKE COLSERVICE COLSIP COLSUGAR COLTCP COLTELEPATHY COLXMPP OPTIONS_FILE_UNSET+=3DAIKSAURUS OPTIONS_FILE_SET+=3DCLIPART OPTIONS_FILE_UNSET+=3DDEBUG OPTIONS_FILE_SET+=3DMATHVIEW OPTIONS_FILE_SET+=3DNLS OPTIONS_FILE_SET+=3DOTS OPTIONS_FILE_UNSET+=3DPSION OPTIONS_FILE_SET+=3DTEMPLATES OPTIONS_FILE_SET+=3DWP OPTIONS_FILE_SET+=3DGRAMMAR OPTIONS_FILE_SET+=3DSPELLCHECK OPTIONS_FILE_UNSET+=3DCOLFAKE OPTIONS_FILE_UNSET+=3DCOLSERVICE OPTIONS_FILE_UNSET+=3DCOLSIP OPTIONS_FILE_UNSET+=3DCOLSUGAR OPTIONS_FILE_UNSET+=3DCOLTCP OPTIONS_FILE_UNSET+=3DCOLTELEPATHY OPTIONS_FILE_UNSET+=3DCOLXMPP 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 =3D 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 =3D iLow + strlen(sentence_get_nth_word(sent, i)); ^ LinkGrammarWrap.cpp:191:30: error: use of undeclared identifier 'sentence_get_nth_word' iHigh =3D iLow + strlen(sentence_get_nth_word(sent, i)) + iOff; ^ LinkGrammarWrap.cpp:200:19: error: use of undeclared identifier 'sentence_get_nth_word' iLow +=3D 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 =3D 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 =3D 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/link= gram marwrap' 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' =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure = to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/editors/abiword Full log attached