Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 9548] New: xmlto depends on ?

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 9548] New: xmlto depends on ?
  • Date: Sat, 20 Aug 2005 13:37:49 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=9548

Summary: xmlto depends on ?
Product: Codex
Version: stable grimoire
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: devel
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: eric AT sandall.us


# cast -V on xmlto
...
for xml in xmlif.xml xmlto.xml; do \
FORMAT_DIR=./format XSL_DIR=./xsl \
bash ./xmlto -o man/man1 man ./doc/$xml ; \
done || ( RC=$?; cat ./FAQ; exit $RC )
I/O error : Attempt to load network entity
http://docbook.sourceforge.net/releas
e/xsl/current/manpages/docbook.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/
xsl/current/manpages/docbook.xsl"
compilation error: file /tmp/xmlto-xsl.X30271 line 4 element import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/m
anpages/docbook.xsl
I/O error : Attempt to load network entity
http://docbook.sourceforge.net/releas
e/xsl/current/manpages/docbook.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/
xsl/current/manpages/docbook.xsl"
compilation error: file /tmp/xmlto-xsl.v30353 line 4 element import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/m
anpages/docbook.xsl

Q: I'm trying to build xmlto on my Debian box, but it doesn't work.

A: If you get `Attempt to load network entity' errors when building
xmlto, your system does not have the required support for XML
Catalogs
(http://www.oasis-open.org/committees/entity/spec-2001-08-06.html).
In particular, Debian has no support for these. Try the Fedora
Project <http://fedora.redhat.com>.
make[1]: Leaving directory `/usr/src/xmlto-0.0.18'
make[1]: *** [man/man1/xmlto.1] Error 1

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 9548] New: xmlto depends on ?, bugzilla-daemon, 08/20/2005

Archive powered by MHonArc 2.6.24.

Top of Page