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

Bug 190550

Summary: dev-db/mysql-gui-tools-5.0_p10-r1 requires lua-5.0*
Product: Gentoo Linux Reporter: David Carlos Manuelda <StormByte>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description David Carlos Manuelda 2007-08-28 17:56:35 UTC
I did a emerge --sync, and after a emerge --update --deep world and I got this:
!!! Multiple versions within a single package slot have been 
!!! pulled into the dependency graph:

('installed', '/', 'dev-lang/lua-5.0.2', 'nomerge') pulled in by
  ('installed', '/', 'dev-db/mysql-gui-tools-5.0_p12', 'nomerge')

('ebuild', '/', 'dev-lang/lua-5.1.1-r2', 'merge') pulled in by
  ('installed', '/', 'games-arcade/stepmania-3.9', 'nomerge')

It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.

I have never got this error before, is this some kind of a bug?

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-28 17:59:49 UTC
Either disable USE=workbench for mysql-gui-tools, or package.mask =dev-lang/lua-5.1*.

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