Re: build from Source: 9.0.1 / 9.1-alpha1 cannot build modules

From: Lou Picciano <loupicciano(at)comcast(dot)net>
To: pgsql-testers <pgsql-testers(at)postgresql(dot)org>, pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: build from Source: 9.0.1 / 9.1-alpha1 cannot build modules
Date: 2010-10-11 21:06:35
Message-ID: 1508171717.69491.1286831195955.JavaMail.root@sz0093a.westchester.pa.mail.comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgsql-admin pgsql-testers

Tom,

Turns out the make problem was actually one of my issuing 'make'. IE, the resolution was simply issuing 'gmake' explicitly. To add some special sauce to the recipe, the 'make' of the core server went without a hitch; was only the build of modules which did not work.... Kinda misleading.

Back in openSolaris days, by whatever PATH Black Magic, my habitual 'make' commands were actually getting to gnu make. Not so in default current builds of OpenIndiana. This may be of some use to someone.

Lou Picciano

----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Lou Picciano" <loupicciano(at)comcast(dot)net>
Cc: "pgsql-testers" <pgsql-testers(at)postgresql(dot)org>, "pgsql-admin" <pgsql-admin(at)postgresql(dot)org>
Sent: Sunday, October 10, 2010 12:53:26 PM
Subject: Re: [ADMIN] build from Source: 9.0.1 / 9.1-alpha1 cannot build modules

Lou Picciano <loupicciano(at)comcast(dot)net> writes:
> 'Wacko', indeed, no?
> It's make 3.81, as packaged with OpenIndiana. gcc is 3.4.3.

Hm, 3.81 is a pretty popular version, so that doesn't seem to be the
answer. Did you look at exactly what was on the complained-of line?
It looks to me like it should be

top_srcdir = $(top_builddir)

which seems unobjectionable. But maybe there's something wrong
with your copy of Makefile.global.in.

BTW, was this a vpath build, or not?

regards, tom lane

--
Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-10-11 21:31:06 [pgAdmin III] #253: SQL Editor cursor colour
Previous Message Alexander LAW 2010-10-11 14:56:15 Re: Wish to contribute PgAdmin translation

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2010-10-11 23:20:44 Re: build from Source: 9.0.1 / 9.1-alpha1 cannot build modules
Previous Message Josh Berkus 2010-10-11 19:01:28 Re: [TESTERS] Re: build from Source: 9.0.1 / 9.1-alpha1 cannot build modules

Browse pgsql-testers by date

  From Date Subject
Next Message Tom Lane 2010-10-11 23:20:44 Re: build from Source: 9.0.1 / 9.1-alpha1 cannot build modules
Previous Message Josh Berkus 2010-10-11 19:01:28 Re: [TESTERS] Re: build from Source: 9.0.1 / 9.1-alpha1 cannot build modules