On Sat, 25 Jan 2025 at 10:11, Tom Lane <tgl@sss.pgh.pa.us> wrote: Yeah, that's about what I expected. As a workaround until Andrew updates the BF client, you could do - $libdir = "$tmp_loc/lib/postgresql"; + $libdir = "$tmp_loc/lib"; at about line 429 of PGBuild/Utils.pmAck. Triggered a fresh HEAD run to see how it pans out.postgres@dell:~/proj/build-farm-17$ head -430 PGBuild/Utils.pm | tail -3 $bindir = "$tmp_loc/bin"; $libdir = "$tmp_loc/lib"; }
Yeah, that's about what I expected. As a workaround until Andrew updates the BF client, you could do - $libdir = "$tmp_loc/lib/postgresql"; + $libdir = "$tmp_loc/lib"; at about line 429 of PGBuild/Utils.pm
Here's the hot fix (which passed my test with a directory with pgsql in its path):
https://github.com/PGBuildFarm/client-code/commit/f6c6dd52d2959814452454890fb9838429c5c3e8
cheers
andrew
-- Andrew Dunstan EDB: https://www.enterprisedb.com
pgsql-hackers by date:
Соглашаюсь с условиями обработки персональных данных