Re: libxml related crash on git head

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: libxml related crash on git head
Date: 2012-04-02 19:52:37
Message-ID: 11966.1333396357@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Greg Sabino Mullane" <greg(at)turnstep(dot)com> writes:
> I'm getting HEAD errors on my build farm animal fennec.

Oh, I looked at that the other day. The animal started failing after
you installed a new libxml in /usr/local. It looks like it is compiling
against the /usr/local copy but still executing against the .so in
/usr/lib64. Linuxen are not terribly friendly to ad-hoc library
installs --- in particular, if you don't tell ldconfig to look in
/usr/local, it's never gonna work.

> I don't have time/inclination to track down why the make is failing,

I'd suggest just dropping the non-default libxml installation, then.

BTW, right at the moment you seem to have git issues, too.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2012-04-02 20:06:24 Re: measuring lwlock-related latency spikes
Previous Message Tom Lane 2012-04-02 19:35:59 Re: measuring lwlock-related latency spikes