Re: [COMMITTERS] pgsql: Improved parallel make support

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Improved parallel make support
Date: 2010-11-15 10:13:11
Message-ID: E6CFE28FE6731D6064816F81@[172.26.14.62]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

--On 14. November 2010 11:08:13 -0500 Robert Haas <robertmhaas(at)gmail(dot)com>
wrote:

> +1. The current master branch fails to build on my (rather new) Mac with
> make -j2. I could upgrade my toolchain but it seems like more trouble
> than it's worth, not to mention a possible obstacle to new users and
> developers.

The same here, too. And it doesn't matter if you use the shipped make
(3.81) or the one from macports (currently 3.82), both are failing with:

ld: file not found: ../../../../../../src/backend/postgres
collect2: ld returned 1 exit status
make[3]: *** [ascii_and_mic.so] Error 1
make[2]: *** [all-ascii_and_mic-recurse] Error 2
make[1]: *** [all-backend/utils/mb/conversion_procs-recurse] Error 2
make[1]: *** Waiting for unfinished jobs....

--
Thanks

Bernd

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2010-11-15 14:54:57 pgsql: Fix copy-and-pasteo.
Previous Message Simon Riggs 2010-11-15 09:32:21 pgsql: Avoid spurious Hot Standby conflicts from btree delete records.

Browse pgsql-hackers by date

  From Date Subject
Next Message Itagaki Takahiro 2010-11-15 10:27:25 How to rename each field in ROW expression?
Previous Message Andres Freund 2010-11-15 09:58:22 Re: MULTISET and additional functions for ARRAY