Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339020 - dev-db/mysql-5.1.50-r1 dependence conflict
Summary: dev-db/mysql-5.1.50-r1 dependence conflict
Status: RESOLVED DUPLICATE of bug 335433
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-28 11:57 UTC by Stefano
Modified: 2010-10-06 20:34 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 Stefano 2010-09-28 11:57:35 UTC
I am running into a dependence conflict I cannot solve on MySQL:

dev-db/mysql:0

  ('ebuild', '/', 'dev-db/mysql-5.1.50-r1', 'merge') pulled in by
    =dev-db/mysql-5.1* required by ('ebuild', '/', 'virtual/mysql-5.1', 'merge')
    (and 1 more)

  ('installed', '/', 'dev-db/mysql-5.0.90-r2', 'nomerge') pulled in by
    <dev-db/mysql-5.1[embedded,-minimal] required by ('installed', '/', 'media-sound/amarok-2.3.1-r2', 'nomerge')
    =dev-db/mysql-5.0* required by ('installed', '/', 'virtual/mysql-5.0', 'nomerge')
    (and 1 more)

virtual/mysql:0

  ('ebuild', '/', 'virtual/mysql-5.1', 'merge') pulled in by
    =virtual/mysql-5.1 required by ('ebuild', '/', 'dev-db/mysql-5.1.50-r1', 'merge')
    =virtual/mysql-5.1 required by ('installed', '/', 'x11-libs/qt-sql-4.6.2', 'nomerge')
    =virtual/mysql-5.1 required by ('installed', '/', 'dev-perl/DBD-mysql-4.01.3', 'nomerge')

  ('installed', '/', 'virtual/mysql-5.0', 'nomerge') pulled in by
    =virtual/mysql-5.0 required by ('installed', '/', 'dev-db/mysql-5.0.90-r2', 'nomerge')



Reproducible: Always

Steps to Reproduce:
Comment 1 ScytheMan 2010-09-30 09:13:32 UTC
you have compiled amarok with embedded flag, to use the embedded mysql.

dev-db/mysql-5.1.50-r1 has lost this feature, so you'll have to wait until mysql-5.1.50-r3 reaches the tree (or get it from mysql overlay), which has a patch for the embedded mysqld.

other possibility:

emerge amarok without embedded use flag, emerge mysql, run a external mysqld and configure it in amarok
Comment 2 Stefano 2010-09-30 12:39:03 UTC
(In reply to comment #1)
> you have compiled amarok with embedded flag, to use the embedded mysql.

correct
 
> dev-db/mysql-5.1.50-r1 has lost this feature, so you'll have to wait until
> mysql-5.1.50-r3 reaches the tree (or get it from mysql overlay), which has a
> patch for the embedded mysqld.

OK, I'll wait and mask it

> emerge amarok without embedded use flag, emerge mysql, run a external mysqld
> and configure it in amarok

Would be another possibility, but I'll just wait for the patched mysql to reach the tree.

Close the bug if you wish. Thanks :)

Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-10-06 20:34:32 UTC
mysql-5.1.51/mariadb-5.1.50 have fixes.

*** This bug has been marked as a duplicate of bug 335433 ***