Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 552772 - libreoffice-4.4.3.2 with liborcus-0.9.2 - No package 'liborcus-0.8' found
Summary: libreoffice-4.4.3.2 with liborcus-0.9.2 - No package 'liborcus-0.8' found
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:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-21 19:01 UTC by Juergen Rose
Modified: 2015-06-23 20:17 UTC (History)
3 users (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 Juergen Rose 2015-06-21 19:01:37 UTC
'MAKEOPTS=-j1 emerge -v1 libreoffice' fails with:
...
checking for GRAPHITE... yes
checking whether to enable orcus... yes
checking which orcus to use... external
checking for ORCUS... no
configure: error: Package requirements (liborcus-0.8 >= 0.7.0) were not met:

No package 'liborcus-0.8' 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 ORCUS_CFLAGS
and ORCUS_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-4.4.3.2/work/libreoffice-4.4.3.2/config.log
 * ERROR: app-office/libreoffice-4.4.3.2::gentoo failed (configure phase):


Reproducible: Always
Comment 1 LE GARREC Vincent 2015-06-21 19:36:44 UTC
I think the problem comes from the line configure : 8909L :

libo_CHECK_SYSTEM_MODULE([orcus],[ORCUS],[liborcus-0.8 >= 0.7.0])

and m4/libo_externals.m4 18L :

PKG_CHECK_MODULES([$2], [$3])

With liborcus-0.9.2, the config file is :

/usr/lib64/pkgconfig/liborcus-0.10.pc

I'm not an expert but does liborcus-0.10.pc is "liborcus-0.8 >= 0.7.0" ?
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2015-06-21 21:06:43 UTC
Is fixed, what we need in Gentoo is =liborcus-0.7*  (yeah it's confusing)