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 1u2o7L-006FAF-MQ for pgsql-general@arkaria.postgresql.org; Thu, 10 Apr 2025 09:22:39 +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 1u2o7K-00A5ED-33 for pgsql-general@arkaria.postgresql.org; Thu, 10 Apr 2025 09:22:38 +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 1u2o7J-00A5Dz-Np for pgsql-general@lists.postgresql.org; Thu, 10 Apr 2025 09:22:38 +0000 Received: from relay9-d.mail.gandi.net ([2001:4b98:dc4:8::229]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u2o7H-0041yf-1V for pgsql-general@lists.postgresql.org; Thu, 10 Apr 2025 09:22:37 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 77DD844202; Thu, 10 Apr 2025 09:22:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vondra.me; s=gm1; t=1744276950; 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=jMOBOYIUHFJugLRqZCGLn9J6fXgmUQZlfiYIUCdZclM=; b=PiqfZRcZ9S93UXK8kKyJaNMpMsVn5rWZlIDtZyQyrd3kpzddCzu/IAKahxfj75TBgX7nTg 3SBWFlS4OAPXtLGNuNu064Zrr13M+FFXy4R7YZ7hTErMSDEJilgKSVshymHfMi2AH/GsC8 NZwzRMgrJZceF1VL6lBTvxgMR/KLPydeKNZkx8fqZHkSdX2aC+ctDuqwS/P2rnMtMtiu0d oDsU8v3VhAEyDOcvw1NaGw9Ubsyc/Fp+P93SKA55fZ8aMzYHSdgdnh2EmVdc6mKeAjC/P0 sOH1+hSO7xRuAa/Zf6XbADoMiPLj++/iFUOsLYziBFyfJ1D5k9kFq4pfeSf6qw== Message-ID: <99060f87-f477-4de1-b4cb-f195eaae5322@vondra.me> Date: Thu, 10 Apr 2025 11:22:29 +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: Content-Language: en-US From: Tomas Vondra In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GND-State: clean X-GND-Score: -100 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvtdekheefucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefkffggfgfuvfhfhfgjtgfgsehtjeertddtvdejnecuhfhrohhmpefvohhmrghsucggohhnughrrgcuoehtohhmrghssehvohhnughrrgdrmhgvqeenucggtffrrghtthgvrhhnpeduteekueelffegueffveeigeekvdeluefgvefgffeugfekheeufeeitefhlefhkeenucfkphepkeeirdegledrvddvledrudelfeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeekiedrgeelrddvvdelrdduleefpdhhvghloheplgdutddrudefjedrtddrvdgnpdhmrghilhhfrhhomhepthhomhgrshesvhhonhgurhgrrdhmvgdpnhgspghrtghpthhtohepvddprhgtphhtthhopegurghnihgvlhdrfigvshhtvghrmhgrnhhnsegusghiqdhsvghrvhhitggvshdrtghomhdprhgtphhtthhopehpghhsqhhlqdhgvghnvghrrghlsehlihhsthhsrdhpohhsthhgrhgvshhqlhdrohhrgh 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 08:00, Daniel Westermann (DWE) wrote: > Hi, > > I wanted to play a bit with the Numa stuff recently committed but Meson fails to find numa.h: > > Found pkg-config: YES (/usr/bin/pkg-config) 2.3.0 > Run-time dependency numa found: YES 2.0.19 > > ../postgresql/meson.build:957:12: ERROR: C header 'numa.h' not found > > Is this expected? The header file is there: > > postgres@pgbox:/home/postgres/ [DEV] sudo find / -name numa.h > /usr/include/numa.h > > This is a Fedora 41 system. > That's weird. I'm on Fedora 41 too, and I don't have this issue. If I do $ meson setup build I get libnuma : YES 2.0.19 and then 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. regards -- Tomas Vondra