| From: | Christoph Berg <myon(at)debian(dot)org> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, David Steele <david(at)pgmasters(dot)net> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: libxml2 is dropping xml2-config |
| Date: | 2020-01-23 14:09:53 |
| Message-ID: | 20200123140953.GC20681@msg.df7cb.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Re: Tom Lane 2020-01-21 <6994(dot)1579567876(at)sss(dot)pgh(dot)pa(dot)us>
> > (Putting in support for pkg-config still makes sense, though.)
>
> Perhaps. Are there any platforms where libxml2 doesn't install a
> pkg-config file? What are we supposed to do if there's no pkg-config?
I can't comment on the libxml2 part, but making pkg-config a hard
requirement to build PG would probably be a safe bet nowadays. (I'm
still not arguing that we should.)
Re: David Steele 2020-01-21 <95349047-31dd-c7dc-df17-b488c2d3441f(at)pgmasters(dot)net>
> Yes -- at least Ubuntu < 18.04 does not install pkg-config for libxml2. I
> have not checked Debian yet, but I imagine < 8 will have the same issue.
That is not true, I just verified that both 16.04 and 14.04 (already
EOL) have a working `pkg-config libxml-2.0 --libs`.
> Christoph, are you saying we perhaps won't need to make this change?
I'm saying that the Debian libxml2 maintainer shouldn't try to make
this change unilaterally without libxml2 upstream.
Christoph
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2020-01-23 15:55:52 | Re: Allow to_date() and to_timestamp() to accept localized names |
| Previous Message | Peter Eisentraut | 2020-01-23 13:46:08 | Re: BUG #16059: Tab-completion of filenames in COPY commands removes required quotes |