Re: Meson and Numa: C header not found - Mailing list pgsql-general

From Tomas Vondra
Subject Re: Meson and Numa: C header not found
Date
Msg-id a679377c-ea5b-49d3-a971-9e070f2dceac@vondra.me
Whole thread Raw
In response to Re: Meson and Numa: C header not found  ("Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>)
List 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




pgsql-general by date:

Previous
From: "Daniel Westermann (DWE)"
Date:
Subject: Re: Meson and Numa: C header not found
Next
From: Dimitrios Apostolou
Date:
Subject: pg_restore causing ENOSPACE on the WAL partition