| Summary: | kdelibs depends on mysql 5.1 for which there is no ebuild to satisfy | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Péter, Császár <csjpeter> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | major | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Sync again. If it was an error in the redland-ebuild it should be fixed. mysql? ( virtual/mysql ) The dependency does not show a dependency on =mysql-5.1, but only mysql. Could it be you have unmasked virtual/mysql-5.1, but not dev-db/mysql-5.1? > Could it be you have unmasked virtual/mysql-5.1, but not dev-db/mysql-5.1?
Both of them are unmasked. Even so I got the same result. After I have commented out both virttual/mysql and dev-db/mysql emerge is not stopping at this point. I have different problems now.
May be should got to the mail list instead. Thynk you for your effort!
|
Sorry if my report has some lack of info or sent to wrong component. This is my first gentoo bug I report. Reproducible: Always Steps to Reproduce: 1. installed kde based desktop system 2. emerge --sync 3. emerge portage 4. try to upgrade with emerge --upgrade --deep world : emerge: there are no ebuilds to satisfy "=dev-db/mysql-5.1*". (dependency required by "virtual/mysql-5.1" [ebuild]) (dependency required by "dev-libs/redland-1.0.10-r1" [ebuild]) (dependency required by "@world" [argument]) Actual Results: I was curious why I need redland so: goliat csjpeter # equery depends redland [ Searching for packages depending on redland... ] dev-libs/soprano-2.3.1 (redland? >=dev-libs/redland-1.0.6) goliat csjpeter # equery depends soprano [ Searching for packages depending on soprano... ] app-office/akonadi-server-1.2.1 (>=dev-libs/soprano-2.2) kde-base/kdelibs-4.3.4 (semantic-desktop? >=dev-libs/soprano-2.3.0[dbus]) kde-base/nepomuk-4.3.4 (>=dev-libs/soprano-2.3.0[clucene,dbus,raptor,java]) (>=dev-libs/soprano-2.3.0[clucene,dbus,raptor,redland]) Expected Results: Having mysql-5.1 ebuild or kdelib and others should not depend on it.