Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u2op9-006P80-4P for pgsql-general@arkaria.postgresql.org; Thu, 10 Apr 2025 10:07:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1u2op7-00AMqP-62 for pgsql-general@arkaria.postgresql.org; Thu, 10 Apr 2025 10:07:53 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1u2op6-00AMq7-Ol for pgsql-general@lists.postgresql.org; Thu, 10 Apr 2025 10:07:53 +0000 Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u2op4-0042Qr-0R for pgsql-general@lists.postgresql.org; Thu, 10 Apr 2025 10:07:51 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 08C3041D11; Thu, 10 Apr 2025 10:07:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vondra.me; s=gm1; t=1744279666; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=h7HiQ9uP3084CJh2roeiXh87WfqUEEmwAsIdTcjGQK8=; b=Q8UjLW4Pv2GYohMZqMvjf118jEsDM+KZG1u5e/cWlRtri5QsM3j8T/wrmdU3TRCWBI/hD5 CMCkyp+wEvDz3ubbmrw9I+DAUq2Z/8WnEw1o53ezL4/Ks2ACywN2ied1xyK483SdBAChD+ Yme4YUbF6jL3gP6VdNpdGlnvDzW2Sio7+2Wq/oIKEmZ4APGncyPR1vC6V/xrtUqQU9uiA3 SHWWwS8er2TkPyAlHWH6gmR1SI6Ds1heLzHflQgj8vcmqBbSM5dr1+q2nkD7+KFQG3OIUh 1RvQW3V2OQeHzJxlmBBL799jyp5vsYgpFBqDBdDGSQ+/39Ht6/+3IaQ2D94nKQ== Message-ID: Date: Thu, 10 Apr 2025 12:07:45 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Meson and Numa: C header not found To: "Daniel Westermann (DWE)" , "pgsql-general@lists.postgresql.org" References: <99060f87-f477-4de1-b4cb-f195eaae5322@vondra.me> Content-Language: en-US From: Tomas Vondra In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-State: clean X-GND-Score: -100 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvtdekiedvucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefkffggfgfuvfhfhfgjtgfgsehtkeertddtvdejnecuhfhrohhmpefvohhmrghsucggohhnughrrgcuoehtohhmrghssehvohhnughrrgdrmhgvqeenucggtffrrghtthgvrhhnpeekffdvudegteefieelffetkeelffeggffhuefffefhleekleethfefieeggfffkeenucfkphepkeeirdegledrvddvledrudelfeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeekiedrgeelrddvvdelrdduleefpdhhvghloheplgdutddrudefjedrtddrvdgnpdhmrghilhhfrhhomhepthhomhgrshesvhhonhgurhgrrdhmvgdpnhgspghrtghpthhtohepvddprhgtphhtthhopegurghnihgvlhdrfigvshhtvghrmhgrnhhnsegusghiqdhsvghrvhhitggvshdrtghomhdprhgtphhtthhopehpghhsqhhlqdhgvghnvghrrghlsehlihhsthhsrdhpohhsthhgrhgvshhqlhdrohhrgh X-GND-Sasl: tomas@vondra.me List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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