https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89466

--- Comment #15 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #14)
> https://trac.osgeo.org/postgis/ticket/963
> 
> Looks more like you don't have those dtd installed ...

The point of the configure checks is to find out if they're installed, and if
they're usable. It should fail immediately if not, because of the --nonet
option.

> This referenced bug report is from 8 years ago complaining about the same
> thing.

Not exactly. In that bug report they say that using --nonet makes it fail
immediately, not try to download the DTDs. That's how it's supposed to work.

It's not a problem for the DTDs to be missing, the configure script detects
that. The problem is a buggy version of xsltproc that ignores the --nonet
option.

Reply via email to