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

--- Comment #8 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
(In reply to Jonathan Wakely from comment #4)
> Apparently Suse's xsltproc 1.1.32 works properly, so please either uninstall
> xsltproc or upgrade to a fixed version.

It is an absolute no-no to access the net from a configure script.

If see a few options:

1. If it is not needed (as you seem to imply, because otherwiseI could
   not remove it) remove the use of xsltproc in configure

2. If if is needed after all, then put a working version into
   the prerequesites, include a version check and fail at
   configure time if the version shows this broken behavior.

As an aside, putting in a hyperlink as a database entry seems...
asking for trouble, to put it mildly.

Reply via email to