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

Bug 760486

Summary: sys-apps/roccat-tools-5.9.0: automagically links against dev-lang/luajit if present
Product: Gentoo Linux Reporter: Marek Szuba <marecki>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marek Szuba archtester gentoo-dev 2020-12-17 15:41:43 UTC
If dev-lang/luajit is present, roccat-tools link against it even though it should, according to the dependency list, link against dev-lang/lua (:0 or :5.1) instead. The culprit here is line 39 of the upstream-provided CMake module FindLUA.cmake, which causes it to prefer LuaJIT over PUC Lua.