Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 656124 - app-text/libnumbertext: New package (required by app-office/libreoffice-6.1) (was: error: Package requirements (libnumbertext >= 1.0.0) were not met)
Summary: app-text/libnumbertext: New package (required by app-office/libreoffice-6.1) ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL: https://github.com/Numbertext/libnumb...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-19 17:27 UTC by jospezial
Modified: 2018-05-27 21:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2018-05-19 17:27:51 UTC
checking which libexttextcat to use... external
checking for libexttextcat >= 3.4.1... yes
checking whether to use libnumbertext... yes
checking which libnumbertext to use... external
checking for libnumbertext >= 1.0.0... no
configure: error: Package requirements (libnumbertext >= 1.0.0) were not met:

No package 'libnumbertext' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBNUMBERTEXT_CFLAGS
and LIBNUMBERTEXT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-office/libreoffice-9999/work/libreoffice-9999/config.log
 * ERROR: app-office/libreoffice-9999::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *               ebuild.sh, line  124:  Called src_configure
 *             environment, line 7281:  Called econf '--with-system-dicts' '--with-system-epoxy' '--with-system-headers' '--with-system-jars' '--with-system-libs' '--enable-cairo-canvas' '--enable-largefile' '--enable-mergelibs' '--enable-neon' '--enable-python=system' '--enable-randr' '--enable-release-build' '--disable-breakpad' '--disable-ccache' '--disable-dependency-tracking' '--disable-epm' '--disable-fetch-external' '--disable-gstreamer-0-10' '--disable-online-update' '--disable-pdfium' '--disable-report-builder' '--with-alloc=system' '--with-build-version=Gentoo official package' '--enable-extension-integration' '--with-external-dict-dir=/usr/share/myspell' '--with-external-hyph-dir=/usr/share/myspell' '--with-external-thes-dir=/usr/share/myspell' '--with-external-tar=/var/tmp/portage/app-office/libreoffice-9999/distdir' '--with-lang=' '--with-parallelism=5' '--with-system-ucpp' '--with-vendor=Gentoo Foundation' '--with-x' '--without-fonts' '--without-myspell-dicts' '--without-help' '--with-helppack-integration' '--with-system-gpgmepp' '--without-system-sane' '--enable-sdremote-bluetooth' '--disable-coinmp' '--enable-cups' '--enable-dbus' '--disable-debug' '--disable-evolution2' '--disable-firebird-sdbc' '--enable-gstreamer-1-0' '--enable-gtk3' '--disable-gtk' '--disable-gtk3-kde5' '--disable-kde5' '--disable-qt5' '--disable-ext-mariadb-connector' '--disable-odk' '--enable-pdfimport' '--disable-postgresql-sdbc' '--disable-vlc' '--without-system-coinmp' '--without-gdrive-client-id' '--without-gdrive-client-secret' '--without-java' '--without-system-mysql-cppconn' '--without-doxygen' '--enable-dconf' '--enable-gio' '--disable-ext-nlpsolver' '--disable-scripting-beanshell' '--disable-scripting-javascript' '--disable-ext-wiki-publisher'
 *        phase-helpers.sh, line  718:  Called __helpers_die 'econf failed'
 *   isolated-functions.sh, line  121:  Called die
 * The specific snippet of code:
 *              die "$@"


https://github.com/LibreOffice/core/commit/f1579d3d6c5f5f3a651825e035b93bee7a4f43c6

"tdf#117171 support localized number name numbering styles

in page number, chapter and outline numbering
in ~30 languages by integrating libnumbertext library.

- offapi: add linguistic2::NumberText

New NumberingType constants:

- ordinal indicators (1st, 2nd, 3rd...)

- cardinal number names (One, Two, Three...)

- ordinal number names  (First, Second, Third...)

Note: these numberings are parts of OOXML, too.

Plain text files of Libnumbertext's language data
are installed in share/numbertext (similar to
share/fingerprint), allowing further customization."
Comment 1 Larry the Git Cow gentoo-dev 2018-05-27 21:34:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d23d0361ddc62099a465dfad442299bb52c918b

commit 5d23d0361ddc62099a465dfad442299bb52c918b
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-05-27 20:56:31 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-05-27 21:34:16 +0000

    app-text/libnumbertext: New package
    
    Closes: https://bugs.gentoo.org/656124
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/libnumbertext/Manifest                    |  1 +
 .../libnumbertext/libnumbertext-1.0_beta2.ebuild   | 35 ++++++++++++++++++++++
 app-text/libnumbertext/metadata.xml                |  8 +++++
 3 files changed, 44 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1dbf2a26f064c1de2a6e43879956b838572656

commit 6d1dbf2a26f064c1de2a6e43879956b838572656
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-05-27 20:58:42 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-05-27 21:34:16 +0000

    app-office/libreoffice: Add missing DEPEND
    
    Bug: https://bugs.gentoo.org/656124
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-office/libreoffice/libreoffice-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)