Re: [PATCH] Fix PostgreSQL 12.1 server build and install problems under MSYS2

From: Guram Duka <guram(dot)duka(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Fix PostgreSQL 12.1 server build and install problems under MSYS2
Date: 2019-12-04 10:32:14
Message-ID: CABVxKcwJkU91tyELZha-7Q_EBt8ge016abSEuLLZjPK09z7=sQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Master branch got error in configure stage and then compiling like 12.1
branch.

checking how to link an embedded Python application... configure: error:
> could not find shared library for Python
> You might have to rebuild your Python installation. Refer to the
> documentation for details. Use --without-python to disable building
> PL/Python.
>
> I registered the patch.
>

ср, 4 дек. 2019 г. в 11:05, Michael Paquier <michael(at)paquier(dot)xyz>:

> On Wed, Dec 04, 2019 at 10:46:39AM +0300, Guram Duka wrote:
> > I made a patch fixing build and install problems under MSYS2, including
> > llvmjit.
> >
> > I have tested this in my environment and it works, of course need more
> > extensive testing.
> > Attached is a patch that fixes it. Tag REL_12_1.
>
> Do you have the same problems if you compile the code from the latest
> branch of the master branch?
>
> Could you register this patch to the upcoming commit fest? Here is a
> link to it:
> https://commitfest.postgresql.org/26/
>
> Thanks,
> --
> Michael
>

--
Best regards.
Guram Duka.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2019-12-04 10:52:33 Re: could not stat promote trigger file leads to shutdown
Previous Message Peter Eisentraut 2019-12-04 10:30:17 Re: Simplify passing of configure arguments to pg_config