sy6sy2 / xbmc

Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS and Windows.
https://kodi.tv/
Other
6 stars 1 forks source link

error installing deb package #72

Closed kambala-decapitator closed 4 years ago

kambala-decapitator commented 5 years ago

A guy PM'd me on the forum asking for deb, then he managed to compile app and package deb on his own, but that fails to install with ssh:

root@ (/tmp)# dpkg -i org.xbmc.kodi-tvos64_19.0.deb
dpkg: error processing archive org.xbmc.kodi-tvos64_19.0.deb (--install):
package architecture (appletvos-arm) does not match system (darwin-arm64)
Errors were encountered while processing:
fuzzard commented 5 years ago

Most likely need to get the following changed

https://github.com/fuzzard/xbmc/blob/299f285b03b3c8cf18def58cd7a3013151555b1b/tools/darwin/packaging/darwin_embedded/mkdeb-darwin_embedded.sh.in#L92

Leave it as darwin-arm maybe.

Master has the following

https://github.com/xbmc/xbmc/blob/9d117ae9faa7f5591205004249341394897fd427/tools/darwin/packaging/darwin_embedded/mkdeb-darwin_embedded.sh.in#L89

So you could maybe try change it to iphoneos-arm and see what happens.

sy6sy2 commented 5 years ago

Can this guy send me the deb, I can try to install it on my jailbroken iPhone 7?

kambala-decapitator commented 5 years ago

@SylvainCecchetto you want to try to install tvOS package on iPhone? :)

sy6sy2 commented 5 years ago

-_-' ... You right, it seems difficult xD

sy6sy2 commented 4 years ago

Fixed by https://github.com/xbmc/xbmc/pull/17707 and https://github.com/xbmc/xbmc/pull/18315