Can't install 5.1 on Ubuntu 10.04

Bug #988565 reported by The Gavitron
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Server moved to https://jira.percona.com/projects/PS
Fix Released
High
Ignacio Nin

Bug Description

on a bare Ubuntu 10.04 image, add the repository, and do:
# sudo apt-get install percona-server-server-5.1

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:
  percona-server-server-5.1: Depends: percona-server-client-5.1 (>= 5.1.61-rel13.2-430.lucid) but it is not going to be installed
                             Depends: libmysqlclient16 (>= 5.1.21-1) but it is not going to be installed
E: Broken packages

add the missing depends:
# sudo apt-get install percona-server-server-5.1 percona-server-client-5.1 libmysqlclient16
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:
  libmysqlclient16: Depends: mysql-common (>= 5.1.62-0ubuntu0.10.04.1)
E: Broken packages

package percona-server-server installs, but installs v5.5, there is no way to specify v 5.1, except as above.
# sudo apt-get install percona-server-server=5.5.21-rel25.1-234.lucid
suceeds

# sudo apt-get install percona-server-server=5.1.61-rel13.2-430.lucid
fails with:
E: Version '5.1.61-rel13.2-430.lucid' for 'percona-server-server' was not found

Tags: pkg
Changed in percona-server:
assignee: nobody → Ignacio Nin (ignacio-nin)
tags: added: pkg
Revision history for this message
Ignacio Nin (ignacio-nin) wrote :

Hello,

We updated the repository with 5.1.62 so unfortunately this problem is no longer reproducible.

The problem was the official repo offering another version of 5.1.62 for libmysqlclient16. The solution for this problem is to specify our version of libmysqlclient16, in this case (no longer valid):

# apt-get install percona-server-server-5.1 libmysqlclient16=5.1.61-rel13.2-430.lucid

The exact version of libmysqlclient16 can be learnt with apt-cache show libmysqlclient16.

Thanks!

Changed in percona-server:
importance: Undecided → High
status: New → Fix Released
Revision history for this message
The Gavitron (me-gavitron) wrote :

confirmed fixed, thank you!

Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PS-553

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.