Checking to make sure I'm not doing something stupid. I've build LibreElec countless times. I'm debugging an issue inbetween LE10 and LE11 and needing to build a version with kernel debug symbols enabled. I'm following the documentation here: https://github.com/LibreELEC/Libr….0/tools/docker
I'm downloading the libreelec-11.0 branch and checking out the 11.0.6 tag (latest commit).
I get all the way through the build and it errors out with:
QuoteDisplay More-- Found ASS: /build/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/lib/libass.so (found version "0.17.0")
CMake Error at /build/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find CrossGUID (missing: CROSSGUID_LIBRARY) (found version
"0.2.3")
Call Stack (most recent call first):
/build/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindCrossGUID.cmake:68 (find_package_handle_standard_args)
cmake/scripts/common/Macros.cmake:372 (find_package)
cmake/scripts/common/Macros.cmake:386 (find_package_with_ver)
CMakeLists.txt:217 (core_require_dep)
-- Configuring incomplete, errors occurred!
See also "/build/build.LibreELEC-Generic.x86_64-11.0-devel/build/kodi-20.3-Nexus/.x86_64-libreelec-linux-gnu/CMakeFiles/CMakeOutput.log".
FAILURE: scripts/build kodi:target during configure_target (default)
*********** FAILED COMMAND ***********
cmake ${CMAKE_GENERATOR_NINJA} ${TARGET_CMAKE_OPTS} ${PKG_CMAKE_OPTS_TARGET} ${PKG_CMAKE_SCRIPT%/*}
**************************************
*********** FAILED COMMAND ***********
${SCRIPTS}/build "${1}" "${PARENT_PKG}"
**************************************
FAILURE: scripts/install kodi:target has failed!
I'm using the focal docker image but have tried the buster Debian image too. I get the same build error if building not in a docker container. I installed libcrossguid-dev thinking it may help, it does not. Any ideas? LE12 builds fine.
Any ideas?