Re: Build failures with Mountain Lion
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Creager <robert@logicalchaos.org>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-07-27T21:26:31Z
Lists: pgsql-hackers
Robert Creager <robert@logicalchaos.org> writes: > Working on bringing online a new build farm machine running Mountain Lion. > Warnings are being generated in the contrib installcheck phase, causing the failure of the build transaction. > [5012f1c9.4014:27] LOG: statement: select pgp_key_id(dearmor(seckey)) from keytbl where id=6; > [5012f1c9.4014:28] WARNING: detected write past chunk end in ExprContext 0x7fc82c136758 Hm. We have seen similar symptoms reported by people using broken openssl installations. I've never tracked down the details but I suspect header-vs-library mismatches. Is it possible there are some pre-ML openssl-related files hanging about on your machine? regards, tom lane