On Thu, 11 Oct 2012, Sebastien Marie wrote:

> Hi,
> 
> Before commit, is it possible to fix a missing BUILD_DEPENDS for 
> documentation ?
> 
> textproc/docbook is missing.
> 
> when build without (and systrace enable): 
> 
> checking for DocBook DTD... I/O error : Attempt to load network entity 
> http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
> 
> and after, there are "parser error" for resolving entity (like “)

A missing build dependency is *not* the cause of your problem:

---8<---

MODULES =               lang/ghc lang/python converters/libiconv

PSEUDO_FLAVORS =        no_doc
FLAVOR ?=
MULTI_PACKAGES =        -main -doc

# BSD w/o advertising clause.
# Distfile is bundled with other stuff like libffi, libgmp, mingw
# binaries, with BSD, GPLv2 and Perl artistic license.
PERMIT_PACKAGE_CDROM =          Yes
PERMIT_PACKAGE_FTP =            Yes
PERMIT_DISTFILES_CDROM =        Yes
PERMIT_DISTFILES_FTP =          Yes

PKG_ARCH-doc =          *
BUILD_DEPENDS =         archivers/gtar \
                        textproc/docbook-xsl

---8<---

Probably your setup is fubared...

Reply via email to