From: | Wolfgang Walther <walther(at)technowledgy(dot)de> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-committers(at)lists(dot)postgresql(dot)org, Daniel Gustafsson <daniel(at)yesql(dot)se>, Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org> |
Subject: | Re: pgsql: Add support for basic NUMA awareness |
Date: | 2025-04-08 15:17:21 |
Message-ID: | 3703845a-5625-471b-a289-c23615a1b084@technowledgy.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Andres Freund:
> But I'm rather bewildered - I can't actually build with the professed version
> of ninja, it errors out:
>
> ninja-1.9.0 src/bin/psql/sql_help.c
> ninja: error: build.ninja:8462: multiple outputs aren't (yet?) supported by depslog; bring this up on the mailing list if it affects you
>
> So this must be some version of ninja between 1.9 and 1.10 (where the multiple
> outputs support was added).
>
> What's particularly weird about that is that the rest of the distro seems much
> newer. gcc 14.2.1, meson 1.6.1, LLVM 18. What's a < 2020 ninja doing with
> those surroundings?
The Dockerfile for the image running dogfish is at [1]. I'm installing
the package "ninja" there, which... doesn't even exist upstream [2].
Odd. There is ninja-build, though, which is at 1.12.1. [3]
Turns out that the "ninja" I am installing is provided by samurai [4],
which seems to be a drop-in replacement [5] for ninja:
> samurai implements the ninja build language through version 1.9.0
except for MSVC dependency handling (deps = msvc). It uses the same
format for .ninja_log and .ninja_deps as ninja, currently version 5 and
4 respectively.
I have not followed the remainder of the thread.. would you rather have
me try to switch to the real ninja, or should we keep samurai for some
variation in the buildfarm?
Best,
Wolfgang
[1]:
https://github.com/technowledgy/postgresql-buildfarm-alpine/blob/main/Dockerfile
[3]: https://pkgs.alpinelinux.org/package/v3.21/community/x86_64/ninja-build
[4]: https://pkgs.alpinelinux.org/package/v3.21/main/x86_64/samurai
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2025-04-08 15:29:56 | Re: pgsql: Add support for basic NUMA awareness |
Previous Message | Andres Freund | 2025-04-08 14:49:37 | Re: pgsql: Add support for basic NUMA awareness |