maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   problem to update/install apps (https://talk.maemo.org/showthread.php?t=80163)

mr_ian84 2011-11-20 16:19

problem to update/install apps
 
I have a problem and cannot upgrade nor install apps seems something to do with qt

any ideas what I can do to resolve this?

Code:

/home/user # apt-get -f upgrade
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Correcting dependencies... Done
The following NEW packages will be installed:
  qt-components-10
The following packages have been kept back:
  libeet1 libqtm-11-feedback libqtm-12 libqtm-12-contacts
  libqtm-12-declarative libqtm-12-location
  libqtm-12-messaging libqtm-12-multimedia
  libqtm-12-publishsubscribe libqtm-12-serviceframework
  libqtm-12-systeminfo libqtm-12-versit libsdl-mixer1.2
0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
11 not fully installed or removed.
Need to get 0B/591kB of archives.
After this operation, 2908kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 48849 files and directories currently installed.)
Unpacking qt-components-10 (from .../qt-components-10_1.0~git20111014-1+0m5_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/qt-components-10_1.0~git20111014-1+0m5_armel.deb (--unpack):
 trying to overwrite `/usr/lib/qt4/imports/Qt/labs/components', which is also in package qt-components
Errors were encountered while processing:
 /var/cache/apt/archives/qt-components-10_1.0~git20111014-1+0m5_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


ps Im on the latest cssu which gave no problems to jupdate. The app that I cannot update is meecast

wnd 2011-11-22 10:07

Re: problem to update/install apps
 
Quote:

Originally Posted by mr_ian84 (Post 1126428)
The following NEW packages will be installed:
qt-components-10

Unpacking qt-components-10 (from .../qt-components-10_1.0~git20111014-1+0m5_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/qt-components-10_1.0~git20111014-1+0m5_armel.deb (--unpack):
trying to overwrite `/usr/lib/qt4/imports/Qt/labs/components', which is also in package qt-components

As you probably figured out, the problem is that /usr/lib/qt4/imports/Qt/labs/components is provided by two different packages. Obviously this is not good. I don't know qt-components and qt-components-10 packages so I can't tell if it's safe to force qt-components-10 in. Even if it is, it'll probably break when either of the packages is upgraded again.

If you absolutely need to install qt-components-10, you force dpkg to overwrite files of other packages. NOTE: Think twice before you do this! It may break application that depend on qt-components.

Code:

dpkg --force-overwrite -i /var/cache/apt/archives/qt-components-10_1.0~git20111014-1+0m5_armel.deb
If you just want to get rid of the problem, consider trying to uninstall offending packages, i.e. meecast and it's dependencies.

Code:

dpkg -r meecast qt-components-10

pusak gaoq 2011-11-22 10:27

Re: problem to update/install apps
 
Quote:

Originally Posted by mr_ian84 (Post 1126428)
I have a problem and cannot upgrade nor install apps seems something to do with qt

any ideas what I can do to resolve this?

Code:

/home/user # apt-get -f upgrade
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Correcting dependencies... Done
The following NEW packages will be installed:
  qt-components-10
The following packages have been kept back:
  libeet1 libqtm-11-feedback libqtm-12 libqtm-12-contacts
  libqtm-12-declarative libqtm-12-location
  libqtm-12-messaging libqtm-12-multimedia
  libqtm-12-publishsubscribe libqtm-12-serviceframework
  libqtm-12-systeminfo libqtm-12-versit libsdl-mixer1.2
0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
11 not fully installed or removed.
Need to get 0B/591kB of archives.
After this operation, 2908kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 48849 files and directories currently installed.)
Unpacking qt-components-10 (from .../qt-components-10_1.0~git20111014-1+0m5_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/qt-components-10_1.0~git20111014-1+0m5_armel.deb (--unpack):
 trying to overwrite `/usr/lib/qt4/imports/Qt/labs/components', which is also in package qt-components
Errors were encountered while processing:
 /var/cache/apt/archives/qt-components-10_1.0~git20111014-1+0m5_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


ps Im on the latest cssu which gave no problems to jupdate. The app that I cannot update is meecast

before you upgrading meecast or qt-components-10 your really should fix...

Code:

11 not fully install
and upgraded

Code:

13 not upgraded
first....

those 11 not fully install are you main problem...that can cause your device fails to upgrade certain apps/program on your device....

xxxxts 2011-12-03 10:46

Re: problem to update/install apps
 
Same problem, here's what I have;

Code:

# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
  libeet1 libqtm-12-contacts libqtm-12-location libqtm-12-multimedia
  libqtm-12-organizer libqtm-12-serviceframework libqtm-12-versit
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.

Same if I apt-get upgrade -f:confused:

Zas 2011-12-03 11:38

Re: problem to update/install apps
 
apt-get install works for me on kept back packages
Code:

apt-get install libeet1 libqtm-12-contacts libqtm-12-location libqtm-12-multimedia libqtm-12-organizer libqtm-12-serviceframework libqtm-12-versit

xxxxts 2011-12-05 04:26

Re: problem to update/install apps
 
Here's my output:

Code:

# apt-get install libeet1 libmarble libqtm-12-contacts libqtm-12-location libqtm-12-multimedia libqtm-12-organizer libqtm-12-serviceframework libqtm-12-versit marble marble-plugins
Reading package lists... Done
Building dependency tree
Reading state information... Done
libqtm-12-contacts set to manually installed.
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:
  libeet1: Depends: libeina1 (>= 1.0.0~beta) but it is not going to be installed
  libqtm-12-contacts: Depends: libqtm-12 but it is not going to be installed
  libqtm-12-location: Depends: libqtm-12 but it is not going to be installed
  libqtm-12-multimedia: Depends: libqtm-12 but it is not going to be installed
  libqtm-12-organizer: Depends: libqtm-12 but it is not going to be installed
  libqtm-12-serviceframework: Depends: libqtm-12 but it is not going to be installed
  libqtm-12-versit: Depends: libqtm-12 but it is not going to be installed
E: Broken packages
# apt-get install libeet1 libmarble libqtm-12-contacts libqtm-12-location libqtm-12-multimedia libqtm-12-organizer libqtm-12-serviceframework libqtm-12-versit marble marble-plugins libqtm-12
Reading package lists... Done
Building dependency tree
Reading state information... Done
libqtm-12-contacts set to manually installed.
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:
  libeet1: Depends: libeina1 (>= 1.0.0~beta) but it is not going to be installed
  libqtm-12: Conflicts: libqtm-12-contacts
            Conflicts: libqtm-12-location
            Conflicts: libqtm-12-multimedia
            Conflicts: libqtm-12-organizer
            Conflicts: libqtm-12-serviceframework
            Conflicts: libqtm-12-versit
E: Broken packages
#


Mike Fila 2011-12-05 05:08

Re: problem to update/install apps
 
remove meecast then remove qt-components-10 then qt-components-10 examples and then reinstall

the problem is qt components doesnt upgrade correctly


All times are GMT. The time now is 16:34.

vBulletin® Version 3.8.8