Bug#816581: kodi-pvr-mythtv: FTBFS: error: 'PVR_TIMER {aka struct PVR_TIMER}' has no member named 'bIsRepeating'

Chris Lamb lamby at debian.org
Thu Mar 3 08:34:03 UTC 2016


Source: kodi-pvr-mythtv
Version: 2.8.0+git20151119-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org

Dear Maintainer,

kodi-pvr-mythtv fails to build from source in unstable/amd64:

  /home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/src/pvrclient-mythtv.cpp: In member function 'PVR_ERROR PVRClientMythTV::GetTimers(ADDON_HANDLE)':
  /home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/src/pvrclient-mythtv.cpp:1523:11: error: 'PVR_TIMER {aka struct PVR_TIMER}' has no member named 'bIsRepeating'
         tag.bIsRepeating = meta.isRepeating;
             ^
  /home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/src/pvrclient-mythtv.cpp:1534:11: error: 'PVR_TIMER {aka struct PVR_TIMER}' has no member named 'bIsRepeating'
         tag.bIsRepeating = false;
             ^
  /home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/src/pvrclient-mythtv.cpp:1614:9: error: 'PVR_TIMER {aka struct PVR_TIMER}' has no member named 'bIsRepeating'
       tag.bIsRepeating = false;
           ^
  /home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/src/pvrclient-mythtv.cpp: In member function 'MythRecordingRule PVRClientMythTV::PVRtoMythRecordingRule(const PVR_TIMER&)':
  /home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/src/pvrclient-mythtv.cpp:1736:13: error: 'const PVR_TIMER {aka const struct PVR_TIMER}' has no member named 'bIsRepeating'
     if (timer.bIsRepeating)
               ^
  /home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/src/pvrclient-mythtv.cpp: In member function 'PVR_ERROR PVRClientMythTV::UpdateTimer(const PVR_TIMER&)':
  /home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/src/pvrclient-mythtv.cpp:1848:20: error: 'struct PVR_TIMER' has no member named 'bIsRepeating'
     if (old->second->bIsRepeating && !newTimer.bIsRepeating)
                      ^
  /home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/src/pvrclient-mythtv.cpp:1848:46: error: 'PVR_TIMER {aka struct PVR_TIMER}' has no member named 'bIsRepeating'
     if (old->second->bIsRepeating && !newTimer.bIsRepeating)
                                                ^
  /home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/src/pvrclient-mythtv.cpp:1850:14: error: 'PVR_TIMER {aka struct PVR_TIMER}' has no member named 'bIsRepeating'
       newTimer.bIsRepeating = true;
                ^
  /home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/src/pvrclient-mythtv.cpp:1856:20: error: 'struct PVR_TIMER' has no member named 'bIsRepeating'
     if (old->second->bIsRepeating != newTimer.bIsRepeating || old->second->iWeekdays != newTimer.iWeekdays)
                      ^
  /home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/src/pvrclient-mythtv.cpp:1856:45: error: 'PVR_TIMER {aka struct PVR_TIMER}' has no member named 'bIsRepeating'
     if (old->second->bIsRepeating != newTimer.bIsRepeating || old->second->iWeekdays != newTimer.iWeekdays)
                                               ^
  CMakeFiles/pvr.mythtv.dir/build.make:449: recipe for target 'CMakeFiles/pvr.mythtv.dir/src/pvrclient-mythtv.cpp.o' failed
  make[3]: *** [CMakeFiles/pvr.mythtv.dir/src/pvrclient-mythtv.cpp.o] Error 1
  make[3]: Leaving directory '/home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/obj-x86_64-linux-gnu'
  CMakeFiles/Makefile2:102: recipe for target 'CMakeFiles/pvr.mythtv.dir/all' failed
  make[2]: *** [CMakeFiles/pvr.mythtv.dir/all] Error 2
  make[2]: Leaving directory '/home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/obj-x86_64-linux-gnu'
  Makefile:152: recipe for target 'all' failed
  make[1]: *** [all] Error 2
  make[1]: Leaving directory '/home/lamby/temp/cdt.20160303080359.w2w1oozu0F/kodi-pvr-mythtv-2.8.0+git20151119/obj-x86_64-linux-gnu'
  dh_auto_build: make -j1 returned exit code 2
  debian/rules:15: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kodi-pvr-mythtv.2.8.0+git20151119-1.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 3588 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20160303/7c911474/attachment.obj>


More information about the pkg-multimedia-maintainers mailing list