From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
pgbuildfarm(at)jdrake(dot)com
Cc:
Andrew Dunstan <andrew(at)dunslane(dot)net>, Josh Berkus <josh(at)agliodbs(dot)com>,
PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>,
Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>
Subject:
Re: PL/perl should fail on configure, not make
Date:
2013-01-14 17:09:32
Message-ID:
23592.1358183372@sss.pgh.pa.us (view raw or flat )
Thread:
2013-01-09 01:48:17 from Josh Berkus <josh(at)agliodbs(dot)com>
2013-01-09 02:10:24 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 03:37:55 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 04:32:54 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2013-01-09 06:01:58 from Josh Berkus <josh(at)agliodbs(dot)com>
2013-01-09 08:18:08 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2013-01-09 15:16:04 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 21:06:10 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2013-01-09 21:12:40 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 21:49:30 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2013-01-10 00:56:57 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-10 03:48:10 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-10 14:56:58 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2013-01-10 16:32:35 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-10 16:38:07 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2013-01-11 05:30:40 from pgbuildfarm(at)jdrake(dot)com
2013-01-11 05:48:33 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-11 06:01:43 from Jeremy Drake <pgbuildfarm(at)jdrake(dot)com>
2013-01-14 17:09:32 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-10 21:21:40 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2013-01-10 21:48:28 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-10 22:06:01 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2013-01-10 22:30:30 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-11 00:53:20 from Josh Berkus <josh(at)agliodbs(dot)com>
2013-01-11 01:12:56 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-11 03:09:35 from "Aaron W(dot) Swenson" <titanofold(at)gentoo(dot)org>
2013-01-11 03:25:25 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-11 03:59:28 from "Aaron W(dot) Swenson" <titanofold(at)gentoo(dot)org>
2013-01-10 21:20:01 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2013-01-09 10:21:44 from Christoph Berg <myon(at)debian(dot)org>
2013-01-09 15:30:03 from Christian Ullrich <chris(at)chrullrich(dot)net>
2013-01-09 16:00:01 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 17:08:00 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2013-01-09 17:50:52 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-10 21:18:31 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2013-01-10 21:38:12 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-10 22:08:12 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2013-01-10 22:10:16 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2013-01-09 17:05:45 from Peter Eisentraut <peter_e(at)gmx(dot)net>
Lists:
pgsql-hackers
pgbuildfarm(at)jdrake(dot)com writes:
> On Thu, 10 Jan 2013, Andrew Dunstan wrote:
>> Without access to the machine it's pretty hard to know, so I was just
>> speculating fairly wildly. If Jeremy can find out what the problem is that
>> would be good, or if he can give us access to the machine it shouldn't be
>> terribly hard to get to the bottom.
> I'll see what I can do. For now, I can tell you that it works with GCC
> and fails with ICC.
BTW, just to close out this thread on the public list --- Andrew found
out that the problem goes away if one removes "-parallel" from the list
of compiler options. That makes it a pretty blatant compiler bug, and
one that we've not seen elsewhere, so it's probably specific to the
(old) icc version that Jeremy is running on this buildfarm animal.
Given that no other buildfarm members are showing a problem, I don't
intend to revert the configure change. Jeremy should update his icc
or remove the -parallel switch on that animal.
regards, tom lane
In response to
pgsql-hackers by date
Next :From: Pavel StehuleDate: 2013-01-14 17:13:17
Subject : Re: bugfix: --echo-hidden is not supported by \sf statements
Previous :From : Robert HaasDate : 2013-01-14 16:56:19
Subject : Re: pg_retainxlog for inclusion in 9.3?