Re: Meson and Numa: C header not found

From: Tomas Vondra <tomas(at)vondra(dot)me>
To: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Meson and Numa: C header not found
Date: 2025-04-10 10:07:45
Message-ID: a679377c-ea5b-49d3-a971-9e070f2dceac@vondra.me
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/10/25 11:53, Daniel Westermann (DWE) wrote:
>>
>>    ninja -C build
>>
>> completes just fine. What exactly are the commands you're executing?
>>
>>
>> FWIW I guess -hackers would be a better place for this question.
>
> Nothing special, just this:
>
> meson configure -Dprefix=${PGHOME} \
> -Dbindir=${PGHOME}/bin \
> -Ddatadir=${PGHOME}/share \
> -Dincludedir=${PGHOME}/include \
> -Dlibdir=${PGHOME}/lib \
> -Dsysconfdir=${PGHOME}/etc \
> -Dpgport=5432 \
> -Dplperl=enabled \
> -Dplpython=enabled \
> -Dssl=openssl \
> -Dpam=enabled \
> -Dldap=enabled \
> -Dlibxml=enabled \
> -Dlibxslt=enabled \
> -Dsegsize=${SEGSIZE} \
> -Dblocksize=${BLOCKSIZE} \
> -Dllvm=enabled \
> -Duuid=ossp \
> -Dzstd=enabled \
> -Dlz4=enabled \
> -Dzstd=enabled \
> -Dgssapi=enabled \
> -Dsystemd=enabled \
> -Dicu=enabled \
> -Dlibcurl=enabled \
> -Dliburing=enabled \
> -Dlibnuma=disabled \
> -Dsystem_tzdata=/usr/share/zoneinfo
> ninja
> ninja install
>

Are you sure this is the sequence that fails? Because this has

-Dlibnuma=disabled

so that shouldn't build the NUMA stuff at all.

regards

--
Tomas Vondra

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dimitrios Apostolou 2025-04-10 11:19:17 pg_restore causing ENOSPACE on the WAL partition
Previous Message Daniel Westermann (DWE) 2025-04-10 09:53:06 Re: Meson and Numa: C header not found