O Ubuntu SDK não pode instalar o kit armhf

0

Eu tentei usar o Kit Autocreator na guia "Dispositivos", mas o clique termina com o seguinte erro:

Reading package lists...

Building dependency tree...

Reading state information...

build-essential is already the newest version. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: ubuntu-sdk-libs:armhf : Depends: liboxideqt-qmlplugin:armhf but it is not going to be installed Depends: ubuntu-html5-container:armhf

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

There was an error creating the click target, cleaning up 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 568, in create self.full_name, ret_code)) click.chroot.ClickChrootException: Failed to create chroot 'click-ubuntu-sdk-15.04-armhf' (exit status 100)

click target was removed successfully

---Click exited with errors, please check the output---

Eu adicionei o repositório do ubuntu-sdk-team e o apt-get update já, mas ainda parece haver alguns pacotes faltando, ubuntu-html5-container: armhf em particular. Estou executando o SDK como root, por isso não deve ser um problema de permissão.

Qualquer ajuda é muito apreciada.

    
por Brett Haines 20.02.2016 / 00:35

1 resposta

1

O bug é um problema de dependência no óxido:

link

    
por Jean-Marc Delafont 20.02.2016 / 22:10