From: | Paul Förster <paul(dot)foerster(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: configure and DocBook XML |
Date: | 2020-11-27 08:46:01 |
Message-ID: | 2A6DAAFD-5193-47A6-B3BA-55B869EBCE2F@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi Tom,
> On 26. Nov, 2020, at 17:48, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> If you don't have the docbook stylesheets, but you do have xmllint,
> configure's probe will cause xmllint to try to download those
> stylesheets off the net. For me, that always succeeds, but it
> takes two or three seconds. I find it curious that it seems to be
> timing out for you.
well, openSUSE 15.2 Leap here:
paul(at)weasel:~$ xmllint --version
xmllint: using libxml version 20907
compiled with: Threads Tree Output Push Reader Patterns Writer SAXv1 FTP HTTP DTDValid HTML Legacy C14N Catalog XPath XPointer XInclude Iconv ISO8859X Unicode Regexps Automata Expr Schemas Schematron Modules Debug Zlib Lzma
paul(at)weasel:~$ type -a xmllint
xmllint is /usr/bin/xmllint
paul(at)weasel:~$ zypper se 'xmllint*'
Loading repository data...
Reading installed packages...
No matching items found.
I wonder why zypper tells me, it's not there. If I use yast2 (GUI) to search it, it's there.
Anyway, DocBook XML is definitely not there, neither in zypper se, nor in yast2.
So why would xmllint try to download DocBook XML stylesheets if DocBook is not installed? I'm not a developer but such a thing doesn't make sense to me.
Cheers,
Paul
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2020-11-27 08:54:56 | Re: Improving spin-lock implementation on ARM. |
Previous Message | Alexander Korotkov | 2020-11-27 08:35:37 | Re: range_agg |