Date: Wed, 1 May 2013 17:40:01 GMT From: Matthias Petermann <matthias@petermann.it> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/178275: build failed: net/rabbitmq: validity error : Could not load the external subset " http://www.docbook.org/xml/4.5/docbookx.dtd" Message-ID: <201305011740.r41He1a8077976@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178275; it has been noted by GNATS. From: Matthias Petermann <matthias@petermann.it> To: bug-followup@FreeBSD.org, matthias@petermann.it, pneumann@gmail.com Cc: Subject: Re: ports/178275: build failed: net/rabbitmq: validity error : Could not load the external subset "http://www.docbook.org/xml/4.5/docbookx.dtd" Date: Wed, 01 May 2013 19:30:03 +0200 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBC3E514DF3D05B5AA8FB778A Content-Type: multipart/mixed; boundary="------------060105020105010701040303" This is a multi-part message in MIME format. --------------060105020105010701040303 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Hello, just did some further investigations and found the reason for the broken build by myself: the Docbook 4.5 XML DTDs are missing at build time. On a fresh system, none of the dependencies require them. Attached is a patch for net/rabbitmq to fix this. It basically adds textproc/docbook-xml-450 as a build time dependency. Kind regards, Matthias --------------060105020105010701040303 Content-Type: text/plain; name="patch-rabbitmq_2013-05-01.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="patch-rabbitmq_2013-05-01.txt" diff -ruN rabbitmq.orig/Makefile rabbitmq/Makefile --- rabbitmq.orig/Makefile 2013-05-01 18:43:07.000000000 +0200 +++ rabbitmq/Makefile 2013-05-01 19:01:48.000000000 +0200 @@ -18,7 +18,8 @@ ${PYTHON_PKGNAMEPREFIX}simplejson>=3D2.0:${PORTSDIR}/devel/py-simplejs= on \ xmlto:${PORTSDIR}/textproc/xmlto \ unzip:${PORTSDIR}/archivers/unzip \ - zip:${PORTSDIR}/archivers/zip + zip:${PORTSDIR}/archivers/zip \ + docbook-xml=3D4.5:${PORTSDIR}/textproc/docbook-xml-450 RUN_DEPENDS=3D erl:${PORTSDIR}/lang/erlang =20 USE_GMAKE=3D yes --------------060105020105010701040303-- --------------enigBC3E514DF3D05B5AA8FB778A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlGBUR8ACgkQ0vTxsSjcKsphIwCeNI6f8k8Jlf1QiVcqidOz8V6S 2zAAoPRdTrG8qAc7k4KcuKVbBvw62OWu =g4Tc -----END PGP SIGNATURE----- --------------enigBC3E514DF3D05B5AA8FB778A--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305011740.r41He1a8077976>