Can't update "Click target" for armhf

Bug #1532346 reported by Michal Predotka
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
ubuntu-sdk-ide (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

I have a problem with updating "click target" in the SDK.
I use Ubuntu 14.04 and SDK from PPA for developers.

When I click "Update" next to "ubuntu-sdk-15.04 armhf", I get this error:

Reading package lists...

Building dependency tree...
Reading state information...

You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies:
qtdeclarative5-ubuntu-ui-toolkit-plugin:armhf : Depends: libubuntugestures5:armhf (= 1.3.1795+15.04.20160106-0ubuntu1) but it is not installed qtdeclarative5-ubuntu-ui-toolkit-plugin : Depends: libubuntugestures5 (= 1.3.1795+15.04.20160106-0ubuntu1)
E: Unmet dependencies. Try using -f.
Command returned 100: schroot -u root -c source:click-ubuntu-sdk-15.04-armhf -- apt-get dist-upgrade --yes
---Click exited with errors, please check the output---

When I click "Maintain" next to "ubuntu-sdk-15.04 armhf" and run "apt-get -f install", I get this error:

(click-ubuntu-sdk-15.04-armhf)root@terabig:/home/michal# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  libubuntugestures libubuntugestures:armhf
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libubuntugestures5 libubuntugestures5:armhf
  qtdeclarative5-ubuntu-ui-toolkit-plugin:armhf
  qtdeclarative5-ubuntu-ui-toolkit-plugin ubuntu-ui-toolkit-theme
The following NEW packages will be installed:
  libubuntugestures5 libubuntugestures5:armhf
The following packages will be upgraded:
  qtdeclarative5-ubuntu-ui-toolkit-plugin:armhf
  qtdeclarative5-ubuntu-ui-toolkit-plugin ubuntu-ui-toolkit-theme
3 upgraded, 2 newly installed, 0 to remove and 92 not upgraded.
45 not fully installed or removed.
Need to get 1399 kB of archives.
After this operation, 364 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://ppa.launchpad.net/ci-train-ppa-service/stable-phone-overlay/ubuntu/ vivid/main qtdeclarative5-ubuntu-ui-toolkit-plugin amd64 1.3.1795+15.04.20160106-0ubuntu1 [571 kB]
Get:2 http://ppa.launchpad.net/ci-train-ppa-service/stable-phone-overlay/ubuntu/ vivid/main qtdeclarative5-ubuntu-ui-toolkit-plugin armhf 1.3.1795+15.04.20160106-0ubuntu1 [512 kB]
Get:3 http://ppa.launchpad.net/ci-train-ppa-service/stable-phone-overlay/ubuntu/ vivid/main ubuntu-ui-toolkit-theme amd64 1.3.1795+15.04.20160106-0ubuntu1 [219 kB]
Get:4 http://ppa.launchpad.net/ci-train-ppa-service/stable-phone-overlay/ubuntu/ vivid/main libubuntugestures5 amd64 1.3.1795+15.04.20160106-0ubuntu1 [51.3 kB]
Get:5 http://ppa.launchpad.net/ci-train-ppa-service/stable-phone-overlay/ubuntu/ vivid/main libubuntugestures5 armhf 1.3.1795+15.04.20160106-0ubuntu1 [45.5 kB]
Fetched 1399 kB in 2s (609 kB/s)
(Reading database ... 49523 files and directories currently installed.)
Preparing to unpack .../qtdeclarative5-ubuntu-ui-toolkit-plugin_1.3.1795+15.04.20160106-0ubuntu1_armhf.deb ...
Unpacking qtdeclarative5-ubuntu-ui-toolkit-plugin:armhf (1.3.1795+15.04.20160106-0ubuntu1) over (1.3.1778+15.04.20151221-0ubuntu1) ...
Preparing to unpack .../qtdeclarative5-ubuntu-ui-toolkit-plugin_1.3.1795+15.04.20160106-0ubuntu1_amd64.deb ...
Unpacking qtdeclarative5-ubuntu-ui-toolkit-plugin:amd64 (1.3.1795+15.04.20160106-0ubuntu1) over (1.3.1778+15.04.20151221-0ubuntu1) ...
Preparing to unpack .../ubuntu-ui-toolkit-theme_1.3.1795+15.04.20160106-0ubuntu1_amd64.deb ...
Unpacking ubuntu-ui-toolkit-theme (1.3.1795+15.04.20160106-0ubuntu1) over (1.3.1778+15.04.20151221-0ubuntu1) ...
Preparing to unpack .../libubuntugestures5_1.3.1795+15.04.20160106-0ubuntu1_armhf.deb ...
Unpacking libubuntugestures5:armhf (1.3.1795+15.04.20160106-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/libubuntugestures5_1.3.1795+15.04.20160106-0ubuntu1_armhf.deb (--unpack):
 trying to overwrite '/usr/lib/arm-linux-gnueabihf/libUbuntuGestures.so.5.5.0', which is also in package libubuntugestures:armhf 1.3.1742+15.04.20151209-0ubuntu1
Preparing to unpack .../libubuntugestures5_1.3.1795+15.04.20160106-0ubuntu1_amd64.deb ...
Unpacking libubuntugestures5:amd64 (1.3.1795+15.04.20160106-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/libubuntugestures5_1.3.1795+15.04.20160106-0ubuntu1_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/libUbuntuGestures.so.5.5.0', which is also in package libubuntugestures:amd64 1.3.1742+15.04.20151209-0ubuntu1
Errors were encountered while processing:
 /var/cache/apt/archives/libubuntugestures5_1.3.1795+15.04.20160106-0ubuntu1_armhf.deb
 /var/cache/apt/archives/libubuntugestures5_1.3.1795+15.04.20160106-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
(click-ubuntu-sdk-15.04-armhf)root@terabig:/home/michal#

Revision history for this message
Zsombor Egri (zsombi) wrote :

Michal, this is not a toolkit bug, I forwarded it to the SDK IDE package.

no longer affects: ubuntu-ui-toolkit (Ubuntu)
Revision history for this message
Michal Predotka (mpredotka) wrote :

@zsombi thanks! I often have trouble where to report bugs :)

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in ubuntu-sdk-ide (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.