Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302866 - kdelibs depends on mysql 5.1 for which there is no ebuild to satisfy
Summary: kdelibs depends on mysql 5.1 for which there is no ebuild to satisfy
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-30 12:00 UTC by Péter, Császár
Modified: 2010-02-09 16:24 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 Péter, Császár 2010-01-30 12:00:59 UTC
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.
Comment 1 Franz Trischberger 2010-01-31 08:17:59 UTC
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?
Comment 2 Péter, Császár 2010-01-31 20:17:25 UTC
> 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!