I had the same problem.
For me worked following solution:
http://askubuntu.com/questions/678481/there-was-some-errors-creating-kitarmhf
Hope this helps :)
Cheers,
Simon
On 2016-02-16 15:35, Marco Graziotti wrote:
Hi list,
I get an error when i try to create an armhf device kit. I'm using
Ubuntu 15.10, kernel 4.2.0-27-generic.
How can I fix this problem?
This is the error message:
"E: Unable to correct problems, you have held broken packages.
Command returned 100: schroot -u root -c
source:click-ubuntu-sdk-15.04-armhf -- /finish.sh
Traceback (most recent call last): File "/usr/bin/click", line 86, in
sys.exit(main()) File "/usr/bin/click", line 82, in main return
mod.run(args) File
"/usr/lib/python3/dist-packages/click/commands/chroot.py", line 266,
in run return args.func(parser, args) File
"/usr/lib/python3/dist-packages/click/commands/chroot.py", line 68,
in create return chroot.create(args.keep_broken_chroot) File
"/usr/lib/python3/dist-packages/click/chroot.py", line 592, in create
self.full_name, ret_code)) click.chroot.ClickChrootException: Failed
to create chroot 'click-ubuntu-sdk-15.04-armhf' (exit status 100)
There was an error creating the click target, cleaning up
click target was removed successfully" Thank you, Marco