Opened 11 years ago

Closed 11 years ago

#32 closed defect (fixed)

postgresql-9.1-postgis is broken on Precise

Reported by: gsymons Owned by: ubuntu@…
Component: General Severity: critical
Keywords: Cc:

Description

I am currently unable to install the postgresql-9.1-postgis package from the ubuntugis-stable PPA due to a missing version of proj:

vagrant@vagrant:~$ sudo apt-get install postgresql-9.1-postgis
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 postgresql-9.1-postgis : Depends: libgdal1 (>= 1.9.0) but it is not going to be installed
                          Depends: postgis but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
vagrant@vagrant:~$ sudo apt-get install postgresql-9.1-postgis postgis libgdal1
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libgdal1 : Depends: libproj0 (>= 4.8.0-1) but 4.7.0-1 is to be installed
            Recommends: proj-bin but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I have no packages pinned, and have done an apt-get update.

Change History (3)

comment:1 by gsymons, 11 years ago

Type: enhancementdefect

comment:2 by jlarouche, 11 years ago

Hello, we were updating the stable repository today, this might be why you had that problem.

Packages are being copied to the stable repository right now, try to update and install it a bit later it should be fine.

comment:3 by clarkarcher, 11 years ago

Resolution: fixed
Status: newclosed

I was working with gsymons yesterday on this issue and can confirm that we can once again install postgis successfully from the stable repository.

Note: See TracTickets for help on using tickets.