Re: meson vs Cygwin

2024-02-13 Thread Marco Atzeri
this request so late how are you configuring the build ? Marco Atzeri Postgresql package manager for Cygwin

Re: PostgreSQL 16 Beta 1 Released!

2023-06-02 Thread Marco Atzeri
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/pos

ltree_plpython failure test on Cygwin for 12.4 test

2020-08-12 Thread Marco Atzeri
I am finally trying to move from python2.7 to python 3.x for both 3.7 and 3.8 I have (attached log): 2020-08-12 18:35:47.433 CEST [10418] pg_regress/python3/ltree_plpython ERROR: incompatible library "/pub/devel/postgresql/prov a38/postgresql-12.4-1.x86_64/build/tmp_install/usr/lib/postgresql/

Re: remove some ancient port hacks

2020-08-12 Thread Marco Atzeri
On 12.08.2020 09:12, Peter Eisentraut wrote: There are two ancient hacks in the cygwin and solaris ports that appear to have been solved more than 10 years ago, so I think we can remove them.  See attached patches. Hi Peter, This is really archeology Check for b20.1 as it was released in

Re: Resolving the python 2 -> python 3 mess

2020-03-25 Thread Marco Atzeri
Am 17.02.2020 um 17:49 schrieb Tom Lane: We've had multiple previous discussions of $SUBJECT (eg [1][2]), without any resolution of what to do exactly. Thinking about this some more, I had an idea that I don't think has been discussed. To wit: 1. On platforms where Python 2.x is still supported

Re: Cygwin linking rules

2018-10-02 Thread Marco Atzeri
Am 02.10.2018 um 19:07 schrieb Tom Lane: Andrew Dunstan writes: On 09/29/2018 02:13 PM, Marco Atzeri wrote: [ proposed patch ] Yes. So there are a couple of things here. First, the dll has SO_MAJORVERSION in the name. And second it stops building any static libraries and instead builds

Re: Cygwin linking rules

2018-09-29 Thread Marco Atzeri
Am 29.09.2018 um 19:03 schrieb Andrew Dunstan: On 09/29/2018 12:09 PM, Andrew Dunstan wrote: On 09/29/2018 11:35 AM, Tom Lane wrote: Most of the buildfarm is now happy with the changes I made to have libpq + ecpg get src/port and src/common files via libraries ... but lorikeet isn't.  It ge