[postgis-devel] [PostGIS] #963: Stop downloading DTDs
PostGIS
trac at osgeo.org
Fri May 20 03:32:47 PDT 2011
#963: Stop downloading DTDs
------------------------+---------------------------------------------------
Reporter: robe | Owner: chodgson
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: management | Version: trunk
Keywords: |
------------------------+---------------------------------------------------
Comment(by mcayland):
We definitely do not want to be including the DTDs as part of the tarball.
The way to think about it is that xsltproc checks a local cache for the
DTD first, and only then if it can't find it does it go and download from
the origin.
I don't know what OS the build host is running, but on Debian it looks as
if it's just a case of "aptitude install docbook-mathml". There will
definitely be similar packages around for Fedora/CentOS and other OS too.
Installing the relevant packages on the build host is definitely the right
fix here.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/963#comment:8>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list