| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Robert Creager <robert(at)logicalchaos(dot)org> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Build failures with Mountain Lion |
| Date: | 2012-07-27 21:26:31 |
| Message-ID: | 11663.1343424391@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Robert Creager <robert(at)logicalchaos(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jaime Casanova | 2012-07-28 00:51:53 | Re: PostgreSQLs Extension |
| Previous Message | Merlin Moncure | 2012-07-27 20:27:22 | Re: Covering Indexes |