Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830103 - sys-apps/dbus-1.12.20-r4 fails to compile while xmlto fails to validate XML documents
Summary: sys-apps/dbus-1.12.20-r4 fails to compile while xmlto fails to validate XML d...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM64 Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-27 11:20 UTC by Norman Rieß
Modified: 2021-12-27 17:44 UTC (History)
2 users (show)

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


Attachments
Build Log (build_dbus.1.12.20-r4.log,380.70 KB, application/octet-stream)
2021-12-27 11:20 UTC, Norman Rieß
Details
emerge -pgv (emerge_pgv_dbus.1.12.20-r4.txt,110 bytes, text/plain)
2021-12-27 11:20 UTC, Norman Rieß
Details
emerge info (emerge--info_dbus.1.12.20-r4.txt,5.79 KB, text/plain)
2021-12-27 11:21 UTC, Norman Rieß
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Norman Rieß 2021-12-27 11:20:03 UTC
dbus-1.12.20-r4 fails to compile while xmlto fails to validate XML documents:

make[2]: Entering directory '/var/tmp/portage/sys-apps/dbus-1.12.20-r4/work/dbus-1.12.20-.arm64/doc'
/usr/bin/xmlto man dbus-cleanup-sockets.1.xml
/usr/bin/xmlto man dbus-daemon.1.xml
/usr/bin/xmlto man dbus-launch.1.xml
/usr/bin/xmlto man dbus-monitor.1.xml
xmlto: /var/tmp/portage/sys-apps/dbus-1.12.20-r4/work/dbus-1.12.20-.arm64/doc/dbus-monitor.1.xml does not validate (status 3)
xmlto: Fix document syntax or use --skip-validation option
xmlto: /var/tmp/portage/sys-apps/dbus-1.12.20-r4/work/dbus-1.12.20-.arm64/doc/dbus-launch.1.xml does not validate (status 3)
xmlto: Fix document syntax or use --skip-validation option
xmlto: /var/tmp/portage/sys-apps/dbus-1.12.20-r4/work/dbus-1.12.20-.arm64/doc/dbus-cleanup-sockets.1.xml does not validate (status 3)
xmlto: Fix document syntax or use --skip-validation option
I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd
/var/tmp/portage/sys-apps/dbus-1.12.20-r4/work/dbus-1.12.20-.arm64/doc/dbus-monitor.1.xml:3: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
                   "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
                                                                            ^
Please find info and build logs in the attachments.
Comment 1 Norman Rieß 2021-12-27 11:20:27 UTC
Created attachment 760577 [details]
Build Log
Comment 2 Norman Rieß 2021-12-27 11:20:58 UTC
Created attachment 760578 [details]
emerge -pgv
Comment 3 Norman Rieß 2021-12-27 11:21:13 UTC
Created attachment 760579 [details]
emerge info
Comment 4 Mike Gilbert gentoo-dev 2021-12-27 16:57:35 UTC
Your local docbook catalog is probably faulty.

Please try re-installing app-text/docbook-xml-dtd:4.4.
Comment 5 Norman Rieß 2021-12-27 17:44:36 UTC
(In reply to Mike Gilbert from comment #4)
> Your local docbook catalog is probably faulty.
> 
> Please try re-installing app-text/docbook-xml-dtd:4.4.

This indeed seemed to be the case.
dbus was build without problems after re-installing docbook-xml-dtd.

Thank you.