pentoo / pentoo-overlay

Gentoo overlay for security tools as well as the heart of the Pentoo Livecd
309 stars 90 forks source link

net-wireless/sdrangel-7.14.2: Could not find a package configuration file provided by "Qt5Gamepad" #1523

Closed l29ah closed 1 year ago

l29ah commented 1 year ago
>>> Configuring source in /var/tmp/portage/net-wireless/sdrangel-7.14.2/work/sdrangel-7.14.2 ...
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/net-wireless/sdrangel-7.14.2/work/sdrangel-7.14.2"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/net-wireless/sdrangel-7.14.2/work/sdrangel-7.14.2_build"
cmake -C /var/tmp/portage/net-wireless/sdrangel-7.14.2/work/sdrangel-7.14.2_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DDEBUG_OUTPUT=no -DSANITIZE_ADDRESS=OFF -DRX_SAMPLE_24BIT=ON -DBUILD_SERVER=no -DBUILD_GUI=yes -DENABLE_AIRSPY=no -DENABLE_AIRSPYHF=no -DENABLE_BLADERF=no -DWITH_DOC=no -DENABLE_FUNCUBE=no -DENABLE_HACKRF=no -DENABLE_IIO=no -DENABLE_LIMESUITE=no -DENABLE_MIRISDR=OFF -DENABLE_PERSEUS=OFF -DENABLE_SOAPYSDR=no -DENABLE_USRP=no -DENABLE_XTRX=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/net-wireless/sdrangel-7.14.2/work/sdrangel-7.14.2_build/gentoo_toolchain.cmake /var/tmp/portage/net-wireless/sdrangel-7.14.2/work/sdrangel-7.14.2
loading initial cache file /var/tmp/portage/net-wireless/sdrangel-7.14.2/work/sdrangel-7.14.2_build/gentoo_common_config.cmake
-- The C compiler identification is GNU 12.2.1
-- The CXX compiler identification is GNU 12.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/ccache/bin/x86_64-pc-linux-gnu-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Git: /usr/bin/git (found version "2.41.0") 
-- SDRangel Version: 7.14.2
-- Build type set to: RelWithDebInfo
-- Compiling for 24 bit Rx DSP chain
-- Looking for __x86_64__
-- Looking for __x86_64__ - found
-- Target architecture: x86_64-
-- Performing Test FLAG_SUPPORTED
-- Performing Test FLAG_SUPPORTED - Success
-- Looking for __ARM_NEON
-- Looking for __ARM_NEON - not found
-- Looking for __AVX512F__
-- Looking for __AVX512F__ - not found
-- Looking for __AVX2__
-- Looking for __AVX2__ - found
-- Looking for __AVX__ - forced found
-- Looking for __SSE4_2__ - forced found
-- Looking for __SSE4_1__ - forced found
-- Looking for __SSSE3__ - forced found
-- Looking for __SSE3__ - forced found
-- Looking for __SSE2__ - forced found
-- Interprocedural optimization enabled
-- Found OpenGL: /usr/lib64/libOpenGL.so   
CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (find_package):
  Could not find a package configuration file provided by "Qt5Gamepad" with
  any of the following names:

    Qt5GamepadConfig.cmake
    qt5gamepad-config.cmake

  Add the installation prefix of "Qt5Gamepad" to CMAKE_PREFIX_PATH or set
  "Qt5Gamepad_DIR" to a directory containing one of the above files.  If
  "Qt5Gamepad" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  CMakeLists.txt:663 (find_package)
blshkv commented 1 year ago

haven't tested with gui flag and missed it. Thanks!

l29ah commented 1 year ago

Doesn't seem like the GUI works, as it has crucial stuff inoperational for some puzzling reason it seems.

blshkv commented 1 year ago

hm... the gui starts here, not sure what kind of stuff inoperational. Follow up with upstream perhaps?