Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 760486 - sys-apps/roccat-tools-5.9.0: automagically links against dev-lang/luajit if present
Summary: sys-apps/roccat-tools-5.9.0: automagically links against dev-lang/luajit if p...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-17 15:41 UTC by Marek Szuba
Modified: 2022-06-29 06:46 UTC (History)
0 users

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


Attachments

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