-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Pre)compile failure #29
Comments
@notspiff : This is preventing me from debugging the sftp vfs addon issues. |
Strange, started working here all of a sudden. Must have made an error somewhere. |
Figured out how to reproduce this issue. It occurs when one compiles against a Kodi Leia branch. Against Kodi master, it works fine. |
Was raised against Leia branch. |
On Kodi Matrix the p8-platform removed from builds and only the addons where need it includes it itself. |
When trying to compile on Mint 19 I get:
(/home/arnova/GIT/vfs.sftp/build)% make
[ 14%] Built target zlib
[ 28%] Built target openssl
[ 42%] Built target libssh
[ 56%] Built target tinyxml
[ 57%] Performing download step (git clone) for 'p8-platform'
Cloning into 'p8-platform'...
fatal: reference is not a tree: 32190045c7eb6883c0662db2f91b4ceeab904fc2
CMake Error at /home/arnova/GIT/vfs.sftp/build/build/p8-platform/tmp/p8-platform-gitclone.cmake:75 (message):
Failed to checkout tag: '32190045c7eb6883c0662db2f91b4ceeab904fc2'
depends/CMakeFiles/p8-platform.dir/build.make:89: recipe for target 'build/p8-platform/src/p8-platform-stamp/p8-platform-download' failed
make[2]: *** [build/p8-platform/src/p8-platform-stamp/p8-platform-download] Error 1
CMakeFiles/Makefile2:444: recipe for target 'depends/CMakeFiles/p8-platform.dir/all' failed
make[1]: *** [depends/CMakeFiles/p8-platform.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: