Calculating world dependencies - !!! Multiple versions within a single package slot have been !!! pulled into the dependency graph: ('ebuild', '/', 'dev-lang/lua-5.0.3', 'nomerge') pulled in by ('ebuild', '/', 'dev-db/mysql-gui-tools-5.0_p10-r1', 'nomerge') ('ebuild', '/', 'dev-lang/lua-5.1.1-r2', 'merge') pulled in by ('ebuild', '/', 'dev-lang/swig-1.3.31', 'nomerge') ('ebuild', '/', 'kde-base/kdelibs-3.5.6-r3', '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.
So attach a patch to make it compile against 5.1 :)
Created attachment 113905 [details, diff] Changes the dependency of lua from 5.0* to 5.1*
mysql-gui-tools in it's current state requires lua-5.0 as it checks for the function lua_open, which is only a compatibility #define in lua-5.1. Just patching the ebuild to pull lua-5.1 in isn't solving the issue.
Comment on attachment 113905 [details, diff] Changes the dependency of lua from 5.0* to 5.1* No, this won't make it compile :)
upstream problem, they need to port their application to newer lua versions.
*** Bug 190550 has been marked as a duplicate of this bug. ***
*** Bug 178754 has been marked as a duplicate of this bug. ***