fetzerch / xbmc-pvr-addons

XBMC PVR add-ons
GNU General Public License v3.0
19 stars 17 forks source link

MythTV zip File Dependencies Not Met #136

Closed geekinthesticks closed 11 years ago

geekinthesticks commented 11 years ago

I am using xbmc on a Raspberry Pi. I have had the plugin supporting MythTV 0.26 installed and working. Now I have upgraded my backend to 0.27. I have checked out both the Frodo branch and release-v1.8 branches and created zip files. When I try to install a zip file made with either of these branches get a "Dependencies not met" error.

janbar commented 11 years ago

@geekinthesticks

Do you use last xbmc frodo ? (12.2) If yes then you should use frodo branch, so its version is 1.6.11. Version 1.8 run only with xbmc gotham (13)

nerddtvg commented 11 years ago

I'd like to add in I have this same problem with Gotham and the plugin I have built manually. The dependency failing is PVR.mythtv 1.8.0. On Sep 25, 2013 3:42 PM, "Jean-Luc Barrière" notifications@github.com wrote:

@geekinthesticks https://github.com/geekinthesticks

Do you use last xbmc frodo ? (12.2)

— Reply to this email directly or view it on GitHubhttps://github.com/fetzerch/xbmc-pvr-addons/issues/136#issuecomment-25123021 .

janbar commented 11 years ago

For xbmc frodo we must use addon branch "frodo" , for gotham use branch "master".

janbar commented 11 years ago

The branch "release-v1.8" seems to be a staging branch used by Christian, I think.

nerddtvg commented 11 years ago

When I built mine over the weekend, I used master but also tested a Frodo release to be certain. I did write this post in the forums where Christian was posting instructions on doing this: http://forum.xbmc.org/showthread.php?tid=173932&pid=1512328#pid1512328

For each of my builds I installed the files manually. It isn't pretty, but I had a script to do it for now. I figured I built something incorrectly, but seeing that someone else has had this problem I may not be alone.

-- Drew

On Wed, Sep 25, 2013 at 3:51 PM, Jean-Luc Barrière <notifications@github.com

wrote:

The branch "release-v1.8" seems to be a staging branch used by Christian, I think.

— Reply to this email directly or view it on GitHubhttps://github.com/fetzerch/xbmc-pvr-addons/issues/136#issuecomment-25123722 .

fetzerch commented 11 years ago

Can you try to delete Addons15.db from userdata? See: http://forum.xbmc.org/showthread.php?tid=157291

geekinthesticks commented 11 years ago

On Thu, Sep 26, 2013 at 12:52:51AM -0700, fetzerch wrote:

Can you try to delete Addons15.db from userdata? See: http://forum.xbmc.org/showthread.php?tid=157291


OK, so I uninstalled Frodo and installed the ArchLinux git version of Gotham. Did a make clean and went through the bootstrap, configuration, make zip process. Tried to install the zip file and got "Dependencies not met". Deleted Addons15.db and got the same error.

Best wishes,

Ian.

geekinthesticks commented 11 years ago

I managed to install it manually following the instructions at http://forum.xbmc.org/showthread.php?tid=173932&pid=1512328#pid1512328 as described above.

fetzerch commented 11 years ago

For XBMC Pre-Gotham nightlies, I fixed the issue in d73a99809d92165b4d2715530f53837041066c94 (recent XBMC versions ship xbmc.pvr in version 1.8.1 and we required 1.8.0). Please completely clean the build directory.

For XBMC Frodo, you have to build the addon from the frodo branch.