Kodi Community Forum

Full Version: Compil VNSI client
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Fernetmenta,

Could you help me to compil vnsi client :

vnsiserver (1.3.1) - VDR-Network-Streaming-Interface (VNSI) Server

I followed this guide :

git clone https://github.com/xbmc/xbmc.git
git clone https://github.com/kodi-pvr/pvr.vdr.vnsi.git
cd pvr.vdr.vnsi && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.vdr.vnsi -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
make

I get this error :
Code:
cmake -DADDONS_TO_BUILD=pvr.vdr.vnsi -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
-- The C compiler identification is GNU 5.3.0
-- The CXX compiler identification is GNU 5.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Addon source tarball caching is enabled
-- ZIP packaging enabled (destination: /home/bibi/pvr.vdr.vnsi/build/build/zips)
-- Building following addons: pvr.vdr.vnsi
-- Overriding addon source directory prefix: /home/bibi/xbmc/project
-- Processing /home/bibi/xbmc/project/cmake/addons/depends/common/kodi-platform/kodi-platform.txt
-- kodi-platform url: https://github.com/xbmc/kodi-platform
-- kodi-platform depends: tinyxml;p8-platform
-- Processing /home/bibi/xbmc/project/cmake/addons/depends/common/p8-platform/p8-platform.txt
-- p8-platform url: https://github.com/Pulse-Eight/platform.git
-- Processing /home/bibi/xbmc/project/cmake/addons/depends/common/tinyxml/tinyxml.txt
-- tinyxml url: http://mirrors.kodi.tv/build-deps/sources/tinyxml-2.6.2_2.tar.gz
-- No platform specific file /home/bibi/xbmc/project/cmake/addons/depends/linux/CMakeLists.txt found
-- Bootstrapping all default repositories as no addons were found...
-- The C compiler identification is GNU 5.3.0
-- The CXX compiler identification is GNU 5.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Bootstrapping all repositories
-- Bootstrapping following addons: pvr.vdr.vnsi
-- Bootstrapping addons from binary-addons (https://github.com/xbmc/repo-binary-addons.git master)...
-- Configuring done
-- Generating done
-- Build files have been written to: /home/bibi/pvr.vdr.vnsi/build/build/bootstrap
Scanning dependencies of target binary-addons
[ 12%] Creating directories for 'binary-addons'
[ 25%] Performing download step (git clone) for 'binary-addons'
Clonage dans 'binary-addons'...
D��j�� sur 'master'
Votre branche est �� jour avec 'origin/master'.
[ 37%] No patch step for 'binary-addons'
[ 50%] Performing update step for 'binary-addons'
La branche courante master est �� jour.
[ 62%] No configure step for 'binary-addons'
[ 75%] No build step for 'binary-addons'
[ 87%] Performing install step for 'binary-addons'
-- Bootstrapping pvr.vdr.vnsi addon...
-- Installing: /home/bibi/xbmc/project/cmake/addons/addons/pvr.vdr.vnsi
-- Installing: /home/bibi/xbmc/project/cmake/addons/addons/pvr.vdr.vnsi/platforms.txt
-- Installing: /home/bibi/xbmc/project/cmake/addons/addons/pvr.vdr.vnsi/pvr.vdr.vnsi.txt
CMake Warning (dev) at /home/bibi/xbmc/project/cmake/addons/bootstrap/bootstrap.cmake:25 (list):
  Policy CMP0007 is not set: list command no longer ignores empty elements.
  Run "cmake --help-policy CMP0007" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.  List has value =
  [screensavers.rsxs;https://github.com/notspiff/screensavers.rsxs;master;].
This warning is for project developers.  Use -Wno-dev to suppress it.

[100%] Completed 'binary-addons'
[100%] Built target binary-addons
CMake Error at CMakeLists.txt:394 (message):
  pvr.vdr.vnsi: invalid or missing addon source directory at
  /home/bibi/xbmc/project/pvr.vdr.vnsi


-- Configuring incomplete, errors occurred!
See also "/home/bibi/pvr.vdr.vnsi/build/CMakeFiles/CMakeOutput.log".
did you try with absolute path names like I showed in this post?
http://forum.kodi.tv/showthread.php?tid=219166
With "cmake -DADDONS_TO_BUILD=pvr.vdr.vnsi -DADDON_SRC_PREFIX=/home/bibi/Downloads/pvr.vdr.vnsi -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/home/bibi/Downloads/xbmc/addons/ -DPACKAGE_ZIP=1 /home/bibi/Downloads/xbmc/project/cmake/addons/"

I get :
Code:
[100%] Built target kodiplatform
Install the project...
-- Install configuration: "Debug"
-- Installing: /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/libkodiplatform.a
-- Installing: /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/util/XMLUtils.h
-- Installing: /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/pkgconfig/kodiplatform.pc
-- Installing: /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodiplatform/kodiplatform-config.cmake
[ 72%] Completed 'kodi-platform'
[ 72%] Built target kodi-platform
Scanning dependencies of target pvr.vdr.vnsi
[ 75%] Creating directories for 'pvr.vdr.vnsi'
[ 78%] No download step for 'pvr.vdr.vnsi'
[ 81%] No patch step for 'pvr.vdr.vnsi'
[ 84%] No update step for 'pvr.vdr.vnsi'
[ 87%] Performing configure step for 'pvr.vdr.vnsi'
CMake Error: The source directory "/home/bibi/Downloads/pvr.vdr.vnsi/pvr.vdr.vnsi" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
CMakeFiles/pvr.vdr.vnsi.dir/build.make:106: recipe for target 'pvr.vdr.vnsi-prefix/src/pvr.vdr.vnsi-stamp/pvr.vdr.vnsi-configure' failed
make[2]: *** [pvr.vdr.vnsi-prefix/src/pvr.vdr.vnsi-stamp/pvr.vdr.vnsi-configure] Error 1
CMakeFiles/Makefile2:99: recipe for target 'CMakeFiles/pvr.vdr.vnsi.dir/all' failed
make[1]: *** [CMakeFiles/pvr.vdr.vnsi.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
try this

-DADDON_SRC_PREFIX=/home/bibi/Downloads
Code:
cmake -DADDONS_TO_BUILD=pvr.vdr.vnsi -DADDON_SRC_PREFIX=/home/bibi/Downloads/ -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/home/bibi/Downloads/xbmc/addons/ -DPACKAGE_ZIP=1 /home/bibi/Downloads/xbmc/project/cmake/addons/
-- Addon source tarball caching is enabled
-- ZIP packaging enabled (destination: /home/bibi/Downloads/pvr.vdr.vnsi/build/build/zips)
-- Building following addons: pvr.vdr.vnsi
-- Overriding addon source directory prefix: /home/bibi/Downloads
-- check_install_permissions: 1
-- NEED_SUDO: TRUE
CMake Error at CMakeLists.txt:172 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake"


CMake Error: Could not open file for write in copy operation /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/kodi-config.cmake.tmp
CMake Error: : System Error: Permission denied
CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:60 (configure_file):
  configure_file Problem configuring file
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:63 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/addon-helpers.cmake"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error: Could not open file for write in copy operation /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/xbmc/xbmc-config.cmake.tmp
CMake Error: : System Error: Permission denied
CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:68 (configure_file):
  configure_file Problem configuring file
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/xbmc_addon_cpp_dll.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/xbmc_addon_dll.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/xbmc_addon_types.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/kodi_adsp_dll.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/kodi_adsp_types.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/kodi_audiodec_dll.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/kodi_audiodec_types.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/xbmc_audioenc_dll.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/xbmc_audioenc_types.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/kodi_audioengine_types.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/xbmc_codec_types.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/xbmc_epg_types.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/kodi_inputstream_dll.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/kodi_inputstream_types.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/kodi_peripheral_callbacks.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/kodi_peripheral_dll.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/kodi_peripheral_types.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/kodi_peripheral_utils.hpp"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/kodi_vfs_types.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/kodi_vfs_utils.hpp"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/xbmc_pvr_dll.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/xbmc_pvr_types.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/xbmc_scr_dll.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/xbmc_scr_types.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/xbmc_vis_dll.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/xbmc_vis_types.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/libXBMC_addon.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/libKODI_audioengine.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/libKODI_adsp.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/libKODI_guilib.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/libKODI_inputstream.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/libKODI_peripheral.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/libXBMC_pvr.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/libXBMC_codec.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/DVDDemuxPacket.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/AEChannelData.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


CMake Error at /home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/lib/kodi/prepare-env.cmake:79 (file):
  file COPY cannot set permissions on
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/build/depends/include/kodi/IFileTypes.h"
Call Stack (most recent call first):
  CMakeLists.txt:178 (include)


-- Processing /home/bibi/Downloads/xbmc/project/cmake/addons/depends/common/kodi-platform/kodi-platform.txt
-- kodi-platform url: https://github.com/xbmc/kodi-platform
-- kodi-platform depends: tinyxml;p8-platform
CMake Error: Could not open file for write in copy operation /home/bibi/Downloads/pvr.vdr.vnsi/build/build/kodi-platform/src/kodi-platform-stamp/kodi-platform-gitinfo.txt.tmp
CMake Error: : System Error: Permission denied
CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:1786 (configure_file):
  configure_file Problem configuring file
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2459 (_ep_add_download_command)
  /home/bibi/Downloads/xbmc/project/cmake/scripts/common/handle-depends.cmake:161 (externalproject_add)
  depends/CMakeLists.txt:34 (add_addon_depends)


CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:500 (file):
  file failed to open for writing (Permission denied):

    /home/bibi/Downloads/pvr.vdr.vnsi/build/build/kodi-platform/tmp/kodi-platform-gitclone.cmake
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:1799 (_ep_write_gitclone_script)
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2459 (_ep_add_download_command)
  /home/bibi/Downloads/xbmc/project/cmake/scripts/common/handle-depends.cmake:161 (externalproject_add)
  depends/CMakeLists.txt:34 (add_addon_depends)


CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:656 (file):
  file failed to open for writing (Permission denied):

    /home/bibi/Downloads/pvr.vdr.vnsi/build/build/kodi-platform/tmp/kodi-platform-gitupdate.cmake
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2026 (_ep_write_gitupdate_script)
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2460 (_ep_add_update_command)
  /home/bibi/Downloads/xbmc/project/cmake/scripts/common/handle-depends.cmake:161 (externalproject_add)
  depends/CMakeLists.txt:34 (add_addon_depends)


CMake Error: Could not open file for write in copy operation /home/bibi/Downloads/pvr.vdr.vnsi/build/build/kodi-platform/tmp/kodi-platform-cfgcmd.txt.tmp
CMake Error: : System Error: Permission denied
CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2208 (configure_file):
  configure_file Problem configuring file
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2462 (_ep_add_configure_command)
  /home/bibi/Downloads/xbmc/project/cmake/scripts/common/handle-depends.cmake:161 (externalproject_add)
  depends/CMakeLists.txt:34 (add_addon_depends)


-- Processing /home/bibi/Downloads/xbmc/project/cmake/addons/depends/common/p8-platform/p8-platform.txt
-- p8-platform url: https://github.com/Pulse-Eight/platform.git
CMake Error: Could not open file for write in copy operation /home/bibi/Downloads/pvr.vdr.vnsi/build/build/p8-platform/src/p8-platform-stamp/p8-platform-gitinfo.txt.tmp
CMake Error: : System Error: Permission denied
CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:1786 (configure_file):
  configure_file Problem configuring file
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2459 (_ep_add_download_command)
  /home/bibi/Downloads/xbmc/project/cmake/scripts/common/handle-depends.cmake:161 (externalproject_add)
  depends/CMakeLists.txt:34 (add_addon_depends)


CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:500 (file):
  file failed to open for writing (Permission denied):

    /home/bibi/Downloads/pvr.vdr.vnsi/build/build/p8-platform/tmp/p8-platform-gitclone.cmake
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:1799 (_ep_write_gitclone_script)
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2459 (_ep_add_download_command)
  /home/bibi/Downloads/xbmc/project/cmake/scripts/common/handle-depends.cmake:161 (externalproject_add)
  depends/CMakeLists.txt:34 (add_addon_depends)


CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:656 (file):
  file failed to open for writing (Permission denied):

    /home/bibi/Downloads/pvr.vdr.vnsi/build/build/p8-platform/tmp/p8-platform-gitupdate.cmake
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2026 (_ep_write_gitupdate_script)
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2460 (_ep_add_update_command)
  /home/bibi/Downloads/xbmc/project/cmake/scripts/common/handle-depends.cmake:161 (externalproject_add)
  depends/CMakeLists.txt:34 (add_addon_depends)


CMake Error: Could not open file for write in copy operation /home/bibi/Downloads/pvr.vdr.vnsi/build/build/p8-platform/tmp/p8-platform-cfgcmd.txt.tmp
CMake Error: : System Error: Permission denied
CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2208 (configure_file):
  configure_file Problem configuring file
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2462 (_ep_add_configure_command)
  /home/bibi/Downloads/xbmc/project/cmake/scripts/common/handle-depends.cmake:161 (externalproject_add)
  depends/CMakeLists.txt:34 (add_addon_depends)


-- Processing /home/bibi/Downloads/xbmc/project/cmake/addons/depends/common/tinyxml/tinyxml.txt
-- tinyxml url: http://mirrors.kodi.tv/build-deps/sources/tinyxml-2.6.2_2.tar.gz
CMake Error at /home/bibi/Downloads/xbmc/project/cmake/scripts/common/handle-depends.cmake:80 (file):
  file failed to open for writing (Permission denied):

    /home/bibi/Downloads/pvr.vdr.vnsi/build/build/tinyxml/tmp/patch.cmake
Call Stack (most recent call first):
  depends/CMakeLists.txt:34 (add_addon_depends)


CMake Error: Could not open file for write in copy operation /home/bibi/Downloads/pvr.vdr.vnsi/build/build/tinyxml/src/tinyxml-stamp/tinyxml-urlinfo.txt.tmp
CMake Error: : System Error: Permission denied
CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:1866 (configure_file):
  configure_file Problem configuring file
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2459 (_ep_add_download_command)
  /home/bibi/Downloads/xbmc/project/cmake/scripts/common/handle-depends.cmake:181 (externalproject_add)
  depends/CMakeLists.txt:34 (add_addon_depends)


CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:872 (file):
  file failed to open for writing (Permission denied):

    /home/bibi/Downloads/pvr.vdr.vnsi/build/build/tinyxml/src/tinyxml-stamp/download-tinyxml.cmake
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:1897 (_ep_write_downloadfile_script)
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2459 (_ep_add_download_command)
  /home/bibi/Downloads/xbmc/project/cmake/scripts/common/handle-depends.cmake:181 (externalproject_add)
  depends/CMakeLists.txt:34 (add_addon_depends)


CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:944 (file):
  file failed to open for writing (Permission denied):

    /home/bibi/Downloads/pvr.vdr.vnsi/build/build/tinyxml/src/tinyxml-stamp/verify-tinyxml.cmake
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:1906 (_ep_write_verifyfile_script)
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2459 (_ep_add_download_command)
  /home/bibi/Downloads/xbmc/project/cmake/scripts/common/handle-depends.cmake:181 (externalproject_add)
  depends/CMakeLists.txt:34 (add_addon_depends)


CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:968 (file):
  file failed to open for writing (Permission denied):

    /home/bibi/Downloads/pvr.vdr.vnsi/build/build/tinyxml/src/tinyxml-stamp/extract-tinyxml.cmake
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:1909 (_ep_write_extractfile_script)
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2459 (_ep_add_download_command)
  /home/bibi/Downloads/xbmc/project/cmake/scripts/common/handle-depends.cmake:181 (externalproject_add)
  depends/CMakeLists.txt:34 (add_addon_depends)


CMake Error: Could not open file for write in copy operation /home/bibi/Downloads/pvr.vdr.vnsi/build/build/tinyxml/tmp/tinyxml-cfgcmd.txt.tmp
CMake Error: : System Error: Permission denied
CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2208 (configure_file):
  configure_file Problem configuring file
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2462 (_ep_add_configure_command)
  /home/bibi/Downloads/xbmc/project/cmake/scripts/common/handle-depends.cmake:181 (externalproject_add)
  depends/CMakeLists.txt:34 (add_addon_depends)


-- No platform specific file /home/bibi/Downloads/xbmc/project/cmake/addons/depends/linux/CMakeLists.txt found
CMake Error: Could not open file for write in copy operation /home/bibi/Downloads/pvr.vdr.vnsi/build/pvr.vdr.vnsi-prefix/tmp/pvr.vdr.vnsi-cfgcmd.txt.tmp
CMake Error: : System Error: Permission denied
CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2208 (configure_file):
  configure_file Problem configuring file
Call Stack (most recent call first):
  /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2462 (_ep_add_configure_command)
  CMakeLists.txt:348 (externalproject_add)


CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:1467 (add_custom_command):
  add_custom_command given APPEND option with output
  "/home/bibi/Downloads/pvr.vdr.vnsi/build/pvr.vdr.vnsi-prefix/src/pvr.vdr.vnsi-stamp/pvr.vdr.vnsi-build"
  which is not already a custom command output.
Call Stack (most recent call first):
  CMakeLists.txt:355 (externalproject_add_step)


CMake Warning (dev) at CMakeLists.txt:405 (add_custom_target):
  Policy CMP0037 is not set: Target names should not be reserved and should
  match a validity pattern.  Run "cmake --help-policy CMP0037" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  The target name "install" is reserved or not valid for certain CMake
  features, such as generator expressions, and may result in undefined
  behavior.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
See also "/home/bibi/Downloads/pvr.vdr.vnsi/build/CMakeFiles/CMakeOutput.log".
CMake Error: Unable to open check cache file for write. /home/bibi/Downloads/pvr.vdr.vnsi/build/CMakeFiles/cmake.check_cache

But

Code:
ls -l CMakeFiles/
total 144
drwxr-xr-x 4 root root  4096 Mar 27 21:12 3.5.1
-rw-r--r-- 1 root root   660 Mar 27 21:12 CMakeDirectoryInformation.cmake
-rw-r--r-- 1 root root 37908 Mar 27 21:12 CMakeOutput.log
-rw-r--r-- 1 root root  3412 Mar 27 21:12 CMakeRuleHashes.txt
drwxr-xr-x 2 root root  4096 Mar 27 21:12 CMakeTmp
-rw-r--r-- 1 root root  7763 Mar 27 21:12 Makefile.cmake
-rw-r--r-- 1 root root 14490 Mar 27 21:12 Makefile2
drwxr-xr-x 2 root root  4096 Mar 27 21:13 Progress
-rw-r--r-- 1 root root   858 Mar 27 21:12 TargetDirectories.txt
-rw-r--r-- 1 root root    85 Mar 27 21:12 cmake.check_cache
-rwxr-xr-x 1 root root  9384 Mar 27 21:12 feature_tests.bin
-rw-r--r-- 1 root root   688 Mar 27 21:12 feature_tests.c
-rw-r--r-- 1 root root 10011 Mar 27 21:12 feature_tests.cxx
drwxr-xr-x 2 root root  4096 Mar 27 21:12 install.dir
drwxr-xr-x 2 root root  4096 Mar 27 21:12 package-addons.dir
drwxr-xr-x 2 root root  4096 Mar 27 21:12 package-pvr.vdr.vnsi.dir
-rw-r--r-- 1 root root     3 Mar 27 21:12 progress.marks
drwxr-xr-x 2 root root  4096 Mar 27 21:13 pvr.vdr.vnsi.dir
drwxr-xr-x 2 root root  4096 Mar 27 21:12 supported_addons.dir

Do ou a know a place where i could find zip files of the addon, it's to test latest openelec RC which seems to be release with problematic PVR clients.
the previous attempts have ruined file permissions. remove kodi and vnsi sources and clone them again.
Yes, it did the trick.
Thank you.

Bibi
Hi,

i have a little problem too;
my steps:
  • cd /home/nokia001/Downloads/test/
  • git clone https://github.com/kodi-pvr/pvr.vdr.vnsi.git
  • cd pvr.vdr.vnsi/
  • git checkout Jarvis
  • mkdir build && cd build
  • cmake -DADDONS_TO_BUILD=pvr.vdr.vnsi -DADDON_SRC_PREFIX=/home/nokia001/Downloads/test/ -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/home/nokia001/xbmc16/addons/ -DPACKAGE_ZIP=1 /home/nokia001/xbmc16/project/cmake/addons/
  • make

Quote:-- The C compiler identification is GNU 4.8.3
-- The CXX compiler identification is GNU 4.8.3
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Addon source tarball caching is enabled
-- ZIP packaging enabled (destination: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/zips)
-- Building following addons: pvr.vdr.vnsi
-- Overriding addon source directory prefix: /home/nokia001/Downloads/test
-- Processing /home/nokia001/xbmc16/project/cmake/addons/depends/common/platform/platform.txt
-- platform url: https://github.com/Pulse-Eight/platform.git
-- Found Git: /usr/bin/git (found version "2.0.5")
-- Processing /home/nokia001/xbmc16/project/cmake/addons/depends/common/kodi-platform/kodi-platform.txt
-- kodi-platform url: https://github.com/xbmc/kodi-platform
-- kodi-platform depends: tinyxml;platform
-- Processing /home/nokia001/xbmc16/project/cmake/addons/depends/common/tinyxml/tinyxml.txt
-- tinyxml url: http://mirrors.kodi.tv/build-deps/source...2_2.tar.gz
-- No platform specific file /home/nokia001/xbmc16/project/cmake/addons/depends/linux/CMakeLists.txt found
-- Configuring done
-- Generating done
-- Build files have been written to: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build

Quote:[ 4%] Creating directories for 'tinyxml'
[ 8%] Performing download step (download, verify and extract) for 'tinyxml'
-- downloading...
src='http://mirrors.kodi.tv/build-deps/sources/tinyxml-2.6.2_2.tar.gz'
dst='/home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/download/tinyxml-2.6.2_2.tar.gz'
timeout='none'
-- [download 0% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- downloading... done
-- verifying file...
file='/home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/download/tinyxml-2.6.2_2.tar.gz'
-- verifying file... warning: did not verify file - no URL_HASH specified?
-- extracting...
src='/home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/download/tinyxml-2.6.2_2.tar.gz'
dst='/home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/tinyxml/src/tinyxml'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 12%] Performing patch step for 'tinyxml'
[ 16%] No update step for 'tinyxml'
[ 20%] Performing configure step for 'tinyxml'
-- The C compiler identification is GNU 4.8.3
-- The CXX compiler identification is GNU 4.8.3
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:

CMAKE_INCLUDE_PATH
CMAKE_LIBRARY_PATH
CORE_SYSTEM_NAME
ENABLE_STATIC
PACKAGE_CONFIG_PATH


-- Build files have been written to: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/tinyxml/src/tinyxml-build
[ 25%] Performing build step for 'tinyxml'
Scanning dependencies of target tinyxml
[ 25%] Building CXX object CMakeFiles/tinyxml.dir/src/tinystr.cpp.o
[ 50%] Building CXX object CMakeFiles/tinyxml.dir/src/tinyxml.cpp.o
[ 75%] Building CXX object CMakeFiles/tinyxml.dir/src/tinyxmlerror.cpp.o
[100%] Building CXX object CMakeFiles/tinyxml.dir/src/tinyxmlparser.cpp.o
Linking CXX static library libtinyxml.a
[100%] Built target tinyxml
[ 29%] Performing install step for 'tinyxml'
[100%] Built target tinyxml
Install the project...
-- Install configuration: "Debug"
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/tinystr.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/tinyxml.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/lib/libtinyxml.a
[ 33%] Completed 'tinyxml'
[ 33%] Built target tinyxml
Scanning dependencies of target platform
[ 37%] Creating directories for 'platform'
[ 41%] Performing download step (git clone) for 'platform'
Klone nach 'platform'...
remote: Counting objects: 472, done.
remote: Total 472 (delta 0), reused 0 (delta 0), pack-reused 472
Empfange Objekte: 100% (472/472), 169.51 KiB | 252.00 KiB/s, Fertig.
Löse Unterschiede auf: 100% (271/271), Fertig.
Prüfe Konnektivität... Fertig.
Note: checking out '081032fdb0daf16d443692c37e3ffc62732399ac'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

git checkout -b new_branch_name

HEAD ist jetzt bei 081032f... Merge pull request #14 from Montellese/darwin_to_osx
[ 45%] No patch step for 'platform'
[ 50%] Performing update step for 'platform'
[ 54%] Performing configure step for 'platform'
-- The C compiler identification is GNU 4.8.3
-- The CXX compiler identification is GNU 4.8.3
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Looking for __atomic_fetch_add_4 in atomic
-- Looking for __atomic_fetch_add_4 in atomic - found
-- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH
-- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH - Success
-- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH
-- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH - Success
-- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP
-- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP - Success
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:

ENABLE_STATIC
OUTPUT_DIR


-- Build files have been written to: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/platform/src/platform-build
[ 58%] Performing build step for 'platform'
Scanning dependencies of target platform
[ 50%] Building C object CMakeFiles/platform.dir/src/util/fstrcmp.c.o
[100%] Building CXX object CMakeFiles/platform.dir/src/util/StringUtils.cpp.o
Linking CXX static library libplatform.a
[100%] Built target platform
[ 62%] Performing install step for 'platform'
[100%] Built target platform
Install the project...
-- Install configuration: "Debug"
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/lib/libplatform.a
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/os.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/posix/os-socket.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/posix/os-threads.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/posix/os-types.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/sockets/cdevsocket.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/sockets/socket.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/sockets/tcp.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/threads/atomics.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/threads/mutex.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/threads/threads.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/util/atomic.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/util/buffer.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/util/StringUtils.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/util/StdString.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/util/timeutils.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/platform/util/util.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/lib/pkgconfig/platform.pc
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/lib/platform/platform-config.cmake
[ 66%] Completed 'platform'
[ 66%] Built target platform
Scanning dependencies of target kodi-platform
[ 70%] Creating directories for 'kodi-platform'
[ 75%] Performing download step (git clone) for 'kodi-platform'
Klone nach 'kodi-platform'...
remote: Counting objects: 264, done.
remote: Total 264 (delta 0), reused 0 (delta 0), pack-reused 264
Empfange Objekte: 100% (264/264), 137.71 KiB | 0 bytes/s, Fertig.
Löse Unterschiede auf: 100% (119/119), Fertig.
Prüfe Konnektivität... Fertig.
Note: checking out '15edaf78d6307eaa5e1d17028122d8bce9d55aa2'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

git checkout -b new_branch_name

HEAD ist jetzt bei 15edaf7... Merge pull request #11 from Montellese/darwin_to_osx
[ 79%] No patch step for 'kodi-platform'
[ 83%] Performing update step for 'kodi-platform'
[ 87%] Performing configure step for 'kodi-platform'
-- The C compiler identification is GNU 4.8.3
-- The CXX compiler identification is GNU 4.8.3
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Checking to see if CXX compiler accepts flag -flto
-- Checking to see if CXX compiler accepts flag -flto - yes
-- Found TinyXML: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Looking for __atomic_fetch_add_4 in atomic
-- Looking for __atomic_fetch_add_4 in atomic - found
-- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH
-- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH - Success
-- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH
-- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH - Success
-- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP
-- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP - Success
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:

ENABLE_STATIC
OUTPUT_DIR


-- Build files have been written to: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/kodi-platform/src/kodi-platform-build
[ 91%] Performing build step for 'kodi-platform'
Scanning dependencies of target kodiplatform
[100%] Building CXX object CMakeFiles/kodiplatform.dir/src/util/XMLUtils.cpp.o
Linking CXX static library libkodiplatform.a
[100%] Built target kodiplatform
[ 95%] Performing install step for 'kodi-platform'
[100%] Built target kodiplatform
Install the project...
-- Install configuration: "Debug"
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/lib/libkodiplatform.a
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/include/kodi/util/XMLUtils.h
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/lib/pkgconfig/kodiplatform.pc
-- Installing: /home/nokia001/Downloads/test/pvr.vdr.vnsi/build/build/depends/lib/kodiplatform/kodiplatform-config.cmake
[100%] Completed 'kodi-platform'
[100%] Built target kodi-platform


i think all is fine, but can't find the addon.

please help.
thx
It did not build vnsi. Check this folder: /home/nokia001/xbmc16/project/cmake/addons/addons
Does it have any content? If so delete it and try again.