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