Re: PostgreSQL 16 Beta 1 Released!

From: Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostgreSQL 16 Beta 1 Released!
Date: 2023-06-03 05:35:51
Message-ID: d0ce079d-7cb8-1f28-206d-7fc9988ff4b2@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-hackers

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

In response to

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Tom Lane 2023-06-03 12:27:29 Re: PostgreSQL 16 Beta 1 Released!
Previous Message pgAdmin Development Team via PostgreSQL Announce 2023-06-02 11:26:15 pgAdmin 4 v7.2 Released

Browse pgsql-hackers by date

  From Date Subject
Next Message 謝東霖 2023-06-03 09:24:43 Improve join_search_one_level readibilty (one line change)
Previous Message Imseih (AWS), Sami 2023-06-02 21:26:50 Re: [BUG] pg_dump does not properly deal with BEGIN ATOMIC function