Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 351294

Summary: USE flag issue with new virtual/mysql-5.1
Product: Gentoo Linux Reporter: Stefano <raistlin>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stefano 2011-01-10 11:07:46 UTC
Looks like the new virtual does not really like the "embedded" use flag. There's no combination of use that solves this dependency conflict:

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-db/mysql:0

  (dev-db/mysql-5.1.51, installed) pulled in by
    >=dev-db/mysql-5.1.50-r3[embedded] required by (media-sound/amarok-2.3.2-r1, installed)

  (dev-db/mysql-5.1.51, ebuild scheduled for merge) pulled in by
    =dev-db/mysql-5.1*[embedded=,static=] required by (virtual/mysql-5.1, installed)


It might be possible to solve this slot collision
by applying all of the following changes:
   - virtual/mysql-5.1 (Change USE: +embedded)
   - dev-db/mysql-5.1.51 (Change USE: +embedded)


Reproducible: Always
Comment 1 Alex Legler (RETIRED) archtester gentoo-dev Security 2011-01-10 11:18:01 UTC
Just have the static and embedded USE flags exactly the same on virtual/mysql and dev-db/mysql.

*** This bug has been marked as a duplicate of bug 350952 ***