Lists: | pgsql-adminpgsql-testers |
---|
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: | build from Source: 9.0.1 / 9.1-alpha1 cannot build modules |
Date: | 2010-10-10 13:57:40 |
Message-ID: | 353488953.5424.1286719060606.JavaMail.root@sz0093a.westchester.pa.mail.comcast.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-admin pgsql-testers |
Hello gang!
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.
Neither # make world nor cd /contrib, make, work.
# cd ../contrib
# make
make: Fatal error in reader: ../src/Makefile.global, line 39: Unexpected end of line seen
OK, so I'm off to check out the Makefile... !
Any ideas?
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 15:45:47 |
Message-ID: | 12199.1286725547@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:
> 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