Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 351990

Summary: d/base requirements are incompatible
Product: Gentoo Linux Reporter: Geoff Madden <mgmadden>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: bensagal
Priority: High    
Version: 10.0   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge info x86_64

Description Geoff Madden 2011-01-18 10:53:39 UTC
trying to install amarok which requires mariadb & mysql(embedded) which appear to be incompatible ie: both can't be installed together. 
Is there a way around this little hassle !!!!!?????
Comment 1 Geoff Madden 2011-01-18 11:00:26 UTC
Created attachment 260128 [details]
emerge info x86_64
Comment 2 Ben Sagal 2011-01-18 11:23:20 UTC
have you got mysql or mariadb installed, is it installed with the embedded use flag?

looking at the deps it requires
   >=virtual/mysql-5.1
and if the embedded use flag is set requires (in addition)
   >=dev-db/mysql-5.1.50-r3[embedded] 
or
   >=dev-db/mariadb-5.1.50[embedded]

might be berter if
  >=virtual/mysql-5.1
was changed to
  !embedded? (>=virtual/mysql-5.1)

Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2011-01-18 20:10:59 UTC
Please use our forums and/or IRC channel for support.
Comment 4 Geoff Madden 2011-01-19 07:58:27 UTC
(In reply to comment #2)
> have you got mysql or mariadb installed, is it installed with the embedded use
> flag?
> 
> looking at the deps it requires
>    >=virtual/mysql-5.1
> and if the embedded use flag is set requires (in addition)
>    >=dev-db/mysql-5.1.50-r3[embedded] 
> or
>    >=dev-db/mariadb-5.1.50[embedded]
> 
> might be berter if
>   >=virtual/mysql-5.1
> was changed to
>   !embedded? (>=virtual/mysql-5.1)
> 

mysql is installed & it has to be updated with embedded, mariadb is not installed.
Comment 5 Geoff Madden 2011-01-19 08:01:09 UTC
(In reply to comment #4)
> (In reply to comment #2)
> > have you got mysql or mariadb installed, is it installed with the embedded use
> > flag?
> > 
> > looking at the deps it requires
> >    >=virtual/mysql-5.1
> > and if the embedded use flag is set requires (in addition)
> >    >=dev-db/mysql-5.1.50-r3[embedded] 
> > or
> >    >=dev-db/mariadb-5.1.50[embedded]
> > 
> > might be berter if
> >   >=virtual/mysql-5.1
> > was changed to
> >   !embedded? (>=virtual/mysql-5.1)
> > 
> 
> mysql is installed & it has to be updated with embedded, mariadb is not
> installed.
> 

but the ebuild is still trying to install it(mariadb)even after the use flag is updated for mysql