#4023 closed defect (fixed)
gitlab failing caouse can't find postgresql 9.4
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.5.0 |
Component: | QA/buildbots | Version: | master |
Keywords: | Cc: |
Description
I was looking at why gitlab is failing on recent tests. It's showing this.
This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'postgresql-9.4' has no installation candidate E: Unable to locate package postgresql-server-dev-9.4 E: Couldn't find any package by glob 'postgresql-server-dev-9.4' E: Couldn't find any package by regex 'postgresql-server-dev-9.4' E: Unable to locate package libjson0-dev ERROR: Job failed: exit code 1
Change History (7)
comment:1 by , 7 years ago
Owner: | changed from | to
---|
comment:2 by , 7 years ago
comment:3 by , 7 years ago
Ok this is scary:
$ apt-cache search postgresql libpq-dev - header files for libpq5 (PostgreSQL library) libpq5 - PostgreSQL C client library
Comes from https://gitlab.com/postgis/postgis/-/jobs/53520863
Time to switch gitlab-ci to Docker too ?
comment:4 by , 7 years ago
After an apt-get update
I see PostgreSQL-9.6 is available. More packages changed names though, so that branch needs more love.
Note:
See TracTickets
for help on using tickets.
I created a "gitlab-ci" branch on gitlab to try at fixing this: https://gitlab.com/postgis/postgis/merge_requests/8