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

Bug 166895

Summary: incorrect dependency of dev-db/mysql should on sys-apps/mysql
Product: Gentoo Linux Reporter: Mike Borza <mborza>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mike Borza 2007-02-14 19:49:46 UTC
+++ This bug was initially created as a clone of Bug #159973 +++
... because it seems to be related

Attempting to install binary mysql package (or even simply "emerge --update --deep world") from site-wide binpackage archive fails with e.g.
  emerge: there are no ebuilds to satisfy "sys-apps/mysql".
    (dependency required by "dev-db/mysql-5.0.26-r2" [binary])

Removing --getbinpkg from emerge command line succeeds.  Note that this version of mysql is installed on both the binary package archive host and also the host on which emerge is being executed on.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-14 19:54:33 UTC
There's no sys-apps/mysql; it depends on dev-db/mysql-init-scripts, and we won't fix your binary packages, you need FEATURES=fixpackages for this.

(Please don't clone bugs in future).