Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2016 18:56:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207252] devel/xdg-utils fails
Message-ID:  <bug-207252-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207252

            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@FreeBSD.org
          Reporter: software@bertram-scharpf.de
          Assignee: gnome@FreeBSD.org
             Flags: maintainer-feedback?(gnome@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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207252-13>