Summary: | app-admin/calamares missing 'loadmodule' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Capricelli <orzel> |
Component: | Current packages | Assignee: | Stefan Cristian Brindusa <stefan.cristian+git> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | nowa, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Thomas Capricelli
2024-05-30 23:53:33 UTC
From the CMakeLists.txt: if(BUILD_TESTING) # Don't install, these are just for enable_testing add_executable(loadmodule testmain.cpp) target_link_libraries(loadmodule PRIVATE ${qtname}::Core ${qtname}::Widgets calamares calamaresui) It is being built, but per design it is not installed by 'make install'. |