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

Lists: pgsql-adminpgsql-testers
From: Lou Picciano <loupicciano(at)comcast(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: 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-10 16:22:22
Message-ID: 463658397.9095.1286727742339.JavaMail.root@sz0093a.westchester.pa.mail.comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin pgsql-testers

'Wacko', indeed, no?

It's make 3.81, as packaged with OpenIndiana. gcc is 3.4.3.

Though I've been traditionally very reliant on Steve Christensen's 'Good Works' over at SunFreeware, the gang at OI are working hard to be very current. Do you think it's a version thing?

Am about to re-do the build using above SunFreeware packages. Will issue further action reports from The Front.

Regards, 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 11:45:47 AM
Subject: Re: [ADMIN] build from Source: 9.0.1 / 9.1-alpha1 cannot build modules

Lou Picciano <loupicciano(at)comcast(dot)net> writes:
> Build from scratch of 9.0.1 (and 9.1-alpha1) is not building modules for some reason... All of core builds/installs fine. OpenIndiana (Solaris) x86.

> # cd ../contrib
> # make
> make: Fatal error in reader: ../src/Makefile.global, line 39: Unexpected end of line seen

That seems pretty wacko. What version of make is that?

regards, tom lane


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>
Subject: Re: build from Source: 9.0.1 / 9.1-alpha1 cannot build modules
Date: 2010-10-10 16:53:26
Message-ID: 28868.1286729606@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-admin pgsql-testers

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