On 25/05/2023 15:08, PostgreSQL Global Development Group wrote:
PostgreSQL 16 Beta 1 Released!
just me ?
make -C backend/snowball install
make[2]: Entering directory
'/pub/devel/postgresql/postgresql-16.0-0.1.x86_64/build/src/backend/snowball'
/usr/bin/mkdir -p
'/pub/devel/postgresql/postgresql-16.0-0.1.x86_64/inst/usr/lib/postgresql'
/usr/bin/mkdir -p
'/pub/devel/postgresql/postgresql-16.0-0.1.x86_64/inst/usr/share/postgresql'
'/pub/devel/postgresql/postgresql-16.0-0.1.x86_64/inst/usr/share/postgresql/tsearch_data'
/usr/bin/install -c -m 755 dict_snowball.dll
'/pub/devel/postgresql/postgresql-16.0-0.1.x86_64/inst/usr/lib/postgresql/dict_snowball.dll'
/usr/bin/install -c -m 644 snowball_create.sql
'/pub/devel/postgresql/postgresql-16.0-0.1.x86_64/inst/usr/share/postgresql'
/usr/bin/install: cannot stat 'snowball_create.sql': No such file or
directory
make[2]: *** [Makefile:110: install] Error 1
for what I can see the file is in the source tree, not in the build tree
$ tar -tf postgresql-16beta1.tar.bz2 | grep snowball_create.sql
postgresql-16beta1/src/backend/snowball/snowball_create.sql
Regards
Marco