Advertisement
Guest User

Untitled

a guest
Oct 10th, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.44 KB | None | 0 0
  1. makepkg
  2. ==> Making package: kodi-addon-pvr-vuplus-git r503.bd71d2d-1 (Thu 10 Oct 2019 10:12:54 PM CEST)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. -> Cloning pvr.vuplus git repo...
  7. Cloning into bare repository '/tmp/pvr.vuplus'...
  8. remote: Enumerating objects: 28, done.
  9. remote: Counting objects: 100% (28/28), done.
  10. remote: Compressing objects: 100% (26/26), done.
  11. remote: Total 5971 (delta 9), reused 12 (delta 1), pack-reused 5943
  12. Receiving objects: 100% (5971/5971), 1.81 MiB | 3.46 MiB/s, done.
  13. Resolving deltas: 100% (3726/3726), done.
  14. ==> Validating source files with md5sums...
  15. pvr.vuplus ... Skipped
  16. ==> Extracting sources...
  17. -> Creating working copy of pvr.vuplus git repo...
  18. Cloning into 'pvr.vuplus'...
  19. done.
  20. Switched to a new branch 'makepkg'
  21. ==> Starting pkgver()...
  22. ==> Starting build()...
  23. -- The C compiler identification is GNU 9.2.0
  24. -- The CXX compiler identification is GNU 9.2.0
  25. -- Check for working C compiler: /sbin/cc
  26. -- Check for working C compiler: /sbin/cc -- works
  27. -- Detecting C compiler ABI info
  28. -- Detecting C compiler ABI info - done
  29. -- Detecting C compile features
  30. -- Detecting C compile features - done
  31. -- Check for working CXX compiler: /sbin/c++
  32. -- Check for working CXX compiler: /sbin/c++ -- works
  33. -- Detecting CXX compiler ABI info
  34. -- Detecting CXX compiler ABI info - done
  35. -- Detecting CXX compile features
  36. -- Detecting CXX compile features - done
  37. -- Checking to see if CXX compiler accepts flag -flto
  38. -- Checking to see if CXX compiler accepts flag -flto - yes
  39. -- Found NlohmannJson: /usr/include
  40. -- Found PkgConfig: /sbin/pkg-config (found version "1.6.3")
  41. -- Found TinyXML: /usr/include
  42. -- VUPLUS_VERSION=3.28.1
  43. -- VUPLUS_VERSION=3.28.1
  44. -- Added usage definition: ADDON_GLOBAL_VERSION_MAIN_USED
  45. -- Added usage definition: ADDON_INSTANCE_VERSION_PVR_USED
  46. -- Configuring done
  47. -- Generating done
  48. -- Build files have been written to: /tmp/src/pvr.vuplus/build
  49. Scanning dependencies of target pvr.vuplus
  50. [ 13%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/Admin.cpp.o
  51. [ 13%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/ChannelGroups.cpp.o
  52. [ 13%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/Channels.cpp.o
  53. [ 13%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/Enigma2.cpp.o
  54. [ 17%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/ConnectionManager.cpp.o
  55. [ 20%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/RecordingReader.cpp.o
  56. [ 24%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/Epg.cpp.o
  57. [ 27%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/client.cpp.o
  58. [ 31%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/Recordings.cpp.o
  59. <command-line>: error: too many decimal points in number
  60. /tmp/src/pvr.vuplus/src/enigma2/Admin.cpp:45:37: note: in expansion of macro ‘VUPLUS_VERSION’
  61. 45 | Admin::Admin() : m_addonVersion(STR(VUPLUS_VERSION))
  62. | ^~~~~~~~~~~~~~
  63. [ 34%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/Settings.cpp.o
  64. /tmp/src/pvr.vuplus/src/client.cpp: In function ‘PVR_ERROR GetAddonCapabilities(PVR_ADDON_CAPABILITIES*)’:
  65. /tmp/src/pvr.vuplus/src/client.cpp:199:18: error: ‘PVR_ADDON_CAPABILITIES’ {aka ‘struct PVR_ADDON_CAPABILITIES’} has no member named ‘bSupportsEPGEdl’; did you mean ‘bSupportsEPG’?
  66. 199 | pCapabilities->bSupportsEPGEdl = false;
  67. | ^~~~~~~~~~~~~~~
  68. | bSupportsEPG
  69. /tmp/src/pvr.vuplus/src/client.cpp:213:18: error: ‘PVR_ADDON_CAPABILITIES’ {aka ‘struct PVR_ADDON_CAPABILITIES’} has no member named ‘bSupportsRecordingsRename’; did you mean ‘bSupportsRecordings’?
  70. 213 | pCapabilities->bSupportsRecordingsRename = settings.SupportsEditingRecordings();
  71. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  72. | bSupportsRecordings
  73. /tmp/src/pvr.vuplus/src/client.cpp:214:18: error: ‘PVR_ADDON_CAPABILITIES’ {aka ‘struct PVR_ADDON_CAPABILITIES’} has no member named ‘bSupportsRecordingsLifetimeChange’; did you mean ‘bSupportsRecordingsUndelete’?
  74. 214 | pCapabilities->bSupportsRecordingsLifetimeChange = false;
  75. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  76. | bSupportsRecordingsUndelete
  77. /tmp/src/pvr.vuplus/src/client.cpp:215:18: error: ‘PVR_ADDON_CAPABILITIES’ {aka ‘struct PVR_ADDON_CAPABILITIES’} has no member named ‘bSupportsDescrambleInfo’
  78. 215 | pCapabilities->bSupportsDescrambleInfo = false;
  79. | ^~~~~~~~~~~~~~~~~~~~~~~
  80. /tmp/src/pvr.vuplus/src/client.cpp:216:18: error: ‘PVR_ADDON_CAPABILITIES’ {aka ‘struct PVR_ADDON_CAPABILITIES’} has no member named ‘bSupportsAsyncEPGTransfer’
  81. 216 | pCapabilities->bSupportsAsyncEPGTransfer = false;
  82. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  83. /tmp/src/pvr.vuplus/src/client.cpp: At global scope:
  84. /tmp/src/pvr.vuplus/src/client.cpp:338:66: error: ‘PVR_NAMED_VALUE’ has not been declared
  85. 338 | PVR_ERROR GetChannelStreamProperties(const PVR_CHANNEL* channel, PVR_NAMED_VALUE* properties, unsigned int* iPropertiesCount)
  86. | ^~~~~~~~~~~~~~~
  87. /tmp/src/pvr.vuplus/src/client.cpp: In function ‘PVR_ERROR GetChannelStreamProperties(const PVR_CHANNEL*, int*, unsigned int*)’:
  88. /tmp/src/pvr.vuplus/src/client.cpp:361:27: error: request for member ‘strName’ in ‘* properties’, which is of non-class type ‘int’
  89. 361 | strncpy(properties[0].strName, PVR_STREAM_PROPERTY_STREAMURL, sizeof(properties[0].strName) - 1);
  90. | ^~~~~~~
  91. /tmp/src/pvr.vuplus/src/client.cpp:361:36: error: ‘PVR_STREAM_PROPERTY_STREAMURL’ was not declared in this scope; did you mean ‘PVR_STREAM_PROPERTIES’?
  92. 361 | strncpy(properties[0].strName, PVR_STREAM_PROPERTY_STREAMURL, sizeof(properties[0].strName) - 1);
  93. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  94. | PVR_STREAM_PROPERTIES
  95. /tmp/src/pvr.vuplus/src/client.cpp:361:88: error: request for member ‘strName’ in ‘* properties’, which is of non-class type ‘int’
  96. 361 | strncpy(properties[0].strName, PVR_STREAM_PROPERTY_STREAMURL, sizeof(properties[0].strName) - 1);
  97. | ^~~~~~~
  98. /tmp/src/pvr.vuplus/src/client.cpp:362:27: error: request for member ‘strValue’ in ‘* properties’, which is of non-class type ‘int’
  99. 362 | strncpy(properties[0].strValue, enigma->GetLiveStreamURL(*channel).c_str(), sizeof(properties[0].strValue) - 1);
  100. | ^~~~~~~~
  101. /tmp/src/pvr.vuplus/src/client.cpp:362:102: error: request for member ‘strValue’ in ‘* properties’, which is of non-class type ‘int’
  102. 362 | strncpy(properties[0].strValue, enigma->GetLiveStreamURL(*channel).c_str(), sizeof(properties[0].strValue) - 1);
  103. | ^~~~~~~~
  104. /tmp/src/pvr.vuplus/src/client.cpp:372:27: error: request for member ‘strName’ in ‘* properties’, which is of non-class type ‘int’
  105. 372 | strncpy(properties[0].strName, "program", sizeof(properties[0].strName) - 1);
  106. | ^~~~~~~
  107. /tmp/src/pvr.vuplus/src/client.cpp:372:68: error: request for member ‘strName’ in ‘* properties’, which is of non-class type ‘int’
  108. 372 | strncpy(properties[0].strName, "program", sizeof(properties[0].strName) - 1);
  109. | ^~~~~~~
  110. /tmp/src/pvr.vuplus/src/client.cpp:373:27: error: request for member ‘strValue’ in ‘* properties’, which is of non-class type ‘int’
  111. 373 | strncpy(properties[0].strValue, strStreamProgramNumber.c_str(), sizeof(properties[0].strValue) - 1);
  112. | ^~~~~~~~
  113. /tmp/src/pvr.vuplus/src/client.cpp:373:90: error: request for member ‘strValue’ in ‘* properties’, which is of non-class type ‘int’
  114. 373 | strncpy(properties[0].strValue, strStreamProgramNumber.c_str(), sizeof(properties[0].strValue) - 1);
  115. | ^~~~~~~~
  116. /tmp/src/pvr.vuplus/src/client.cpp: At global scope:
  117. /tmp/src/pvr.vuplus/src/client.cpp:463:26: error: ‘PVR_STREAM_TIMES’ was not declared in this scope; did you mean ‘PVR_STREAM_PROPERTIES’?
  118. 463 | PVR_ERROR GetStreamTimes(PVR_STREAM_TIMES* times)
  119. | ^~~~~~~~~~~~~~~~
  120. | PVR_STREAM_PROPERTIES
  121. /tmp/src/pvr.vuplus/src/client.cpp:463:44: error: ‘times’ was not declared in this scope; did you mean ‘utimes’?
  122. 463 | PVR_ERROR GetStreamTimes(PVR_STREAM_TIMES* times)
  123. | ^~~~~
  124. | utimes
  125. /tmp/src/pvr.vuplus/src/client.cpp:600:72: error: ‘PVR_NAMED_VALUE’ has not been declared
  126. 600 | PVR_ERROR GetRecordingStreamProperties(const PVR_RECORDING* recording, PVR_NAMED_VALUE* properties, unsigned int* iPropertiesCount)
  127. | ^~~~~~~~~~~~~~~
  128. /tmp/src/pvr.vuplus/src/client.cpp: In function ‘PVR_ERROR GetRecordingStreamProperties(const PVR_RECORDING*, int*, unsigned int*)’:
  129. /tmp/src/pvr.vuplus/src/client.cpp:625:27: error: request for member ‘strName’ in ‘* properties’, which is of non-class type ‘int’
  130. 625 | strncpy(properties[0].strName, "program", sizeof(properties[0].strName) - 1);
  131. | ^~~~~~~
  132. /tmp/src/pvr.vuplus/src/client.cpp:625:68: error: request for member ‘strName’ in ‘* properties’, which is of non-class type ‘int’
  133. 625 | strncpy(properties[0].strName, "program", sizeof(properties[0].strName) - 1);
  134. | ^~~~~~~
  135. /tmp/src/pvr.vuplus/src/client.cpp:626:27: error: request for member ‘strValue’ in ‘* properties’, which is of non-class type ‘int’
  136. 626 | strncpy(properties[0].strValue, strStreamProgramNumber.c_str(), sizeof(properties[0].strValue) - 1);
  137. | ^~~~~~~~
  138. /tmp/src/pvr.vuplus/src/client.cpp:626:90: error: request for member ‘strValue’ in ‘* properties’, which is of non-class type ‘int’
  139. 626 | strncpy(properties[0].strValue, strStreamProgramNumber.c_str(), sizeof(properties[0].strValue) - 1);
  140. | ^~~~~~~~
  141. /tmp/src/pvr.vuplus/src/client.cpp: At global scope:
  142. /tmp/src/pvr.vuplus/src/client.cpp:742:29: error: ‘PVR_DESCRAMBLE_INFO’ was not declared in this scope
  143. 742 | PVR_ERROR GetDescrambleInfo(PVR_DESCRAMBLE_INFO*) { return PVR_ERROR_NOT_IMPLEMENTED; }
  144. | ^~~~~~~~~~~~~~~~~~~
  145. /tmp/src/pvr.vuplus/src/client.cpp:742:49: error: expected primary-expression before ‘)’ token
  146. 742 | PVR_ERROR GetDescrambleInfo(PVR_DESCRAMBLE_INFO*) { return PVR_ERROR_NOT_IMPLEMENTED; }
  147. | ^
  148. /tmp/src/pvr.vuplus/src/client.cpp:746:53: error: ‘PVR_NAMED_VALUE’ has not been declared
  149. 746 | PVR_ERROR GetEPGTagStreamProperties(const EPG_TAG*, PVR_NAMED_VALUE*, unsigned int*) { return PVR_ERROR_NOT_IMPLEMENTED; }
  150. | ^~~~~~~~~~~~~~~
  151. [ 37%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/StreamReader.cpp.o
  152. /tmp/src/pvr.vuplus/src/enigma2/Admin.cpp: In constructor ‘enigma2::Admin::Admin()’:
  153. /tmp/src/pvr.vuplus/src/enigma2/Admin.cpp:45:33: error: ‘STR’ was not declared in this scope
  154. 45 | Admin::Admin() : m_addonVersion(STR(VUPLUS_VERSION))
  155. | ^~~
  156. [ 41%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/Timers.cpp.o
  157. [ 44%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/TimeshiftBuffer.cpp.o
  158. make[2]: *** [CMakeFiles/pvr.vuplus.dir/build.make:63: CMakeFiles/pvr.vuplus.dir/src/client.cpp.o] Error 1
  159. make[2]: *** Waiting for unfinished jobs....
  160. /tmp/src/pvr.vuplus/src/enigma2/Timers.cpp: In member function ‘void enigma2::Timers::GetTimerTypes(std::vector<PVR_TIMER_TYPE>&) const’:
  161. /tmp/src/pvr.vuplus/src/enigma2/Timers.cpp:406:7: error: ‘PVR_TIMER_TYPE_SUPPORTS_ANY_CHANNEL’ was not declared in this scope; did you mean ‘PVR_TIMER_TYPE_SUPPORTS_CHANNELS’?
  162. 406 | PVR_TIMER_TYPE_SUPPORTS_ANY_CHANNEL |
  163. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  164. | PVR_TIMER_TYPE_SUPPORTS_CHANNELS
  165. /tmp/src/pvr.vuplus/src/enigma2/Timers.cpp:428:7: error: ‘PVR_TIMER_TYPE_SUPPORTS_READONLY_DELETE’ was not declared in this scope; did you mean ‘PVR_TIMER_TYPE_SUPPORTS_END_ANYTIME’?
  166. 428 | PVR_TIMER_TYPE_SUPPORTS_READONLY_DELETE |
  167. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  168. | PVR_TIMER_TYPE_SUPPORTS_END_ANYTIME
  169. make[2]: *** [CMakeFiles/pvr.vuplus.dir/build.make:89: CMakeFiles/pvr.vuplus.dir/src/enigma2/Admin.cpp.o] Error 1
  170. make[2]: *** [CMakeFiles/pvr.vuplus.dir/build.make:206: CMakeFiles/pvr.vuplus.dir/src/enigma2/Timers.cpp.o] Error 1
  171. make[1]: *** [CMakeFiles/Makefile2:77: CMakeFiles/pvr.vuplus.dir/all] Error 2
  172. make: *** [Makefile:152: all] Error 2
  173. ==> ERROR: A failure occurred in build().
  174. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement