Thread

  1. Build failures with Mountain Lion

    Robert Creager <robert@logicalchaos.org> — 2012-07-27T20:05:31Z

    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
    
    
  2. Re: Build failures with Mountain Lion

    Tom Lane <tgl@sss.pgh.pa.us> — 2012-07-27T21:26:31Z

    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
    
    
  3. Re: Build failures with Mountain Lion

    Robert Creager <robert@logicalchaos.org> — 2012-07-28T17:00:28Z

    
    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