On Tue, Aug 10, 2010 at 7:51 PM, Max Bowsher <[email protected]> wrote: > On 10/08/10 13:37, Julian Edwards wrote: >> On Tuesday 10 August 2010 11:22:14 Stuart Bishop wrote: >>> 5) Uninstall postgresql 8.3 packages if you want. You can also just >>> disable it on startup by editing /etc/postgresql/8.3/main/start.conf >>> to specify 'manual' instead of 'auto' >> >> Uninstalling them results in launchpad-database-dependencies and launchpad- >> developer-dependencies getting culled as well. I guess we need to update >> those packages to depend on the newer PG packages? > > This is not the case on lucid. Are you perhaps still running hardy, > which has an outdated version of launchpad-dependencies, and is blocked > on sorting out the rabbitmq dependency situation there? > > Or, do you perhaps the 8.3 flavours but not the 8.4 flavours of these > installed: ? > > postgresql-plpython-8.x > postgresql-contrib-8.x > postgresql-8.x-slony1
I forgot to mention the slony package which would be the culprit. apt-get install postgresql-8.4 postgresql-contrib-8.4 postgresql-plpython-8.4 postgresql-doc-8.4 postgresql-8.4-slony1 -- Stuart Bishop <[email protected]> http://www.stuartbishop.net/ _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

