Thread: BUG #14975: [pgrpms] make build10 for postgresql fails

BUG #14975: [pgrpms] make build10 for postgresql fails

From
thomas.berger@1und1.de
Date:
The following bug has been logged on the website:

Bug reference:      14975
Logged by:          tbe
Email address:      thomas.berger@1und1.de
PostgreSQL version: 10.0
Operating system:   EL-7
Description:

Building the rpm from the pgrpms repository for postgresql-10 fails with

>Getting
https://www.postgresql.org/files/documentation/pdf/%{pgmajorversion}/postgresql-%{pgmajorversion}-A4.pdf
to ./postgresql-%{pgmajorversion}-A4.pdf
>  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
>                                 Dload  Upload   Total   Spent    Left
Speed
>  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--
 0
>curl: (22) The requested URL returned error: 404 Not Found

The pgmajorversion is defined in Makefile.global-PG10 as parameter for the
rpmbuild command, but within the prep target in Makefile.global, spectool is
invoked without any extra parameters.


Re: BUG #14975: [pgrpms] make build10 for postgresql fails

From
Devrim Gündüz
Date:
Hi,

On Thu, 2017-12-14 at 18:05 +0000, thomas.berger@1und1.de wrote:
> Bug reference:      14975
> Logged by:          tbe
> Email address:      thomas.berger@1und1.de
> PostgreSQL version: 10.0
> Operating system:   EL-7
> Description:
>
> Building the rpm from the pgrpms repository for postgresql-10 fails with
>
> >Getting
> https://www.postgresql.org/files/documentation/pdf/%{pgmajorversion}/postgres
> ql-%{pgmajorversion}-A4.pdf
> to ./postgresql-%{pgmajorversion}-A4.pdf
> >  % Total    % Received % Xferd  Average Speed   Time    Time     Time
> Current
> >                                 Dload  Upload   Total   Spent    Left
> Speed
> >  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--
>  0
> >curl: (22) The requested URL returned error: 404 Not Found
>
> The pgmajorversion is defined in Makefile.global-PG10 as parameter for the
> rpmbuild command, but within the prep target in Makefile.global, spectool is
> invoked without any extra parameters.

Thanks for the report. I fixed this 2 weeks ago, forgot to reply this email.

Regards,
--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR
Attachment