Re: createdb warnings on OS X

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: createdb warnings on OS X
Date: 2017-01-09 00:27:42
Message-ID: a1c13e02-f73e-2692-48ba-987343b85d4d@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 1/8/17 6:03 PM, Tom Lane wrote:
>>> decibel(at)decina:[17:04]~/pgsql/HEAD (temp *$%)$uname -a
>>> Darwin decina.local 15.6.0 Darwin Kernel Version 15.6.0: Wed Nov 2 20:30:56 PDT 2016; root:xnu-3248.60.11.1.2~2/RELEASE_X86_64 x86_64
> I can never remember how Darwin kernel versions map to OS X versions?
> But the real question is whether you've got (any vestiges of) a manual
> readline installation.

OS X 10.11.6

From config.log...
configure:13546: ccache clang -Qunused-arguments -fcolor-diagnostics -o
conftest -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute
-Wformat-security -fno-strict-aliasing -fwrapv
-Wno-unused-command-line-argument -O2 -I/opt/local/include/libxml2
-L/opt/local/lib conftest.c -lxml2 -lz -lreadline -lm >&5

I recently discovered things now work even if I don't supply
--with-includes=/opt/local/include and --with-libraries=/opt/local/lib
to configure, so maybe that's it.

In any case it doesn't bother me enough to investigate it right now. I
just wanted to make sure it wasn't something more serious.

Thanks!
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Haribabu Kommi 2017-01-09 00:45:55 Re: pg_hba_file_settings view patch
Previous Message Jim Nasby 2017-01-09 00:21:36 Re: Increase pltcl test coverage