Skip to content

CMake fails with missing appindicator3 although prerequesities are installed #175

@LordOfDragons

Description

@LordOfDragons

See error:

cmake .. -DCMAKE_CXX_COMPILER=clang++ && cmake --build .
-- The CXX compiler identification is Clang 20.1.7
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/llvm/20/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Checking for one of the modules 'gtk+-3.0'
-- Checking for one of the modules 'appindicator3-0.1'
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:938 (message):
  None of the required 'appindicator3-0.1' found
Call Stack (most recent call first):
  cmake/LinuxConfig.cmake:7 (pkg_search_module)
  CMakeLists.txt:17 (include)

Prerequesites as mentioned in readme are installed:

emerge -pv media-libs/libsdl2 dev-libs/libayatana-appindicator dev-libs/libevdev x11-libs/gtk+ dev-libs/libusb dev-libs/hidapi

These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 1.79 s (backtrack: 0/20).

[ebuild   R    ] x11-libs/gtk+-3.24.49-r1:3::gentoo  USE="X cups introspection wayland (-aqua) -broadway -cloudproviders -colord -examples -gtk-doc -sysprof -test -vim-syntax -xinerama" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild   R    ] dev-libs/libusb-1.0.28:1::gentoo  USE="udev -debug -doc -examples -static-libs -test" ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild   R    ] media-libs/libsdl2-2.32.2::gentoo  USE="X alsa dbus gles1 gles2 haptic jack joystick libsamplerate opengl pipewire pulseaudio sound udev video vulkan wayland (-aqua) (-custom-cflags) -doc -fcitx -ibus -kms -nas -oss -sndio -static-libs -test -xscreensaver" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="mmx sse sse2 sse3 -3dnow" 0 KiB
[ebuild   R    ] dev-libs/libevdev-1.13.4::gentoo  USE="-doc -test" ABI_X86="(64) -32 (-x32)" 0 KiB
[ebuild   R    ] dev-libs/libayatana-appindicator-0.5.93::gentoo  USE="-test" 159 KiB
[ebuild   R    ] dev-libs/hidapi-0.14.0::gentoo  USE="-doc" ABI_X86="(64) -32 (-x32)" 341 KiB

Total: 6 packages (6 reinstalls), Size of downloads: 499 KiB

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions