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

Bug 933217

Summary: app-admin/calamares missing 'loadmodule'
Product: Gentoo Linux Reporter: Thomas Capricelli <orzel>
Component: Current packagesAssignee: 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
As detailed on
https://github.com/calamares/calamares/wiki/Test-Guide#standalone-module-tests

Building calamares creates a (very useful) binary called 'loadmodule'.

I can indeed reproduce that by cloning the git repository and building.

But, the gentoo package doesn't have this binary installed.

Reproducible: Always
Comment 1 Nowa Ammerlaan gentoo-dev 2025-01-02 09:22:17 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'.