Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 392263 - app-text/evince-3.2.1-r1: dependency to wrong version of docbook-xml-dtd
Summary: app-text/evince-3.2.1-r1: dependency to wrong version of docbook-xml-dtd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Daniel Gryniewicz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-28 12:04 UTC by markus.heuberger
Modified: 2011-12-04 04:34 UTC (History)
2 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 markus.heuberger 2011-11-28 12:04:52 UTC
in evince-3.2.1-r1.ebuild there is the following dependency:
~app-text/docbook-xml-dtd-4.1.2

whereas evince changed to docbook-xml-dtd-4.3:

help/reference/libdocument/libevdocument-docs.xml:
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"

help/reference/libview/libevview-docs.xml:
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"

help/reference/shell/evince-docs.xml:
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"

solution:
change dependency in evince-3.2.1-r1.ebuild to 
~app-text/docbook-xml-dtd-4.3

Reproducible: Always
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-12-04 04:34:59 UTC
Fixed, thanks for reporting.

>  04 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org> evince-3.2.1.ebuild,
>  evince-3.2.1-r1.ebuild:
>  evince-3.x uses docbook-xml-dtd:4.3, not 4.1.2 (bug #392263, thanks to
>  markus.heuberger@gmx.net for reporting).