← Back to team overview

ubuntu-phone team mailing list archive

fix for broken click chroot creation

 

Hi,

I have a super simple and quick fix for the actually broken click chroot creation.

I know many of us have been suffering from this issue, so it would be cool to release the fix as soon as possible.

If you want to join me testing (Trusty, Wily, Xenial) the fix please enable the Tools development PPA ->

$ sudo add-apt-repository ppa:ubuntu-sdk-team/tools-development && sudo apt-get update && sudo apt-get install click

after that

$ sudo click chroot -a armhf -f ubuntu-sdk-15.04 create

This command will work only if you do _NOT_ have already an armhf chroot. You can remove the existing chroot with this command

$ sudo click chroot -a armhf -f ubuntu-sdk-15.04 destroy

or if the chroot is from the canned chroot package you can remove that package like ->

$ sudo apt-get remove ubuntu-sdk-api-15.04-armhf


After testing this new click package please do remove the Tools development PPA ->

$ sudo ppa-purge ppa:ubuntu-sdk-team/tools-development


Please ping or mail me if you need any help or assistance.

cheers,

bzoltan