Build failures with Mountain Lion
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
I've included the web transaction data from the build.
Shall I continue with registering this machine, or wait?
Thanks,
Rob
Attachments:
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
On Jul 27, 2012, at 3:26 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
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?
Sigh. I remember now. Having macports in the path before /usr/ horks up the config vs the libraries.
Forgetfully yours,
Rob