Re: BUG #13733: ~/.psql_history* corrupted

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: news(at)emmanuelsambo(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13733: ~/.psql_history* corrupted
Date: 2015-11-02 21:03:51
Message-ID: 5637CFB7.2090802@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 11/2/15 2:14 PM, Tom Lane wrote:
> $ xml2-config --libs
> -lxml2
> $ xml2-config --cflags
> -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2
> $ xml2-config --prefix
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr
>
> The /usr/lib/libreadline.dylib symlink has been there pretty much
> forever, so that's not a new hazard.
>
> You didn't say, but I assume what you're seeing is that "xml2-config
> --cflags" now emits some -L switches along with -I?

xml2-config --libs emits -L switches that point into Xcode, similar to
the -I switch shown above.

But after running

sudo xcode-select -s /Library/Developer/CommandLineTools

as suggested in the links mentioned earlier in the thread, this goes
away. Apparently, Apple fixed this in one of their minor software updates.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Haribabu Kommi 2015-11-02 21:10:12 Re: BUG #13741: vacuumdb does not accept valid password
Previous Message Devrim GÜNDÜZ 2015-11-02 20:53:33 Re: BUG #13752: Incorrect RPM Version on 9.0.23 Release