2019-01-20, 12:39
I'm trying to compile the binary libretro addons on Ubuntu Xenial using my Linux compilation scripts, but I get the following error for all of them:
Note that the scripts work like a charm in Debian Unstable with cmake 3.13.2. CMake version in Ubuntu Xenial is 3.5.1. Could be the problem related to the fact that the filename ends in a
Thanks a lot.
EDIT: forgot to mention, I'm using Kodi Leia from master, commit
Code:
-- Processing /home/kodi/kodi-source/tools/depends/target/binary-addons/native/build/game.libretro.genplus/depends/common/genplus/genplus.txt
-- genplus url: https://github.com/libretro/Genesis-Plus-GX/archive/5270de0059cde7ba02903a9a0857e26023e1b269.zip
CMake Warning (dev) at /home/kodi/kodi-source/cmake/scripts/common/HandleDepends.cmake:244 (message):
/home/kodi/kodi-source/tools/depends/target/binary-addons/native/build/game.libretro.genplus/depends/common/genplus/genplus.sha256
is missing
Call Stack (most recent call first):
CMakeLists.txt:386 (add_addon_depends)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:1888 (message):
Could not extract tarball filename from url:
https://github.com/libretro/Genesis-Plus-GX/archive/5270de0059cde7ba02903a9a0857e26023e1b269.zip;
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/ExternalProject.cmake:2459 (_ep_add_download_command)
/home/kodi/kodi-source/cmake/scripts/common/HandleDepends.cmake:247 (externalproject_add)
CMakeLists.txt:386 (add_addon_depends)
-- Configuring incomplete, errors occurred!
Note that the scripts work like a charm in Debian Unstable with cmake 3.13.2. CMake version in Ubuntu Xenial is 3.5.1. Could be the problem related to the fact that the filename ends in a
;
character?Thanks a lot.
EDIT: forgot to mention, I'm using Kodi Leia from master, commit
3aac935a7e712e7a303763c649351d1569241cae
.