Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933217 - app-admin/calamares missing 'loadmodule'
Summary: app-admin/calamares missing 'loadmodule'
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Stefan Cristian Brindusa
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-30 23:53 UTC by Thomas Capricelli
Modified: 2025-04-04 10:24 UTC (History)
2 users (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 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'.