| Summary: | USE flag issue with new virtual/mysql-5.1 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Stefano <raistlin> |
| Component: | Current packages | Assignee: | 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: | --- | |
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 *** |
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