Packaging builds
#1
So, the last few builds I've made for the ATV2, since the mkdeb moved to "tools/darwin/packaging", I'm having problems with.

They package fine, no errors. I scp the dpkg to the ATV2 and dpkg -i "build".

It unpackages and installs as per normal, but when frontrow restarts there's no XBMC there. This is building from trunk or AE builds.

Am I doing something wrong?

If I have helped you in any way, please forgive me, it was entirely accidental.
Reply
#2
Had that problem once as well. Cleaned everything and built new, after that all was good ;-)
Reply
#3
emkay Wrote:Had that problem once as well. Cleaned everything and built new, after that all was good ;-)

Cleaned how? I'm still learning... Distclean doesn't run for me since darwin switch...

If I have helped you in any way, please forgive me, it was entirely accidental.
Reply
#4
Code:
cd /to/yourfolder/xbmc
make clean
make -C ./tools/darwin/depends clean
make -C ./tools/darwin/depends/xbmc clean

and then start building from scratch (including all depends). Eventually do a git pull beforehand.

EmKay
Reply
#5
emkay Wrote:cd /to/yourfolder/xbmc
make clean
make -C ./tools/darwin/depends clean
make -C ./tools/darwin/depends/xbmc clean

and then start building from scratch (including all depends).

EmKay

Champion. I'll give it a run. Thanks for your help.

If I have helped you in any way, please forgive me, it was entirely accidental.
Reply
#6
Your advice fixed it emkay. Thanks again for your help.

If I have helped you in any way, please forgive me, it was entirely accidental.
Reply
#7
Nice to hear! Have fun with your builds!

EmKay
Reply

Logout Mark Read Team Forum Stats Members Help
Packaging builds0