Re: [SQL] apt.postgresql.org vs. Pitti PPA - install error
Sorry for bumping the thread... ... but I'd like to install now finally postgresql 9.3 - and it doesn't work. Same conditions: Ubuntu 13.04 64bit (raring) /etc/apt/sources.list.d/apt_postgresql_org.list contains: deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main lsb_release -c Codename: raring Same fault: The following packages have unmet dependencies: postgresql-common : Breaks: logrotate (>= 3.8) but 3.8.3-3ubuntu2 is installed So, how to install the 9.3 precise-version on raring? Thanks in advance! Regards Rawi -- View this message in context: http://postgresql.1045698.n5.nabble.com/apt-postgresql-org-vs-Pitti-PPA-install-error-tp5759622p5770437.html Sent from the PostgreSQL - sql mailing list archive at Nabble.com. -- Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql
Re: [SQL] apt.postgresql.org vs. Pitti PPA - install error
Am 11.09.2013 11:51, schrieb rawi: > Same conditions: > > Ubuntu 13.04 64bit (raring) > > /etc/apt/sources.list.d/apt_postgresql_org.list contains: > > deb http://apt.postgresql.org/pub/repos/apt/ [1] precise-pgdg main > > lsb_release -c > Codename: raring > > Same fault: > > The following packages have unmet dependencies: > postgresql-common : Breaks: logrotate (>= 3.8) but 3.8.3-3ubuntu2 is > installed > > So, how to install the 9.3 precise-version on raring? Looking at the content of the apt repository shows that there is no precompiled binary for "raring" and the version for precise has dependencies (regarding the version of logrotate) that raring can't fullfil. So either you try to compile your own binary packages from the source packages or you download the postgresql-common .deb and try to forcly install it (man pkg, dpkg --force-help, dpkg --force-breaks). But I would not recommend that. -- professional: http://www.oscar-consult.de private: http://neslonek.homeunix.org/drupal/ Links: -- [1] http://apt.postgresql.org/pub/repos/apt/
Re: [SQL] apt.postgresql.org vs. Pitti PPA - install error
> So either you try to compile your own binary packages > from the source packages or you download the postgresql-common .deb > and try to forcly install it (man pkg, dpkg --force-help, dpkg > --force-breaks). Jan, thank you, but both alternatives are - for me - not secure. So I hoped, that Pitti (once again) would support 9.3 in his repository. Then the precise-version 9.2 from his PPA is doing very well on raring. Or alternatively here, the dependency constraint in postgresql-common would be widened; then I doubt that logrotate in raring could have less functionality than in precise. But I'm no pro, so I have no real insider look; That's why I'll have to wait. Regards, Rawi -- View this message in context: http://postgresql.1045698.n5.nabble.com/apt-postgresql-org-vs-Pitti-PPA-install-error-tp5759622p5770447.html Sent from the PostgreSQL - sql mailing list archive at Nabble.com. -- Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql