Re: master make check fails on Solaris 10

From: Marina Polyakova <m(dot)polyakova(at)postgrespro(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: master make check fails on Solaris 10
Date: 2018-01-12 08:37:12
Message-ID: 32a45f336bb8301dc48e79314d7cd9fc@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11-01-2018 20:34, Tom Lane wrote:
> Marina Polyakova <m(dot)polyakova(at)postgrespro(dot)ru> writes:
>> Hello, hackers! I got a permanent failure of master (commit
>> ca454b9bd34c75995eda4d07c9858f7c22890c2b) make check on Solaris 10.
>> Regression output and diffs are attached.
>
> Hm, buildfarm member protosciurus is running a similar configuration
> without problems. Looking at its configuration, maybe you need to
> fool with LD_LIBRARY_PATH and/or LDFLAGS_SL?

I added these parameters with the same values in configure
(LDFLAGS_SL="-m64"
LD_LIBRARY_PATH="/lib/64:/usr/lib/64:/usr/sfw/lib/64:/usr/local/lib"),
there're the same failures :( (see the attached regression diffs and
output)

--
Marina Polyakova
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment Content-Type Size
other_config_regression.diffs text/x-diff 30.7 KB
other_config_regression.out text/plain 8.7 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Anthony Bykov 2018-01-12 08:47:39 Re: Transform for pl/perl
Previous Message Kyotaro HORIGUCHI 2018-01-12 08:16:56 Re: [HACKERS] [PATCH] Improve geometric types