Skip to content

Postgres 9.6 is not buildable from master #331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jarl-dk opened this issue Aug 31, 2017 · 8 comments
Closed

Postgres 9.6 is not buildable from master #331

jarl-dk opened this issue Aug 31, 2017 · 8 comments

Comments

@jarl-dk
Copy link

jarl-dk commented Aug 31, 2017

When I try to build from master in directory 9.6 I stops with

E: Version '9.6.4-1.pgdg80+1' for 'postgresql-9.6' was not found
E: Version '9.6.4-1.pgdg80+1' for 'postgresql-contrib-9.6' was not found
The command '/bin/sh -c apt-get update  && apt-get install -y postgresql-common         && sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf         && apt-get install -y           postgresql-$PG_MAJOR=$PG_VERSION                postgresql-contrib-$PG_MAJOR=$PG_VERSION        && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

It seems like version 9.6.4 is not yet available for debian jessie: https://packages.debian.org/jessie-backports/postgresql-9.6, only 9.6.3

Maybe related mail discussion: https://lists.debian.org/debian-user/2017/08/msg01324.html

@rorynelsonscott
Copy link

Having the same issue.

@jarl-dk
Copy link
Author

jarl-dk commented Aug 31, 2017

It is probably related to http://apt.postgresql.org/pub/repos/apt/dists/jessie-pgdg/9.6/binary-amd64/Packages being empty. Seems like someone needs to contact postgres.

@jarl-dk
Copy link
Author

jarl-dk commented Aug 31, 2017

I have notified [email protected] about the problem.

@ImreSamu
Copy link
Contributor

ImreSamu commented Aug 31, 2017

E: Version '9.6.4-1.pgdg80+1' for 'postgresql-9.6' was not found

it is normal, see #228

The new package names:

[pgsql-pkg-debian] postgresql-9.6 updated to version 9.6.5-1.pgdg+1
apt.postgresql.org repository <[email protected]>	2017. aug 31. 12:56
to: PostgreSQL in Debian <[email protected]>
The package postgresql-9.6 was updated on apt.postgresql.org:

New version 9.6.5-1.pgdg+1:

postgresql-9.6             |  9.6.5-1.pgdg+1           |  sid-pgdg      |  amd64,  i386,  ppc64el,  source
postgresql-9.6             |  9.6.5-1.pgdg90+1         |  stretch-pgdg  |  amd64,  i386,  ppc64el,  source
postgresql-9.6             |  9.6.5-1.pgdg80+1         |  jessie-pgdg   |  amd64,  i386,  ppc64el,  source
postgresql-9.6             |  9.6.5-1.pgdg70+1         |  wheezy-pgdg   |  amd64,  i386,  source
postgresql-9.6             |  9.6.5-1.pgdg17.04+1      |  zesty-pgdg    |  amd64,  i386,  ppc64el,  source
postgresql-9.6             |  9.6.5-1.pgdg16.04+1      |  xenial-pgdg   |  amd64,  i386,  ppc64el,  source
postgresql-9.6             |  9.6~rc1-1.pgdg15.10+1    |  wily-pgdg     |  amd64,  i386,  source
postgresql-9.6             |  9.6.5-1.pgdg14.04+1      |  trusty-pgdg   |  amd64,  i386,  ppc64el,  source
postgresql-9.6             |  9.6.3-1.pgdg12.4+1       |  precise-pgdg  |  amd64,  i386,  source
....

@rorynelsonscott
Copy link

Thank you, working on my end.

@tianon
Copy link
Member

tianon commented Aug 31, 2017

👍

d1725ff
43f393c
b1fc9b6
b2649f9
ee1bb1f
7b518a1
c6d7684
9e862fa
8904bff
b3cb990
b8bc661
96498cc

I'm going to close, since the issue is fixed. I would be curious though why we've got so many users building from source -- anyone willing to share? 😄

@tianon tianon closed this as completed Aug 31, 2017
@df7cb
Copy link

df7cb commented Aug 31, 2017

@jarl-dk: Some Packages files being empty is entirely normal: http://apt.postgresql.org/pub/repos/apt/pool/README.components.txt

@jarl-dk
Copy link
Author

jarl-dk commented Sep 1, 2017

This solves the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants