[Bug 207252] devel/xdg-utils fails
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 16 18:56:21 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207252
Bug ID: 207252
Summary: devel/xdg-utils fails
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: gnome at FreeBSD.org
Reporter: software at bertram-scharpf.de
Assignee: gnome at FreeBSD.org
Flags: maintainer-feedback?(gnome at FreeBSD.org)
"scripts/Makefile" calls "/usr/local/bin/xmlto". This is a Perl script
that calls "/usr/local/bin/xmllint". xmllint fails because it is
unable to load a DTD file from remote.
The initial error message is:
Could not load the external subset
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
As you can easily experience yourself the file is available. Therefore
the bug probably is inside "xmllint".
You can temporariliy fix the failure either
- by deleting the "--nonet" option inside "/usr/local/bin/xmlto".
- by adding the option "--skip-validation" to the xmlto commands
in "scripts/Makefile".
devel/xdg-utils is pulled in by www/chromium.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list