Can't run hyperion.ng on RPi3

  • Hi,


    I have as RPi 3 with the lastes version of raspbian buster light.. I installed hyperion.ng according to this instruction.


    In short:

    • sudo apt-get update
    • sudo apt-get install git cmake build-essential qtbase5-dev libqt5serialport5-dev libusb-1.0-0-dev python3-dev libxrender-dev libavahi-core-dev libavahi-compat-libdnssd-dev libjpeg-dev libqt5sql5-sqlite libssl-dev
    • wget -qO- https://raw.githubusercontent.….ng/master/bin/compile.sh | sh


    Everything seems to go fine. This is the last message:


    [100%] Building CXX object src/hyperiond/CMakeFiles/hyperiond.dir/hyperiond_autogen/mocs_compilation.cpp.o
    [100%] Linking CXX executable ../../bin/hyperiond
    -- CMake Version: 3.13.4
    CMake Deprecation Warning at CMakeLists.txt:18 (CMAKE_POLICY):
    The OLD behavior for policy CMP0026 will be removed from a future version
    of CMake.


    The cmake-policies(7) manual explains that the OLD behaviors of all
    policies are deprecated and that a policy should be set to OLD only under
    specific short-term circumstances. Projects should be ported to the NEW
    behavior and not rely on setting a policy to OLD.



    -- PLATFORM is not defined, evaluated platform: rpi
    -- PLATFORM: rpi
    -- ENABLE_AMLOGIC = OFF
    -- ENABLE_DISPMANX = ON
    -- ENABLE_FB = ON
    -- ENABLE_OSX = OFF
    -- ENABLE_SPIDEV = ON
    -- ENABLE_TINKERFORGE = ON
    -- ENABLE_V4L2 = ON
    -- ENABLE_WS281XPWM = ON
    -- ENABLE_USB_HID = ON
    -- ENABLE_X11 = OFF
    -- ENABLE_QT = ON
    -- ENABLE_TESTS = OFF
    -- ENABLE_PROFILER = OFF
    -- validate json files
    checked files: 78 success: 78 errors: 0
    -- validate json effect files
    checked effect files: 38 success: 38 errors: 0
    -- validate json file
    -- Current Version: 2.0.0-alpha.3
    -- - Build: master (GitHub-ef8174ea/1fb14b20-1584290790)
    -- Linker: GNU gold
    -- Found Qt Version: 5.11.3
    -- Found libusb-1.0:
    -- - Includes: /usr/include/libusb-1.0
    -- - Libraries: /usr/lib/arm-linux-gnueabihf/libusb-1.0.so
    -- Using JPEG library: /usr/lib/arm-linux-gnueabihf/libjpeg.so
    -- Using flatbuffers compiler: /home/pi/hyperion/build/bin/flatc
    CMake Deprecation Warning at dependencies/external/protobuf/src/CMakeLists.txt:329 (cmake_policy):
    The OLD behavior for policy CMP0026 will be removed from a future version
    of CMake.


    The cmake-policies(7) manual explains that the OLD behaviors of all
    policies are deprecated and that a policy should be set to OLD only under
    specific short-term circumstances. Projects should be ported to the NEW
    behavior and not rely on setting a policy to OLD.



    -- Using protobuf compiler: /home/pi/hyperion/build/bin/protoc
    -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython3.7m.so (found suitable version "3.7.3", minimum required is "3.5")
    -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython3.7m.so (found suitable version "3.7.3", minimum required is "3.4")
    -- Found OpenSSL: /usr/lib/arm-linux-gnueabihf/libcrypto.so (found suitable version "1.1.1d", minimum required is "1.0.0")
    -- CPACK: Found DEB builder
    -- Configuring done
    CMake Warning (dev) in libsrc/flatbufserver/CMakeLists.txt:
    Policy CMP0071 is not set: Let AUTOMOC and AUTOUIC process GENERATED files.
    Run "cmake --help-policy CMP0071" for policy details. Use the cmake_policy
    command to set the policy and suppress this warning.


    For compatibility, CMake is excluding the GENERATED source file(s):


    "/home/pi/hyperion/libsrc/flatbufserver/hyperion_reply_generated.h"
    "/home/pi/hyperion/libsrc/flatbufserver/hyperion_request_generated.h"


    from processing by AUTOMOC. If any of the files should be processed, set
    CMP0071 to NEW. If any of the files should not be processed, explicitly
    exclude them by setting the source file property SKIP_AUTOMOC:


    set_property(SOURCE file.h PROPERTY SKIP_AUTOMOC ON)


    This warning is for project developers. Use -Wno-dev to suppress it.


    CMake Warning (dev) in libsrc/protoserver/CMakeLists.txt:
    Policy CMP0071 is not set: Let AUTOMOC and AUTOUIC process GENERATED files.
    Run "cmake --help-policy CMP0071" for policy details. Use the cmake_policy
    command to set the policy and suppress this warning.


    For compatibility, CMake is excluding the GENERATED source file(s):


    "/home/pi/hyperion/build/libsrc/protoserver/message.pb.h"
    "/home/pi/hyperion/build/libsrc/protoserver/message.pb.cc"


    from processing by AUTOMOC. If any of the files should be processed, set
    CMP0071 to NEW. If any of the files should not be processed, explicitly
    exclude them by setting the source file property SKIP_AUTOMOC:


    set_property(SOURCE file.h PROPERTY SKIP_AUTOMOC ON)


    This warning is for project developers. Use -Wno-dev to suppress it.


    -- Generating done
    -- Build files have been written to: /home/pi/hyperion/build
    [100%] Built target hyperiond
    to uninstall (not very well tested, please keep that in mind):
    sudo make uninstall


    When I want to use hyperiond I get the following message


    pi@raspberrypi:~ $ hyperiond
    -bash: hyperiond: command not found


    I can't find the file "hyperiond" anywhere.


    What went wrong?

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!