Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- makepkg
- ==> Making package: kodi-addon-pvr-vuplus-git r503.bd71d2d-1 (Thu 10 Oct 2019 10:12:54 PM CEST)
- ==> Checking runtime dependencies...
- ==> Checking buildtime dependencies...
- ==> Retrieving sources...
- -> Cloning pvr.vuplus git repo...
- Cloning into bare repository '/tmp/pvr.vuplus'...
- remote: Enumerating objects: 28, done.
- remote: Counting objects: 100% (28/28), done.
- remote: Compressing objects: 100% (26/26), done.
- remote: Total 5971 (delta 9), reused 12 (delta 1), pack-reused 5943
- Receiving objects: 100% (5971/5971), 1.81 MiB | 3.46 MiB/s, done.
- Resolving deltas: 100% (3726/3726), done.
- ==> Validating source files with md5sums...
- pvr.vuplus ... Skipped
- ==> Extracting sources...
- -> Creating working copy of pvr.vuplus git repo...
- Cloning into 'pvr.vuplus'...
- done.
- Switched to a new branch 'makepkg'
- ==> Starting pkgver()...
- ==> Starting build()...
- -- The C compiler identification is GNU 9.2.0
- -- The CXX compiler identification is GNU 9.2.0
- -- Check for working C compiler: /sbin/cc
- -- Check for working C compiler: /sbin/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: /sbin/c++
- -- Check for working CXX compiler: /sbin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Checking to see if CXX compiler accepts flag -flto
- -- Checking to see if CXX compiler accepts flag -flto - yes
- -- Found NlohmannJson: /usr/include
- -- Found PkgConfig: /sbin/pkg-config (found version "1.6.3")
- -- Found TinyXML: /usr/include
- -- VUPLUS_VERSION=3.28.1
- -- VUPLUS_VERSION=3.28.1
- -- Added usage definition: ADDON_GLOBAL_VERSION_MAIN_USED
- -- Added usage definition: ADDON_INSTANCE_VERSION_PVR_USED
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /tmp/src/pvr.vuplus/build
- Scanning dependencies of target pvr.vuplus
- [ 13%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/Admin.cpp.o
- [ 13%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/ChannelGroups.cpp.o
- [ 13%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/Channels.cpp.o
- [ 13%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/Enigma2.cpp.o
- [ 17%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/ConnectionManager.cpp.o
- [ 20%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/RecordingReader.cpp.o
- [ 24%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/Epg.cpp.o
- [ 27%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/client.cpp.o
- [ 31%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/Recordings.cpp.o
- <command-line>: error: too many decimal points in number
- /tmp/src/pvr.vuplus/src/enigma2/Admin.cpp:45:37: note: in expansion of macro ‘VUPLUS_VERSION’
- 45 | Admin::Admin() : m_addonVersion(STR(VUPLUS_VERSION))
- | ^~~~~~~~~~~~~~
- [ 34%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/Settings.cpp.o
- /tmp/src/pvr.vuplus/src/client.cpp: In function ‘PVR_ERROR GetAddonCapabilities(PVR_ADDON_CAPABILITIES*)’:
- /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’?
- 199 | pCapabilities->bSupportsEPGEdl = false;
- | ^~~~~~~~~~~~~~~
- | bSupportsEPG
- /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’?
- 213 | pCapabilities->bSupportsRecordingsRename = settings.SupportsEditingRecordings();
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- | bSupportsRecordings
- /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’?
- 214 | pCapabilities->bSupportsRecordingsLifetimeChange = false;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | bSupportsRecordingsUndelete
- /tmp/src/pvr.vuplus/src/client.cpp:215:18: error: ‘PVR_ADDON_CAPABILITIES’ {aka ‘struct PVR_ADDON_CAPABILITIES’} has no member named ‘bSupportsDescrambleInfo’
- 215 | pCapabilities->bSupportsDescrambleInfo = false;
- | ^~~~~~~~~~~~~~~~~~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp:216:18: error: ‘PVR_ADDON_CAPABILITIES’ {aka ‘struct PVR_ADDON_CAPABILITIES’} has no member named ‘bSupportsAsyncEPGTransfer’
- 216 | pCapabilities->bSupportsAsyncEPGTransfer = false;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp: At global scope:
- /tmp/src/pvr.vuplus/src/client.cpp:338:66: error: ‘PVR_NAMED_VALUE’ has not been declared
- 338 | PVR_ERROR GetChannelStreamProperties(const PVR_CHANNEL* channel, PVR_NAMED_VALUE* properties, unsigned int* iPropertiesCount)
- | ^~~~~~~~~~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp: In function ‘PVR_ERROR GetChannelStreamProperties(const PVR_CHANNEL*, int*, unsigned int*)’:
- /tmp/src/pvr.vuplus/src/client.cpp:361:27: error: request for member ‘strName’ in ‘* properties’, which is of non-class type ‘int’
- 361 | strncpy(properties[0].strName, PVR_STREAM_PROPERTY_STREAMURL, sizeof(properties[0].strName) - 1);
- | ^~~~~~~
- /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’?
- 361 | strncpy(properties[0].strName, PVR_STREAM_PROPERTY_STREAMURL, sizeof(properties[0].strName) - 1);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | PVR_STREAM_PROPERTIES
- /tmp/src/pvr.vuplus/src/client.cpp:361:88: error: request for member ‘strName’ in ‘* properties’, which is of non-class type ‘int’
- 361 | strncpy(properties[0].strName, PVR_STREAM_PROPERTY_STREAMURL, sizeof(properties[0].strName) - 1);
- | ^~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp:362:27: error: request for member ‘strValue’ in ‘* properties’, which is of non-class type ‘int’
- 362 | strncpy(properties[0].strValue, enigma->GetLiveStreamURL(*channel).c_str(), sizeof(properties[0].strValue) - 1);
- | ^~~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp:362:102: error: request for member ‘strValue’ in ‘* properties’, which is of non-class type ‘int’
- 362 | strncpy(properties[0].strValue, enigma->GetLiveStreamURL(*channel).c_str(), sizeof(properties[0].strValue) - 1);
- | ^~~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp:372:27: error: request for member ‘strName’ in ‘* properties’, which is of non-class type ‘int’
- 372 | strncpy(properties[0].strName, "program", sizeof(properties[0].strName) - 1);
- | ^~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp:372:68: error: request for member ‘strName’ in ‘* properties’, which is of non-class type ‘int’
- 372 | strncpy(properties[0].strName, "program", sizeof(properties[0].strName) - 1);
- | ^~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp:373:27: error: request for member ‘strValue’ in ‘* properties’, which is of non-class type ‘int’
- 373 | strncpy(properties[0].strValue, strStreamProgramNumber.c_str(), sizeof(properties[0].strValue) - 1);
- | ^~~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp:373:90: error: request for member ‘strValue’ in ‘* properties’, which is of non-class type ‘int’
- 373 | strncpy(properties[0].strValue, strStreamProgramNumber.c_str(), sizeof(properties[0].strValue) - 1);
- | ^~~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp: At global scope:
- /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’?
- 463 | PVR_ERROR GetStreamTimes(PVR_STREAM_TIMES* times)
- | ^~~~~~~~~~~~~~~~
- | PVR_STREAM_PROPERTIES
- /tmp/src/pvr.vuplus/src/client.cpp:463:44: error: ‘times’ was not declared in this scope; did you mean ‘utimes’?
- 463 | PVR_ERROR GetStreamTimes(PVR_STREAM_TIMES* times)
- | ^~~~~
- | utimes
- /tmp/src/pvr.vuplus/src/client.cpp:600:72: error: ‘PVR_NAMED_VALUE’ has not been declared
- 600 | PVR_ERROR GetRecordingStreamProperties(const PVR_RECORDING* recording, PVR_NAMED_VALUE* properties, unsigned int* iPropertiesCount)
- | ^~~~~~~~~~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp: In function ‘PVR_ERROR GetRecordingStreamProperties(const PVR_RECORDING*, int*, unsigned int*)’:
- /tmp/src/pvr.vuplus/src/client.cpp:625:27: error: request for member ‘strName’ in ‘* properties’, which is of non-class type ‘int’
- 625 | strncpy(properties[0].strName, "program", sizeof(properties[0].strName) - 1);
- | ^~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp:625:68: error: request for member ‘strName’ in ‘* properties’, which is of non-class type ‘int’
- 625 | strncpy(properties[0].strName, "program", sizeof(properties[0].strName) - 1);
- | ^~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp:626:27: error: request for member ‘strValue’ in ‘* properties’, which is of non-class type ‘int’
- 626 | strncpy(properties[0].strValue, strStreamProgramNumber.c_str(), sizeof(properties[0].strValue) - 1);
- | ^~~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp:626:90: error: request for member ‘strValue’ in ‘* properties’, which is of non-class type ‘int’
- 626 | strncpy(properties[0].strValue, strStreamProgramNumber.c_str(), sizeof(properties[0].strValue) - 1);
- | ^~~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp: At global scope:
- /tmp/src/pvr.vuplus/src/client.cpp:742:29: error: ‘PVR_DESCRAMBLE_INFO’ was not declared in this scope
- 742 | PVR_ERROR GetDescrambleInfo(PVR_DESCRAMBLE_INFO*) { return PVR_ERROR_NOT_IMPLEMENTED; }
- | ^~~~~~~~~~~~~~~~~~~
- /tmp/src/pvr.vuplus/src/client.cpp:742:49: error: expected primary-expression before ‘)’ token
- 742 | PVR_ERROR GetDescrambleInfo(PVR_DESCRAMBLE_INFO*) { return PVR_ERROR_NOT_IMPLEMENTED; }
- | ^
- /tmp/src/pvr.vuplus/src/client.cpp:746:53: error: ‘PVR_NAMED_VALUE’ has not been declared
- 746 | PVR_ERROR GetEPGTagStreamProperties(const EPG_TAG*, PVR_NAMED_VALUE*, unsigned int*) { return PVR_ERROR_NOT_IMPLEMENTED; }
- | ^~~~~~~~~~~~~~~
- [ 37%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/StreamReader.cpp.o
- /tmp/src/pvr.vuplus/src/enigma2/Admin.cpp: In constructor ‘enigma2::Admin::Admin()’:
- /tmp/src/pvr.vuplus/src/enigma2/Admin.cpp:45:33: error: ‘STR’ was not declared in this scope
- 45 | Admin::Admin() : m_addonVersion(STR(VUPLUS_VERSION))
- | ^~~
- [ 41%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/Timers.cpp.o
- [ 44%] Building CXX object CMakeFiles/pvr.vuplus.dir/src/enigma2/TimeshiftBuffer.cpp.o
- make[2]: *** [CMakeFiles/pvr.vuplus.dir/build.make:63: CMakeFiles/pvr.vuplus.dir/src/client.cpp.o] Error 1
- make[2]: *** Waiting for unfinished jobs....
- /tmp/src/pvr.vuplus/src/enigma2/Timers.cpp: In member function ‘void enigma2::Timers::GetTimerTypes(std::vector<PVR_TIMER_TYPE>&) const’:
- /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’?
- 406 | PVR_TIMER_TYPE_SUPPORTS_ANY_CHANNEL |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | PVR_TIMER_TYPE_SUPPORTS_CHANNELS
- /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’?
- 428 | PVR_TIMER_TYPE_SUPPORTS_READONLY_DELETE |
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | PVR_TIMER_TYPE_SUPPORTS_END_ANYTIME
- make[2]: *** [CMakeFiles/pvr.vuplus.dir/build.make:89: CMakeFiles/pvr.vuplus.dir/src/enigma2/Admin.cpp.o] Error 1
- make[2]: *** [CMakeFiles/pvr.vuplus.dir/build.make:206: CMakeFiles/pvr.vuplus.dir/src/enigma2/Timers.cpp.o] Error 1
- make[1]: *** [CMakeFiles/Makefile2:77: CMakeFiles/pvr.vuplus.dir/all] Error 2
- make: *** [Makefile:152: all] Error 2
- ==> ERROR: A failure occurred in build().
- Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement