Re: meson: Stop using deprecated way getting path of files

2023-12-19 Thread Tristan Partin
On Mon Dec 18, 2023 at 12:43 AM CST, John Naylor wrote: On Tue, Dec 5, 2023 at 3:27 AM Tristan Partin wrote: > > On Mon Dec 4, 2023 at 2:10 PM CST, Tom Lane wrote: > > Not sure what you were using, but are you aware that SQL access to the > > buildfarm database is available to project members?

Re: meson: Stop using deprecated way getting path of files

2023-12-17 Thread John Naylor
On Tue, Dec 5, 2023 at 3:27 AM Tristan Partin wrote: > > On Mon Dec 4, 2023 at 2:10 PM CST, Tom Lane wrote: > > Not sure what you were using, but are you aware that SQL access to the > > buildfarm database is available to project members? My own stock > > approach to checking on this sort of

Re: meson: Stop using deprecated way getting path of files

2023-12-04 Thread Tristan Partin
On Mon Dec 4, 2023 at 2:10 PM CST, Tom Lane wrote: "Tristan Partin" writes: > On Fri Dec 1, 2023 at 12:16 PM CST, Tristan Partin wrote: >>> Ok, so what I found is that we still have build farm animals using >>> Python 3.4, specifically the AIX machines. There was also at least one >>> Python

Re: meson: Stop using deprecated way getting path of files

2023-12-04 Thread Tom Lane
"Tristan Partin" writes: > On Fri Dec 1, 2023 at 12:16 PM CST, Tristan Partin wrote: >>> Ok, so what I found is that we still have build farm animals using >>> Python 3.4, specifically the AIX machines. There was also at least one >>> Python 3.5 user too. Note that this was a manual check. > I

Re: meson: Stop using deprecated way getting path of files

2023-12-04 Thread Tristan Partin
On Fri Dec 1, 2023 at 12:16 PM CST, Tristan Partin wrote: On Fri Dec 1, 2023 at 12:07 PM CST, Tom Lane wrote: > "Tristan Partin" writes: > > On the buildfarm page[0], it would be nice if more than just the > > compiler versions were stated. It would be nice to have all > > build/runtime

Re: meson: Stop using deprecated way getting path of files

2023-12-01 Thread Tristan Partin
On Fri Dec 1, 2023 at 12:07 PM CST, Tom Lane wrote: "Tristan Partin" writes: > On the buildfarm page[0], it would be nice if more than just the > compiler versions were stated. It would be nice to have all > build/runtime dependencies listed. By and large, we've attempted to address such

Re: meson: Stop using deprecated way getting path of files

2023-12-01 Thread Tom Lane
"Tristan Partin" writes: > On the buildfarm page[0], it would be nice if more than just the > compiler versions were stated. It would be nice to have all > build/runtime dependencies listed. By and large, we've attempted to address such concerns by extending the configure script to emit info

Re: meson: Stop using deprecated way getting path of files

2023-12-01 Thread Tristan Partin
On Thu Nov 30, 2023 at 3:46 PM CST, Andrew Dunstan wrote: On 2023-11-30 Th 16:00, Tristan Partin wrote: > On Wed Nov 29, 2023 at 1:42 PM CST, Andres Freund wrote: >> Hi, >> >> On 2023-11-29 13:11:23 -0600, Tristan Partin wrote: >> > What is our limiting factor on bumping the minimum Meson

Re: meson: Stop using deprecated way getting path of files

2023-11-30 Thread Andres Freund
On 2023-11-29 10:50:53 -0800, Andres Freund wrote: > I plan to apply this soon, unless I hear some opposition / better ideas / Pushed.

Re: meson: Stop using deprecated way getting path of files

2023-11-30 Thread Andrew Dunstan
On 2023-11-30 Th 16:00, Tristan Partin wrote: On Wed Nov 29, 2023 at 1:42 PM CST, Andres Freund wrote: Hi, On 2023-11-29 13:11:23 -0600, Tristan Partin wrote: > What is our limiting factor on bumping the minimum Meson version? Old distro versions, particularly ones where the distro just has

Re: meson: Stop using deprecated way getting path of files

2023-11-30 Thread Tristan Partin
On Wed Nov 29, 2023 at 1:42 PM CST, Andres Freund wrote: Hi, On 2023-11-29 13:11:23 -0600, Tristan Partin wrote: > What is our limiting factor on bumping the minimum Meson version? Old distro versions, particularly ones where the distro just has an older python. It's one thing to require

Re: meson: Stop using deprecated way getting path of files

2023-11-29 Thread Andres Freund
Hi, On 2023-11-29 13:11:23 -0600, Tristan Partin wrote: > This looks good to me. Cool. > What is our limiting factor on bumping the minimum Meson version? Old distro versions, particularly ones where the distro just has an older python. It's one thing to require installing meson but quite

Re: meson: Stop using deprecated way getting path of files

2023-11-29 Thread Tristan Partin
This looks good to me. What is our limiting factor on bumping the minimum Meson version? While we are on the topic of Meson, it would be great if you could take a look at this thread[0], where I am trying to compile Postgres with -fsanitize=address,undefined (-Db_sanitize=address,undefined).

meson: Stop using deprecated way getting path of files

2023-11-29 Thread Andres Freund
some opposition / better ideas / Greetings, Andres Freund >From d296c088ceadeac281a54d6f7f748112c5efb33a Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Wed, 29 Nov 2023 10:47:20 -0800 Subject: [PATCH v1] meson: Stop using deprecated way getting path of files The just released meson