Summary: | app-office/gnumeric should DEPEND on app-text/docbook-xml-dtd | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | mod |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | patch adding DEPEND on >=app-text/docbook-xml-dtd-4.5-r1:4.5 |
Description
mod
2018-03-02 18:03:32 UTC
Created attachment 522460 [details, diff]
patch adding DEPEND on >=app-text/docbook-xml-dtd-4.5-r1:4.5
Gnumeric was failing to compile, even though I already had some versions of docbook.xml.dtd installed:
# equery list *docbook-xml-dtd*
* Searching for *docbook-xml-dtd* ...
[IP-] [ ] app-text/docbook-xml-dtd-4.1.2-r6:4.1.2
[IP-] [ ] app-text/docbook-xml-dtd-4.2-r2:4.2
[IP-] [ ] app-text/docbook-xml-dtd-4.3-r1:4.3
[IP-] [ ] app-text/docbook-xml-dtd-4.4-r2:4.4
But it succeeded when I installed docbook-xml-dtd-4.5r1.
So I added a DEPEND for =>app-text/docbook-xml-dtd-4.5-r1:4.5. I'm not sure if the greater than is correct, or if this will be a static requirement. I don't know enough about the package to guess.
Running this ebuild in a test overlay pulls in the right docbook-xml-dtd and installs properly.
Hi all, I ran into the same issue. The solution works for me, too. Kind regards, Seb The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc99c2058fa2a623d10d11928d6eb531dfa966f commit dfc99c2058fa2a623d10d11928d6eb531dfa966f Author: Gilles Dartiguelongue <eva@gentoo.org> AuthorDate: 2018-11-17 17:18:21 +0000 Commit: Gilles Dartiguelongue <eva@gentoo.org> CommitDate: 2018-11-17 17:21:53 +0000 app-office/gnumeric: add missing DTD to DEPEND Delete unneeded SRC_URI. Make sure gobject-introspection can be installed for all supported python versions. Closes: https://bugs.gentoo.org/649390 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org> app-office/gnumeric/gnumeric-1.12.43.ebuild | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) |