Comment 9 for bug 1103655

Revision history for this message
jason tevnan (jason-tevnan) wrote :

Vanilla ubuntu 12.04 installation fails: Seems to be a failing dependency on percona-server-common-5.5 in connection with libmysqlclient18:

root@vagrant-ubuntu-precise:/etc/chef# apt-cache show percona-server-common-5.5
Package: percona-server-common-5.5
Source: percona-server-5.5
Version: 5.5.30-rel30.2-500.precise
...
Conflicts: mysql-common, mysql-common-4.1, mysql-common-5.0, mysql-common-5.1, percona-server-common-5.1
Replaces: mysql-common, mysql-common-4.1, mysql-common-5.0, mysql-common-5.1, percona-server-common-5.1
Provides: mysql-common

while libmysqlclient18 depends on a version >= 5.5.31-0ubuntu0.12.04.1

root@vagrant-ubuntu-precise:/etc/chef# apt-cache show libmysqlclient18
Package: libmysqlclient18
Priority: optional
Section: libs
Installed-Size: 3282
...
Source: mysql-5.5
Version: 5.5.31-0ubuntu0.12.04.1
Depends: mysql-common (>= 5.5.31-0ubuntu0.12.04.1), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), zlib1g (>= 1:1.1.4)

Dependencies/provides/etc. were always a bit fuzy to me, but i think thats where the problem lies.