Advertisement
Guest User

Jarvis branch - pvr.mythtv compilation problem

a guest
Aug 19th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.94 KB | None | 0 0
  1. [builder@media-test source]$ BRANCH=$(grep 'branch=' /usr/share/doc/kodi/README.md | cut -d'=' -f2 | cut -d')' -f1)
  2. [builder@media-test source]$ echo $BRANCH
  3. Jarvis
  4. [builder@media-test source]$ git clone https://github.com/kodi-pvr/pvr.mythtv.git --branch ${BRANCH}Cloning into 'pvr.mythtv'...
  5. remote: Counting objects: 6756, done.
  6. remote: Total 6756 (delta 1), reused 1 (delta 1), pack-reused 6754
  7. Receiving objects: 100% (6756/6756), 4.18 MiB | 381.00 KiB/s, done.
  8. Resolving deltas: 100% (3704/3704), done.
  9. Checking connectivity... done.
  10. [builder@media-test source]$ cd pvr.mythtv/
  11. [builder@media-test pvr.mythtv]$ git status
  12. On branch Jarvis
  13. Your branch is up-to-date with 'origin/Jarvis'.
  14. nothing to commit, working directory clean
  15. [builder@media-test pvr.mythtv]$ cd ../
  16. [builder@media-test source]$ git clone https://github.com/xbmc/xbmc.git --branch ${BRANCH}
  17. Cloning into 'xbmc'...
  18. remote: Counting objects: 395893, done.
  19. remote: Compressing objects: 100% (5/5), done.
  20. remote: Total 395893 (delta 0), reused 0 (delta 0), pack-reused 395888
  21. Receiving objects: 100% (395893/395893), 534.68 MiB | 409.00 KiB/s, done.
  22. Resolving deltas: 100% (289716/289716), done.
  23. Checking connectivity... done.
  24. [builder@media-test source]$ ls -latr
  25. total 4
  26. drwx------.  5 builder builder  159 Aug 20 13:52 ..
  27. drwxrwxr-x.  7 builder builder  148 Aug 20 13:54 pvr.mythtv
  28. drwxrwxr-x.  4 builder builder   36 Aug 20 13:55 .
  29. drwxrwxr-x. 16 builder builder 4096 Aug 20 14:16 xbmc
  30. [builder@media-test source]$ cd ~/source/pvr.mythtv && git pull && mkdir build && cd build
  31. Already up-to-date.
  32. [builder@media-test build]$ nice cmake -DADDONS_TO_BUILD=pvr.mythtv -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
  33. -- The C compiler identification is GNU 6.1.1
  34. -- The CXX compiler identification is GNU 6.1.1
  35. -- Check for working C compiler: /usr/bin/cc
  36. -- Check for working C compiler: /usr/bin/cc -- works
  37. -- Detecting C compiler ABI info
  38. -- Detecting C compiler ABI info - done
  39. -- Detecting C compile features
  40. -- Detecting C compile features - done
  41. -- Check for working CXX compiler: /usr/bin/c++
  42. -- Check for working CXX compiler: /usr/bin/c++ -- works
  43. -- Detecting CXX compiler ABI info
  44. -- Detecting CXX compiler ABI info - done
  45. -- Detecting CXX compile features
  46. -- Detecting CXX compile features - done
  47. -- Addon source tarball caching is enabled
  48. -- ZIP packaging enabled (destination: /home/builder/source/pvr.mythtv/build/build/zips)
  49. -- Building following addons: pvr.mythtv
  50. -- Overriding addon source directory prefix: /home/builder/source/xbmc/project
  51. -- Processing /home/builder/source/xbmc/project/cmake/addons/depends/common/kodi-platform/kodi-platform.txt
  52. -- kodi-platform url: https://github.com/xbmc/kodi-platform
  53. -- kodi-platform depends: tinyxml;platform
  54. -- Processing /home/builder/source/xbmc/project/cmake/addons/depends/common/platform/platform.txt
  55. -- platform url: https://github.com/Pulse-Eight/platform.git
  56. -- Processing /home/builder/source/xbmc/project/cmake/addons/depends/common/tinyxml/tinyxml.txt
  57. -- tinyxml url: http://mirrors.kodi.tv/build-deps/sources/tinyxml-2.6.2_2.tar.gz
  58. -- No platform specific file /home/builder/source/xbmc/project/cmake/addons/depends/linux/CMakeLists.txt found
  59. -- Bootstrapping all default repositories as no addons were found...
  60. -- The C compiler identification is GNU 6.1.1
  61. -- The CXX compiler identification is GNU 6.1.1
  62. -- Check for working C compiler: /usr/bin/cc
  63. -- Check for working C compiler: /usr/bin/cc -- works
  64. -- Detecting C compiler ABI info
  65. -- Detecting C compiler ABI info - done
  66. -- Detecting C compile features
  67. -- Detecting C compile features - done
  68. -- Check for working CXX compiler: /usr/bin/c++
  69. -- Check for working CXX compiler: /usr/bin/c++ -- works
  70. -- Detecting CXX compiler ABI info
  71. -- Detecting CXX compiler ABI info - done
  72. -- Detecting CXX compile features
  73. -- Detecting CXX compile features - done
  74. -- Bootstrapping all repositories
  75. -- Bootstrapping following addons: pvr.mythtv
  76. -- Bootstrapping addons from binary-addons (https://github.com/xbmc/repo-binary-addons.git Jarvis)...
  77. -- Configuring done
  78. -- Generating done
  79. -- Build files have been written to: /home/builder/source/pvr.mythtv/build/build/bootstrap
  80. Scanning dependencies of target binary-addons
  81. [ 12%] Creating directories for 'binary-addons'
  82. [ 25%] Performing download step (git clone) for 'binary-addons'
  83. Cloning into 'binary-addons'...
  84. Branch Jarvis set up to track remote branch Jarvis from origin.
  85. Switched to a new branch 'Jarvis'
  86. [ 37%] No patch step for 'binary-addons'
  87. [ 50%] Performing update step for 'binary-addons'
  88. Current branch Jarvis is up to date.
  89. [ 62%] No configure step for 'binary-addons'
  90. [ 75%] No build step for 'binary-addons'
  91. [ 87%] Performing install step for 'binary-addons'
  92. -- Bootstrapping pvr.mythtv addon...
  93. -- Installing: /home/builder/source/xbmc/project/cmake/addons/addons/pvr.mythtv
  94. -- Installing: /home/builder/source/xbmc/project/cmake/addons/addons/pvr.mythtv/platforms.txt
  95. -- Installing: /home/builder/source/xbmc/project/cmake/addons/addons/pvr.mythtv/pvr.mythtv.txt
  96. CMake Warning (dev) at /home/builder/source/xbmc/project/cmake/addons/bootstrap/bootstrap.cmake:25 (list):
  97.   Policy CMP0007 is not set: list command no longer ignores empty elements.
  98.   Run "cmake --help-policy CMP0007" for policy details.  Use the cmake_policy
  99.   command to set the policy and suppress this warning.  List has value =
  100.   [screensavers.rsxs;https://github.com/notspiff/screensavers.rsxs;3241d290917e99a3e88fca44e16d74c885a78b3d;].
  101. This warning is for project developers.  Use -Wno-dev to suppress it.
  102.  
  103. [100%] Completed 'binary-addons'
  104. [100%] Built target binary-addons
  105. CMake Error at CMakeLists.txt:394 (message):
  106.   pvr.mythtv: invalid or missing addon source directory at
  107.   /home/builder/source/xbmc/project/pvr.mythtv
  108.  
  109.  
  110. -- Configuring incomplete, errors occurred!
  111. See also "/home/builder/source/pvr.mythtv/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement