| From: | Jeremy Harris <jgh(at)wizmail(dot)org> |
|---|---|
| To: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | RHEL 8.0 build |
| Date: | 2018-11-24 20:18:18 |
| Message-ID: | da27307e-d451-9d16-7b4c-bee0c0f07dbc@wizmail.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
Trying to set up a buildfarm animal on a RHEL 8.0 (beta) system,
the build fails early:
$ ./run_build.pl --nosend --nostatus --verbose
Sat Nov 24 20:09:28 2018: buildfarm run for CHANGEME:HEAD starting
CHANGEME:HEAD [20:09:28] checking out source ...
CHANGEME:HEAD [20:09:33] checking if build run needed ...
CHANGEME:HEAD [20:09:34] copying source to pgsql.build ...
CHANGEME:HEAD [20:09:35] running configure ...
Branch: HEAD
Stage Configure failed with status 1
$
It appears to be a "configure" script looking for python; and there is
no such. You can have python3 or python2 - but neither package install
provides a symlink of just "python".
Obviously I could get going by manually adding one, but perhaps
other people would benefit from a neater fix.
--
Cheers,
Jeremy
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2018-11-24 20:32:41 | Re: Regarding performance regression on specific query |
| Previous Message | Tomas Vondra | 2018-11-24 20:03:14 | Re: jsonpath |