Reply
Thread Tools
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#11
dpkg --configure -a --force-all
 

The Following 2 Users Say Thank You to don_falcone For This Useful Post:
Posts: 170 | Thanked: 94 times | Joined on Aug 2010 @ Forest of Dean, England.
#12
No still cant get it to work....

Same output / errors as before
__________________
My N900 LCD REPLACEMENT VIDEO
----------------------------
N900 @ 1ghz....keeps me warm in winter

PICTURES TAKEN WITH MY N900
 
pusak gaoq's Avatar
Posts: 723 | Thanked: 519 times | Joined on Nov 2010 @ Kuching:Malaysia
#13
try removing(purge) libqtm-12 from your device & re-install or type...

apt-get install --reinstall libqtm-12
__________________
My Phone Evolution : Nokia 3650-Nokia 6600-Nokia 6630-Motorola Rizr-Sony P1i-Nokia E63-Nokia X3-Samsung E980-Iphone 2G-Sony W595-Nokia E71-Nokia 5800-Nokia N900-HTC Hero-Xperia Mini Pro
 

The Following User Says Thank You to pusak gaoq For This Useful Post:
Posts: 170 | Thanked: 94 times | Joined on Aug 2010 @ Forest of Dean, England.
#14
Originally Posted by pusak gaoq View Post
try removing(purge) libqtm-12 from your device & re-install or type...

apt-get install --reinstall libqtm-12

Then I get this error:

