Re: Meson and Numa: C header not found
От | Tomas Vondra |
---|---|
Тема | Re: Meson and Numa: C header not found |
Дата | |
Msg-id | a679377c-ea5b-49d3-a971-9e070f2dceac@vondra.me обсуждение исходный текст |
Ответ на | Re: Meson and Numa: C header not found ("Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>) |
Список | 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 по дате отправления: