Bug 705042

Summary: Installing mysql fails
Product: [Fedora] Fedora Reporter: Pieter De Praetere <pieter.depraetere>
Component: yumAssignee: Seth Vidal <skvidal>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 15CC: ffesti, james.antill, maxamillion, pmatilai, tla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-16 14:48:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Pieter De Praetere 2011-05-16 13:30:29 UTC
Description of problem:
When installing mysql on Fedora 15, yum detects a conflict between the installed mysql-libs (5.5.12) (which was installed from the repositories) and the mysql-libs mysql requires (5.5.10). Downgrading the installed mysql-libs to 5.5.10 solves the issue.

Version-Release number of selected component (if applicable):
mysql.x86_64 0:5.5.10-2.fc15
mysql-libs.x86_64 5.5.12-1.fc15


How reproducible:
Just install mysql.

Steps to Reproduce:
yum install mysql
  
Actual results:
yum install php httpd mysql
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit
[...]
Setting up Install Process
Package php-5.3.6-2.fc15.x86_64 already installed and latest version
Package httpd-2.2.17-10.fc15.1.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package mysql.x86_64 0:5.5.10-2.fc15 will be installed
--> Processing Dependency: mysql-libs(x86-64) = 5.5.10-2.fc15 for package: mysql-5.5.10-2.fc15.x86_64
--> Finished Dependency Resolution
Error: Package: mysql-5.5.10-2.fc15.x86_64 (fedora)
           Requires: mysql-libs(x86-64) = 5.5.10-2.fc15
           Installed: mysql-libs-5.5.12-1.fc15.x86_64 (@updates-testing)
               mysql-libs(x86-64) = 5.5.12-1.fc15
           Available: mysql-libs-5.5.10-2.fc15.x86_64 (fedora)
               mysql-libs(x86-64) = 5.5.10-2.fc15
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


Expected results:
Normal installation.

Additional info:

Comment 1 James Antill 2011-05-16 14:48:24 UTC
 As it says:

           Requires: mysql-libs(x86-64) = 5.5.10-2.fc15
           Installed: mysql-libs-5.5.12-1.fc15.x86_64 (@updates-testing)
               mysql-libs(x86-64) = 5.5.12-1.fc15

...you'd installed mysql-libs from updates-testing.