Re: BUG #14742: build fails on psql

From: Chris Ruprecht <chris(at)cdrbill(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14742: build fails on psql
Date: 2017-07-14 17:14:48
Message-ID: 7E94F277-9DFF-4538-8E0D-4183C4684A06@cdrbill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I was thinking the same thing, we should be able to build what ever release, regardless if there is a previous release already installed ;).

> On Jul 14, 2017, at 12:33, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> I wrote:
>> appendShellStringNoError() and psql_scan_set_passthrough() should be in
>> src/fe_utils/libpgfeutils.a, but they are both new as of v10. I suppose
>> you're somehow linking against a 9.6 or earlier version of that
>> library. Looking at the link line, -L/usr/local/lib is probably the
>> source of the problem. Do you have any idea how it got there?
>> I don't see an equivalent reference to the --prefix lib directory
>> when I do this, so it's not that.
>
> On further consideration, however that got there, it's definitely a
> bug in our makefiles that the -L flag for src/fe_utils isn't being
> placed in front of -L flags for system libraries. I've pushed a fix
> for that. Thanks for the report!
>
> regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message David Gould 2017-07-14 21:17:45 Re: BUG #14722: Segfault in tuplesort_heap_siftup, 32 bit overflow
Previous Message Chris Ruprecht 2017-07-14 17:12:52 Re: BUG #14742: build fails on psql