Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940569 - dev-lua/luv: enable BUILD_MODULE
Summary: dev-lua/luv: enable BUILD_MODULE
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
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: 2024-09-30 22:34 UTC by dm9pZCAq
Modified: 2024-10-01 16:52 UTC (History)
1 user (show)

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 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.