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

Bug 940569

Summary: dev-lua/luv: enable BUILD_MODULE
Product: Gentoo Linux Reporter: dm9pZCAq <v>
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: UNCONFIRMED ---    
Severity: normal CC: lua
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description dm9pZCAq 2024-09-30 22:34:51 UTC
Currently, due to BUILD_MODULE being disabled via CMake, dev-lua/luv does not install any Lua module to $(lua_get_cmod_dir).

I need this to package (in my overlay) https://github.com/teal-language/teal-language-server, which requires the luv module.
Others might also need to use it as a module.
With -DBUILD_MODULE=ON, it works fine for me, but it installs the module only for the selected LUA_SINGLE_TARGET.

I think it could be installed for multiple targets since luv.so depends only on libuv.so and libc.so.