Advertisement
Guest User

Untitled

a guest
Jul 15th, 2016
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 12.62 KB | None | 0 0
  1. Scanning dependencies of target tinyxml
  2. [  4%] Creating directories for 'tinyxml'
  3. [  8%] Performing download step (download, verify and extract) for 'tinyxml'
  4. -- downloading...
  5.      src='http://mirrors.kodi.tv/build-deps/sources/tinyxml-2.6.2_2.tar.gz'
  6.      dst='/home/plyczko/kodi/pvr.iptvsimple/build/build/download/tinyxml-2.6.2_2.tar.gz'
  7.      timeout='none'
  8. -- [download 0% complete]
  9. -- [download 2% complete]
  10. -- [download 4% complete]
  11. -- [download 6% complete]
  12. -- [download 7% complete]
  13. -- [download 9% complete]
  14. -- [download 12% complete]
  15. -- [download 14% complete]
  16. -- [download 16% complete]
  17. -- [download 18% complete]
  18. -- [download 20% complete]
  19. -- [download 22% complete]
  20. -- [download 24% complete]
  21. -- [download 26% complete]
  22. -- [download 28% complete]
  23. -- [download 31% complete]
  24. -- [download 33% complete]
  25. -- [download 35% complete]
  26. -- [download 38% complete]
  27. -- [download 40% complete]
  28. -- [download 42% complete]
  29. -- [download 44% complete]
  30. -- [download 46% complete]
  31. -- [download 48% complete]
  32. -- [download 50% complete]
  33. -- [download 53% complete]
  34. -- [download 55% complete]
  35. -- [download 57% complete]
  36. -- [download 60% complete]
  37. -- [download 62% complete]
  38. -- [download 64% complete]
  39. -- [download 66% complete]
  40. -- [download 68% complete]
  41. -- [download 70% complete]
  42. -- [download 73% complete]
  43. -- [download 75% complete]
  44. -- [download 77% complete]
  45. -- [download 79% complete]
  46. -- [download 81% complete]
  47. -- [download 83% complete]
  48. -- [download 85% complete]
  49. -- [download 88% complete]
  50. -- [download 90% complete]
  51. -- [download 92% complete]
  52. -- [download 95% complete]
  53. -- [download 97% complete]
  54. -- [download 99% complete]
  55. -- [download 100% complete]
  56. -- downloading... done
  57. -- verifying file...
  58.      file='/home/plyczko/kodi/pvr.iptvsimple/build/build/download/tinyxml-2.6.2_2.tar.gz'
  59. -- verifying file... warning: did not verify file - no URL_HASH specified?
  60. -- extracting...
  61.      src='/home/plyczko/kodi/pvr.iptvsimple/build/build/download/tinyxml-2.6.2_2.tar.gz'
  62.      dst='/home/plyczko/kodi/pvr.iptvsimple/build/build/tinyxml/src/tinyxml'
  63. -- extracting... [tar xfz]
  64. -- extracting... [analysis]
  65. -- extracting... [rename]
  66. -- extracting... [clean up]
  67. -- extracting... done
  68. [ 12%] Performing patch step for 'tinyxml'
  69. [ 16%] No update step for 'tinyxml'
  70. [ 20%] Performing configure step for 'tinyxml'
  71. -- The C compiler identification is GNU 4.8.1
  72. -- The CXX compiler identification is GNU 4.8.1
  73. -- Check for working C compiler: /usr/bin/cc
  74. -- Check for working C compiler: /usr/bin/cc -- works
  75. -- Detecting C compiler ABI info
  76. -- Detecting C compiler ABI info - done
  77. -- Detecting C compile features
  78. -- Detecting C compile features - done
  79. -- Check for working CXX compiler: /usr/bin/c++
  80. -- Check for working CXX compiler: /usr/bin/c++ -- works
  81. -- Detecting CXX compiler ABI info
  82. -- Detecting CXX compiler ABI info - done
  83. -- Detecting CXX compile features
  84. -- Detecting CXX compile features - done
  85. -- Configuring done
  86. -- Generating done
  87. CMake Warning:
  88.   Manually-specified variables were not used by the project:
  89.  
  90.     CMAKE_INCLUDE_PATH
  91.     CMAKE_LIBRARY_PATH
  92.     CORE_SYSTEM_NAME
  93.     ENABLE_STATIC
  94.     PACKAGE_CONFIG_PATH
  95.  
  96.  
  97. -- Build files have been written to: /home/plyczko/kodi/pvr.iptvsimple/build/build/tinyxml/src/tinyxml-build
  98. [ 25%] Performing build step for 'tinyxml'
  99. Scanning dependencies of target tinyxml
  100. [ 25%] Building CXX object CMakeFiles/tinyxml.dir/src/tinystr.cpp.o
  101. [ 50%] Building CXX object CMakeFiles/tinyxml.dir/src/tinyxml.cpp.o
  102. [ 75%] Building CXX object CMakeFiles/tinyxml.dir/src/tinyxmlerror.cpp.o
  103. [100%] Building CXX object CMakeFiles/tinyxml.dir/src/tinyxmlparser.cpp.o
  104. Linking CXX static library libtinyxml.a
  105. [100%] Built target tinyxml
  106. [ 29%] Performing install step for 'tinyxml'
  107. [100%] Built target tinyxml
  108. Install the project...
  109. -- Install configuration: "Debug"
  110. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/tinystr.h
  111. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/tinyxml.h
  112. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/lib/libtinyxml.a
  113. [ 33%] Completed 'tinyxml'
  114. [ 33%] Built target tinyxml
  115. Scanning dependencies of target platform
  116. [ 37%] Creating directories for 'platform'
  117. [ 41%] Performing download step (git clone) for 'platform'
  118. Cloning into 'platform'...
  119. Note: checking out '081032fdb0daf16d443692c37e3ffc62732399ac'.
  120.  
  121. You are in 'detached HEAD' state. You can look around, make experimental
  122. changes and commit them, and you can discard any commits you make in this
  123. state without impacting any branches by performing another checkout.
  124.  
  125. If you want to create a new branch to retain commits you create, you may
  126. do so (now or later) by using -b with the checkout command again. Example:
  127.  
  128.   git checkout -b new_branch_name
  129.  
  130. HEAD is now at 081032f... Merge pull request #14 from Montellese/darwin_to_osx
  131. [ 45%] No patch step for 'platform'
  132. [ 50%] Performing update step for 'platform'
  133. [ 54%] Performing configure step for 'platform'
  134. -- The C compiler identification is GNU 4.8.1
  135. -- The CXX compiler identification is GNU 4.8.1
  136. -- Check for working C compiler: /usr/bin/cc
  137. -- Check for working C compiler: /usr/bin/cc -- works
  138. -- Detecting C compiler ABI info
  139. -- Detecting C compiler ABI info - done
  140. -- Detecting C compile features
  141. -- Detecting C compile features - done
  142. -- Check for working CXX compiler: /usr/bin/c++
  143. -- Check for working CXX compiler: /usr/bin/c++ -- works
  144. -- Detecting CXX compiler ABI info
  145. -- Detecting CXX compiler ABI info - done
  146. -- Detecting CXX compile features
  147. -- Detecting CXX compile features - done
  148. -- Looking for include file pthread.h
  149. -- Looking for include file pthread.h - found
  150. -- Looking for pthread_create
  151. -- Looking for pthread_create - not found
  152. -- Looking for pthread_create in pthreads
  153. -- Looking for pthread_create in pthreads - not found
  154. -- Looking for pthread_create in pthread
  155. -- Looking for pthread_create in pthread - found
  156. -- Found Threads: TRUE  
  157. -- Looking for __atomic_fetch_add_4 in atomic
  158. -- Looking for __atomic_fetch_add_4 in atomic - found
  159. -- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH
  160. -- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH - Success
  161. -- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH
  162. -- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH - Success
  163. -- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP
  164. -- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP - Success
  165. -- Configuring done
  166. -- Generating done
  167. CMake Warning:
  168.   Manually-specified variables were not used by the project:
  169.  
  170.     ENABLE_STATIC
  171.     OUTPUT_DIR
  172.  
  173.  
  174. -- Build files have been written to: /home/plyczko/kodi/pvr.iptvsimple/build/build/platform/src/platform-build
  175. [ 58%] Performing build step for 'platform'
  176. Scanning dependencies of target platform
  177. [ 50%] Building C object CMakeFiles/platform.dir/src/util/fstrcmp.c.o
  178. [100%] Building CXX object CMakeFiles/platform.dir/src/util/StringUtils.cpp.o
  179. Linking CXX static library libplatform.a
  180. [100%] Built target platform
  181. [ 62%] Performing install step for 'platform'
  182. [100%] Built target platform
  183. Install the project...
  184. -- Install configuration: "Debug"
  185. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/lib/libplatform.a
  186. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/os.h
  187. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/posix/os-socket.h
  188. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/posix/os-threads.h
  189. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/posix/os-types.h
  190. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/sockets/cdevsocket.h
  191. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/sockets/socket.h
  192. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/sockets/tcp.h
  193. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/threads/atomics.h
  194. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/threads/mutex.h
  195. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/threads/threads.h
  196. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/util/atomic.h
  197. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/util/buffer.h
  198. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/util/StringUtils.h
  199. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/util/StdString.h
  200. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/util/timeutils.h
  201. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/platform/util/util.h
  202. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/lib/pkgconfig/platform.pc
  203. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/lib/platform/platform-config.cmake
  204. [ 66%] Completed 'platform'
  205. [ 66%] Built target platform
  206. Scanning dependencies of target kodi-platform
  207. [ 70%] Creating directories for 'kodi-platform'
  208. [ 75%] Performing download step (git clone) for 'kodi-platform'
  209. Cloning into 'kodi-platform'...
  210. Note: checking out '15edaf78d6307eaa5e1d17028122d8bce9d55aa2'.
  211.  
  212. You are in 'detached HEAD' state. You can look around, make experimental
  213. changes and commit them, and you can discard any commits you make in this
  214. state without impacting any branches by performing another checkout.
  215.  
  216. If you want to create a new branch to retain commits you create, you may
  217. do so (now or later) by using -b with the checkout command again. Example:
  218.  
  219.   git checkout -b new_branch_name
  220.  
  221. HEAD is now at 15edaf7... Merge pull request #11 from Montellese/darwin_to_osx
  222. [ 79%] No patch step for 'kodi-platform'
  223. [ 83%] Performing update step for 'kodi-platform'
  224. [ 87%] Performing configure step for 'kodi-platform'
  225. -- The C compiler identification is GNU 4.8.1
  226. -- The CXX compiler identification is GNU 4.8.1
  227. -- Check for working C compiler: /usr/bin/cc
  228. -- Check for working C compiler: /usr/bin/cc -- works
  229. -- Detecting C compiler ABI info
  230. -- Detecting C compiler ABI info - done
  231. -- Detecting C compile features
  232. -- Detecting C compile features - done
  233. -- Check for working CXX compiler: /usr/bin/c++
  234. -- Check for working CXX compiler: /usr/bin/c++ -- works
  235. -- Detecting CXX compiler ABI info
  236. -- Detecting CXX compiler ABI info - done
  237. -- Detecting CXX compile features
  238. -- Detecting CXX compile features - done
  239. -- Checking to see if CXX compiler accepts flag -flto
  240. -- Checking to see if CXX compiler accepts flag -flto - yes
  241. -- Found TinyXML: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include  
  242. -- Looking for include file pthread.h
  243. -- Looking for include file pthread.h - found
  244. -- Looking for pthread_create
  245. -- Looking for pthread_create - not found
  246. -- Looking for pthread_create in pthreads
  247. -- Looking for pthread_create in pthreads - not found
  248. -- Looking for pthread_create in pthread
  249. -- Looking for pthread_create in pthread - found
  250. -- Found Threads: TRUE  
  251. -- Looking for __atomic_fetch_add_4 in atomic
  252. -- Looking for __atomic_fetch_add_4 in atomic - found
  253. -- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH
  254. -- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH - Success
  255. -- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH
  256. -- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH - Success
  257. -- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP
  258. -- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP - Success
  259. -- Configuring done
  260. -- Generating done
  261. CMake Warning:
  262.   Manually-specified variables were not used by the project:
  263.  
  264.     ENABLE_STATIC
  265.     OUTPUT_DIR
  266.  
  267.  
  268. -- Build files have been written to: /home/plyczko/kodi/pvr.iptvsimple/build/build/kodi-platform/src/kodi-platform-build
  269. [ 91%] Performing build step for 'kodi-platform'
  270. Scanning dependencies of target kodiplatform
  271. [100%] Building CXX object CMakeFiles/kodiplatform.dir/src/util/XMLUtils.cpp.o
  272. Linking CXX static library libkodiplatform.a
  273. [100%] Built target kodiplatform
  274. [ 95%] Performing install step for 'kodi-platform'
  275. [100%] Built target kodiplatform
  276. Install the project...
  277. -- Install configuration: "Debug"
  278. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/lib/libkodiplatform.a
  279. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/include/kodi/util/XMLUtils.h
  280. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/lib/pkgconfig/kodiplatform.pc
  281. -- Installing: /home/plyczko/kodi/pvr.iptvsimple/build/build/depends/lib/kodiplatform/kodiplatform-config.cmake
  282. [100%] Completed 'kodi-platform'
  283. [100%] Built target kodi-platform
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement