Meson and Numa: C header not found

From: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Meson and Numa: C header not found
Date: 2025-04-10 06:00:28
Message-ID: GV0P278MB04195F024DA2FF862D9B39FBD2B72@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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(at)pgbox:/home/postgres/ [DEV] sudo find / -name numa.h
/usr/include/numa.h

This is a Fedora 41 system.

Regards
Daniel

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomas Vondra 2025-04-10 09:22:29 Re: Meson and Numa: C header not found
Previous Message Olleg Samoylov 2025-04-10 05:33:02 Re: Interesting case of IMMUTABLE significantly hurting performance