Re: buildfarm + meson
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-03-18T23:00:12Z
Lists: pgsql-hackers
Hi, On 2023-03-18 17:53:38 -0400, Andrew Dunstan wrote: > On 2023-03-11 Sa 16:25, Andres Freund wrote: > > Hi, > > > > On 2023-03-09 18:31:10 -0500, Andrew Dunstan wrote: > > > Another thing: the test for uuid.h is too strict. On Fedora 36 the OSSP > > > header is in /usr/include, not /usr/include/ossp (I got around that for now > > > by symlinking it, but obviously that's a nasty hack we can't ask people to > > > do) > > Yea, that was just wrong. It happened to work on debian and a few other OSs, > > but ossp's .pc puts whatever the right directory is into the include > > path. Pushed the fairly obvious fix. > > > Another issue: building plpython appears impossible on Windows because it's > finding meson's own python: > > > Program python3 found: YES (C:\Program Files\Meson\meson.exe runpython) > Could not find Python3 library 'C:\\Program > Files\\Meson\\libs\\python311.lib' Any more details - windows CI builds with python. What python do you want to use and where is it installed? Greetings, Andres Freund
Commits
-
meson: fix header path of ossp-uuid
- 4e633016abe9 16.0 landed
-
meson: Add target for installing test files & improve install_test_files
- 0d237aeebaee 16.0 landed
-
meson: don't require 'touch' binary, make use of 'cp' optional
- 401874ab020b 16.0 landed