moonlight-tv icon indicating copy to clipboard operation
moonlight-tv copied to clipboard

[BUG] raspiOs bullseye 64bit

Open jgabriel98 opened this issue 2 years ago • 0 comments

Describe the bug Hello! i'm trying to build moonlight-tv on my raspberry bullseye lite 64 bit, and by running the script ./scripts/raspi/easy_build.sh, got this error:

... some non error logs above ...
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
  Could NOT find BroadcomMMAL (missing: MMAL_CORE_LIBRARY MMAL_UTIL_LIBRARY
  MMAL_VC_CLIENT_LIBRARY)
Call Stack (most recent call first):
  /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindBroadcomMMAL.cmake:38 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:124 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/pi/moonlight-tv/build/CMakeFiles/CMakeOutput.log".
See also "/home/pi/moonlight-tv/build/CMakeFiles/CMakeError.log".
Start build
gmake: *** Sem regra para processar o alvo 'moonlight' .  Pare.
Build package
CPack Error: CPack generator not specified

To Reproduce

Steps to reproduce the behavior:

  1. install latest raspiOs bullseye lite 64 bit on a pi4 machine
  2. git checkout v1.4.0
  3. run ./scripts/raspi/easy_build.sh

Basic information

  • Moonlight TV version: 1.4.0
  • Model: pi4
  • raspiOS: bullseye-lite, 64-bit

jgabriel98 avatar Mar 14 '22 22:03 jgabriel98