The following extra packages will be installed:
libqtm-12
The following NEW packages will be installed:
libqtm-12
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
1 not fully installed or removed.
Need to get 0B/4643kB of archives.
After this operation, 17.8MB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 31742 files and directories currently installed.)
Unpacking libqtm-12 (from .../libqtm-12_1%3a1.2.0+git20111104-0nd~fremantle2_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/libqtm-12_1%3a1.2.0+git20111104-0nd~fremantle2_armel.deb (--unpack):
trying to overwrite `/opt/qtm12/plugins/versit/libqtversit_vcardpreserver.so', which is also in package libqtm-12-versit
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/libqtm-12_1%3a1.2.0+git20111104-0nd~fremantle2_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

-===

Device is doomed
__________________
My N900 LCD REPLACEMENT VIDEO
----------------------------
N900 @ 1ghz....keeps me warm in winter

PICTURES TAKEN WITH MY N900
 
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#15
dpkg --configure -a --force-all
 
Posts: 95 | Thanked: 70 times | Joined on Mar 2009 @ Massachusetts
#16
I think I have the same or similar problem. I've gone through the thread and tried previous commands. I just tried knobby's and here's what I got:

Nokia-N900:~# rm /opt/qtm12/plugins/versit/libqtversit_vcardpreserver.so
Nokia-N900:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
libqtm-12
The following NEW packages will be installed:
libqtm-12
0 upgraded, 1 newly installed, 0 to remove and 79 not upgraded.
7 not fully installed or removed.
Need to get 0B/4643kB of archives.
After this operation, 17.8MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
(Reading database ... 35387 files and directories currently installed.)
Unpacking libqtm-12 (from .../libqtm-12_1%3a1.2.0+git20111104-0nd~fremantle2_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/libqtm-12_1%3a1.2.0+git20111104-0nd~fremantle2_armel.deb (--unpack):
trying to overwrite `/opt/qtm12/plugins/contacts/libqtcontacts_serviceactionmanager.so', which is also in package libqtm-12-contacts
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/libqtm-12_1%3a1.2.0+git20111104-0nd~fremantle2_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#
 
pusak gaoq's Avatar
Posts: 723 | Thanked: 519 times | Joined on Nov 2010 @ Kuching:Malaysia
#17
@thebtman...
try using don_falcone method...it might work on your device....

@Roth
take a look carefully on you log...you got 79 not upgraded files....you should upgrade them all first....

i don't why you all got this problem....on my device i just type in x-term

apt-get -f install
apt-get autoremove
to fixed this problem while on my friends device same problem only i type on x-term...

apt-get purge libqtm-12
apt-get autoremove
apt-get install libqtm-12
apt-get -f install
apt-get autoremove
in my other friends device i type this....

apt-get install --reinstall libqtm-12
apt-get -f install
apt-get autoremove
it fixed both of my friends device problem....
__________________
My Phone Evolution : Nokia 3650-Nokia 6600-Nokia 6630-Motorola Rizr-Sony P1i-Nokia E63-Nokia X3-Samsung E980-Iphone 2G-Sony W595-Nokia E71-Nokia 5800-Nokia N900-HTC Hero-Xperia Mini Pro
 

The Following User Says Thank You to pusak gaoq For This Useful Post:
Posts: 560 | Thanked: 422 times | Joined on Mar 2011
#18
Just a thought -
I encountered something similar when installing Samba. The files are being unpacked but not installed. Then dpkg, apt and the UI ap mgrs all foul up. A real pain and no obvious way out.

In Samba's case, it was because a number of the files had lines ending "\n\r" (the m$ way!). Removing the trailing '\r' characters allowed dpgk to function again.

- What filese were unpacked? (try "find / -name *qtm12* 2>/dev/null")
- Can you open the files, which have been unpacked, with a simple editor?
- If there are any text files, what happens when you search within them from the shell for "\n\r"? (if thses exist, trim out the '\r')?
 
Posts: 95 | Thanked: 70 times | Joined on Mar 2009 @ Massachusetts
#19
@pusak gaoq

I tried the commands you suggested. I also tried apt-get -f upgrade
I have also disabled fremantle 1.2 OVI in both HAM and FAM.
The results are:

okia-N900:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded.
7 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up libavutil49 (4:0.5+svn20090706-5) ...
Optifying usr/share/doc/libavutil49 -> /opt/maemo/usr/share/doc/libavutil49
mv: cannot rename '/usr/share/doc/libavutil49': No such file or directory
dpkg: error processing libavutil49 (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of libavcodec52:
libavcodec52 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libavcodec52 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libavformat52:
libavformat52 depends on libavcodec52 (>= 3:0.svn20090303-1) | libavcodec-extra-52 (>= 3:0.svn20090303-1); however:
Package libavcodec52 is not configured yet.
Package libavcodec-extra-52 is not installed.
libavformat52 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libavformat52 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libavdevice52:
libavdevice52 depends on libavcodec52 (>= 3:0.svn20090303-1) | libavcodec-extra-52 (>= 3:0.svn20090303-1); however:
Package libavcodec52 is not configured yet.
Package libavcodec-extra-52 is not installed.
libavdevice52 depends on libavformat52 (>= 3:0.svn20090303-1) | libavformat-extra-52 (>= 3:0.svn20090303-1); however:
Package libavformat52 is not configured yet.
Package libavformat-extra-52 is not installed.
libavdevice52 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libavdevice52 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libavfilter0:
libavfilter0 depends on libavcodec52 (>= 3:0.svn20090303-1) | libavcodec-extra-52 (>= 3:0.svn20090303-1); however:
Package libavcodec52 is not configured yet.
Package libavcodec-extra-52 is not installed.
libavfilter0 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libavfilter0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libpostproc51:
libpostproc51 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libpostproc51 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libswscale0:
libswscale0 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libswscale0 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libavutil49
libavcodec52
libavformat52
libavdevice52
libavfilter0
libpostproc51
libswscale0
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#
 
Posts: 95 | Thanked: 70 times | Joined on Mar 2009 @ Massachusetts
#20
I opened HAM and noticed the libqtm-* files are ready for upgrade but not installable because of the qt4 files, here's a screenshot with the list of conflicting files: http://www.twitpic.com/7bhvol/full

@knobby I tried you commands. Here are my results:
Nokia-N900:~# dpkg --configure -a
Setting up libavutil49 (4:0.5+svn20090706-5) ...
Optifying usr/share/doc/libavutil49 -> /opt/maemo/usr/share/doc/libavutil49
mv: cannot rename '/usr/share/doc/libavutil49': No such file or directory
dpkg: error processing libavutil49 (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of libavcodec52:
libavcodec52 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libavcodec52 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libswscale0:
libswscale0 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libswscale0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libavdevice52:
libavdevice52 depends on libavcodec52 (>= 3:0.svn20090303-1) | libavcodec-extra-52 (>= 3:0.svn20090303-1); however:
Package libavcodec52 is not configured yet.
Package libavcodec-extra-52 is not installed.
libavdevice52 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libavdevice52 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libavfilter0:
libavfilter0 depends on libavcodec52 (>= 3:0.svn20090303-1) | libavcodec-extra-52 (>= 3:0.svn20090303-1); however:
Package libavcodec52 is not configured yet.
Package libavcodec-extra-52 is not installed.
libavfilter0 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libavfilter0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libavformat52:
libavformat52 depends on libavcodec52 (>= 3:0.svn20090303-1) | libavcodec-extra-52 (>= 3:0.svn20090303-1); however:
Package libavcodec52 is not configured yet.
Package libavcodec-extra-52 is not installed.
libavformat52 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libavformat52 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libpostproc51:
libpostproc51 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libpostproc51 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libavutil49
libavcodec52
libswscale0
libavdevice52
libavfilter0
libavformat52
libpostproc51
Nokia-N900:~# rm /var/lib/dpkg/info/libqtm-12.prerm
rm: cannot remove '/var/lib/dpkg/info/libqtm-12.prerm': No such file or directory
Nokia-N900:~# rm /var/lib/dpkg/info/libqtm-12.*inst
Nokia-N900:~# apt-get purge libqtm-12
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libswscale0 libfaad2-0 libavutil49 libqjson q-extras
libpostproc51 libvorbisenc2 libavformat52 libtheora0
ffmpeg libavfilter0 qfacebook libavcodec52 libavdevice52
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
libqtm-12* libqtm-12-contacts* libqtm-12-location*
libqtm-12-multimedia* libqtm-12-organizer*
libqtm-12-versit* mbarcode* mbarcode-plugin-qrcode*
pgz-spaceinvaders* qmltube* sociality*
0 upgraded, 0 newly installed, 11 to remove and 74 not upgraded.
7 not fully installed or removed.
After this operation, 26.1MB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 35504 files and directories currently installed.)
Removing mbarcode ...
Removing mbarcode-plugin-qrcode ...
Removing libqtm-12-versit ...
Removing libqtm-12-contacts ...
Removing sociality ...
Removing libqtm-12-location ...
Removing libqtm-12-multimedia ...
Removing libqtm-12-organizer ...
Removing pgz-spaceinvaders ...
Removing qmltube ...
Removing libqtm-12 ...
Purging configuration files for libqtm-12 ...
Setting up libavutil49 (4:0.5+svn20090706-5) ...
Optifying usr/share/doc/libavutil49 -> /opt/maemo/usr/share/doc/libavutil49
mv: cannot rename '/usr/share/doc/libavutil49': No such file or directory
dpkg: error processing libavutil49 (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of libavcodec52:
libavcodec52 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libavcodec52 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libavformat52:
libavformat52 depends on libavcodec52 (>= 3:0.svn20090303-1) | libavcodec-extra-52 (>= 3:0.svn20090303-1); however:
Package libavcodec52 is not configured yet.
Package libavcodec-extra-52 is not installed.
libavformat52 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libavformat52 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libavdevice52:
libavdevice52 depends on libavcodec52 (>= 3:0.svn20090303-1) | libavcodec-extra-52 (>= 3:0.svn20090303-1); however:
Package libavcodec52 is not configured yet.
Package libavcodec-extra-52 is not installed.
libavdevice52 depends on libavformat52 (>= 3:0.svn20090303-1) | libavformat-extra-52 (>= 3:0.svn20090303-1); however:
Package libavformat52 is not configured yet.
Package libavformat-extra-52 is not installed.
libavdevice52 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libavdevice52 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libavfilter0:
libavfilter0 depends on libavcodec52 (>= 3:0.svn20090303-1) | libavcodec-extra-52 (>= 3:0.svn20090303-1); however:
Package libavcodec52 is not configured yet.
Package libavcodec-extra-52 is not installed.
libavfilter0 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libavfilter0 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libpostproc51:
libpostproc51 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libpostproc51 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libswscale0:
libswscale0 depends on libavutil49 (>= 3:0.svn20090303-1) | libavutil-extra-49 (>= 3:0.svn20090303-1); however:
Package libavutil49 is not configured yet.
Package libavutil-extra-49 is not installed.
dpkg: error processing libswscale0 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libavutil49
libavcodec52
libavformat52
libavdevice52
libavfilter0
libpostproc51
libswscale0
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 19:28.