Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166895 - incorrect dependency of dev-db/mysql should on sys-apps/mysql
Summary: incorrect dependency of dev-db/mysql should on sys-apps/mysql
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-14 19:49 UTC by Mike Borza
Modified: 2007-02-14 19:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).