Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339133 - =amarok-2.3.2-r1[embedded] ebuild depends on non-existent mysql-5.1.50-r3
Summary: =amarok-2.3.2-r1[embedded] ebuild depends on non-existent mysql-5.1.50-r3
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Jorge Manuel B. S. Vicetto
URL: http://sources.gentoo.org/cgi-bin/vie...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-29 14:47 UTC by Manuel Ullmann
Modified: 2010-09-29 22:46 UTC (History)
2 users (show)

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


Attachments
Fixed amarok-2.3.2-r1 ebuild. (amarok-2.3.2-r1.ebuild,4.38 KB, text/plain)
2010-09-29 14:48 UTC, Manuel Ullmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Ullmann 2010-09-29 14:47:24 UTC
The Amarok-2.3.2-r1 ebuild depends on the non-existent mysql-version 5.1.50-r3, if the default embedded-USE-Flag is deactivated.

This leads to the dependency of masked unstable mysql-versions 5.4.3_beta or 5.5.1_alpha_pre2.

Reproducible: always

Steps to reproduce:

1. USE=-embedded emerge =amarok-2.3.2-r1
2. Watch output.

Expected results:

Amarok is dependent of mysql-5.1.50-r1

Actual results:

Amarok is dependent of either mysql-5.4.3_beta or mysql-5.5.1_alpha_pre2.
Comment 1 Manuel Ullmann 2010-09-29 14:48:51 UTC
Created attachment 248976 [details]
Fixed amarok-2.3.2-r1 ebuild.

Changes:
-                        || ( >=dev-db/mysql-5.1.50-r3 >=dev-db/mariadb-5.1.50 )
+                        || ( >=dev-db/mysql-5.1.50-r1 >=dev-db/mariadb-5.1.50 )
Comment 2 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2010-09-29 18:59:46 UTC
The ebuild is still masked because the relevant mysql and mariadb ebuilds have not been added to the tree as the mask explains.
If you want to use this ebuild, use the ebuilds in the mysql overlay.
Comment 3 Manuel Ullmann 2010-09-29 22:46:51 UTC
Sorry, totally forgot, that I unmasked amarok. Thanks for the hint on the mysql-ebuild.