Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37078 - app-text/xmlto: missing dependency app-text/docbook-xml-dtd?
Summary: app-text/xmlto: missing dependency app-text/docbook-xml-dtd?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-03 01:24 UTC by Torsten Veller (RETIRED)
Modified: 2004-01-04 04:17 UTC (History)
0 users

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 Torsten Veller (RETIRED) gentoo-dev 2004-01-03 01:24:18 UTC
xmlto doesn't compile if docbook-xml-dtd is missing:

make  all-am
make[1]: Entering directory `/var/tmp/portage/xmlto-0.0.15/work/xmlto-0.0.15'
if gcc -DHAVE_CONFIG_H -I. -I. -I.     -march=pentium2 -O2 -pipe -fomit-frame-pointer -MT xmlif/xmlif.o -MD -MP -MF "xmlif/.deps/xmlif.Tpo" \
  -c -o xmlif/xmlif.o `test -f 'xmlif/xmlif.c' || echo './'`xmlif/xmlif.c; \
then mv -f "xmlif/.deps/xmlif.Tpo" "xmlif/.deps/xmlif.Po"; \
else rm -f "xmlif/.deps/xmlif.Tpo"; exit 1; \
fi
gcc  -march=pentium2 -O2 -pipe -fomit-frame-pointer   -o xmlif/xmlif  xmlif/xmlif.o
for xml in xmlif.xml xmlto.xml; do \
  FORMAT_DIR=./format XSL_DIR=./xsl \
   bash ./xmlto man -o man/man1 ./doc/$xml ; \
done || ( RC=$?; cat FAQ; exit $RC )
xmlto: input does not validate
error : Resource temporarily unavailable
/var/tmp/portage/xmlto-0.0.15/work/xmlto-0.0.15/./doc/xmlif.xml:4: I/O warning : failed to load external entity "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
                                                            ^
error : Resource temporarily unavailable
I/O warning : failed to load external entity "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
validity error : Could not load the external subset "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
Document /var/tmp/portage/xmlto-0.0.15/work/xmlto-0.0.15/./doc/xmlif.xml does not validate

# emerge --info
Portage 2.0.49-r18 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20031212-r0, 2.4.22-hardened)
=================================================================
System uname: 2.4.22-hardened i686 Pentium II (Klamath)
Gentoo Base System version 1.4.3.12
distcc 2.11.2 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium2 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium2 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc sandbox userpriv usersandbox"
GENTOO_MIRRORS="http://192.168.1.1/gentoo http://192.168.1.1 ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/opt/gentoo-rsync/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="acl apache2 berkdb caps crypt gdbm gif imap imlib innodb libwww maildir mmx mysql ncurses nls pam python readline sasl slang snmp spell ssl tcpd unicode x86 xml2 zlib"


Reproducible: Always
Steps to Reproduce:
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2004-01-04 04:17:25 UTC
Should be fixed now, thanks for the report.