Re: PostgreSQL 9.5 Alpha 1 build fail with perl 5.22

From: Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL 9.5 Alpha 1 build fail with perl 5.22
Date: 2015-07-04 07:24:21
Message-ID: 55978A25.6020604@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-hackers

On 7/3/2015 2:31 PM, Marco Atzeri wrote:
> On 7/3/2015 8:19 AM, Michael Paquier wrote:
>> On Fri, Jul 3, 2015 at 2:47 PM, Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com>
>> wrote:
>>> On 7/2/2015 5:16 PM, Dave Page wrote:
>>>>
>>> -lldap
>>> hstore_plperl.o: In function `hstore_to_plperl':
>>> /pub/devel/postgresql/prova/postgresql-9.5alpha1-1.i686/src/postgresql-9.5alpha1
>>>
>>> /contrib/hstore_plperl/hstore_plperl.c:16: undefined reference to
>>> `hstoreUpgrade '
>>

for what I see the hstore_plperl link has a double problem.

It requires a link to hstore
as it also requires a link to perl.

Attached patch for solving this and a similar issue with python.

Regards
MArco

Attachment Content-Type Size
postgresql-9.5alpha1-1.src.patch text/plain 2.1 KB

In response to

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Tom Lane 2015-07-04 15:02:35 Re: PostgreSQL 9.5 Alpha 1 build fail with perl 5.22
Previous Message Andrew Dunstan 2015-07-03 14:51:14 Re: PostgreSQL 9.5 Alpha 1 build fail with perl 5.22

Browse pgsql-hackers by date

  From Date Subject
Next Message Marco Atzeri 2015-07-04 07:40:01 postgresql-9.5alpha1 packaging
Previous Message Tom Lane 2015-07-04 05:33:07 Re: Determine operator from it's function