| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: What's our minimum ninja version? |
| Date: | 2024-04-16 00:56:07 |
| Message-ID: | 20240416005607.qzprj52qpgfbymvr@awork3.anarazel.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
On 2024-04-15 20:26:49 -0400, Tom Lane wrote:
> installation.sgml says our minimum meson version is 0.54, but it's
> silent on what the minimum ninja version is. What RHEL8 supplies
> doesn't work for me:
Yea. There was some thread where we'd noticed that, think you were on that
too.
We could probably work around the issue, if we needed to, possibly at the
price of a bit more awkward notation. But I'm inclined to just document it.
> $ meson setup build
> ...
> Found ninja-1.8.2 at /usr/bin/ninja
> ninja: error: build.ninja:7140: multiple outputs aren't (yet?) supported by depslog; bring this up on the mailing list if it affects you
>
> WARNING: Could not create compilation database.
>
> That's not a huge problem in itself, but I think we should figure
> out what's the minimum version that works, and document that.
Looks like it's 1.10, released 2020-01-27.
Greetings,
Andres Freund
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2024-04-16 01:05:44 | Re: Bugs in ecpg's macro mechanism |
| Previous Message | Tom Lane | 2024-04-16 00:47:16 | Re: Bugs in ecpg's macro mechanism |