Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351990 - d/base requirements are incompatible
Summary: d/base requirements are incompatible
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-18 10:53 UTC by Geoff Madden
Modified: 2011-01-19 08:01 UTC (History)
1 user (show)

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


Attachments
emerge info x86_64 (emerge.inf,4.36 KB, text/plain)
2011-01-18 11:00 UTC, Geoff Madden
Details

Note You need to log in before you can comment on or make changes to this bug.
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