Active Topics

 


Reply
Thread Tools
Posts: 738 | Thanked: 179 times | Joined on Mar 2010 @ Gold Coast, Australia
#1
Ok so my device is newly flashed with thumb0 testing on it.

Basicially i went on to install 3 things at one time

It was Yamas, Extra Decoders Support and one other app now im getting this everytime i try to install somthing or in this case updgrade via apt-get

Setting up status-area-applet-battery (1.0-5) ...
Setting up libgtk2.0-bin (2:2.14.7-1maemo34+0cssu2) ...
You don't have immodules directory for version 2.4.0.
Use default version instead.
Updating the IM modules list for GTK+-2.14.0...find: /usr/lib/gtk-2.0/2.14.0/immodules: No such file or directory
done.
You don't have gdk-pixbuf loaders directory for version 2.14.0.
Use default version instead.
Updating the gdk-pixbuf loaders list for GTK+-2.14.0...done.
Errors were encountered while processing:
libnet1
ettercap-common
ettercap
libmpcdec3
gstreamer0.10-musepack
E: Sub-process /usr/bin/dpkg returned an error code (1)
/home/user #

Can anyone shed some light on this please?
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
Please try
Code:
sudo gainroot
apt-get update
dpkg --configure -a
apt-get install -f
 
Posts: 738 | Thanked: 179 times | Joined on Mar 2010 @ Gold Coast, Australia
#3
Sorry for the long crap below im not 100% sure how to put it in a box so its easy to read but anyway heres what happends

/home/user # dpkg --configure -a
Setting up libmpcdec3 (1:1.2.2-2.1m5) ...
Optifying usr/share/doc/libmpcdec3 -> /opt/maemo/usr/share/doc/libmpcdec3
mv: can't rename '/usr/share/doc/libmpcdec3': No such file or directory
dpkg: error processing libmpcdec3 (--configure):
subprocess post-installation script returned error exit status 1
Setting up libnet1 (1.1.4-2maemo2) ...
Optifying usr/share/doc/libnet1 -> /opt/maemo/usr/share/doc/libnet1
mv: can't rename '/usr/share/doc/libnet1': No such file or directory
dpkg: error processing libnet1 (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of gstreamer0.10-musepack:
gstreamer0.10-musepack depends on libmpcdec3; however:
Package libmpcdec3 is not configured yet.
dpkg: error processing gstreamer0.10-musepack (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of ettercap:
ettercap depends on libnet1 (>= 1.1.2-1); however:
Package libnet1 is not configured yet.
dpkg: error processing ettercap (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of yamas:
yamas depends on ettercap | ettercap-gtk; however:
Package ettercap is not configured yet.
Package ettercap-gtk is not installed.
dpkg: error processing yamas (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of ettercap-common:
ettercap-common depends on libnet1 (>= 1.1.2-1); however:
Package libnet1 is not configured yet.
dpkg: error processing ettercap-common (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libmpcdec3
libnet1
gstreamer0.10-musepack
ettercap
yamas
ettercap-common


/home/user # apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
6 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up libnet1 (1.1.4-2maemo2) ...
Optifying usr/share/doc/libnet1 -> /opt/maemo/usr/share/doc/libnet1
mv: can't rename '/usr/share/doc/libnet1': No such file or directory
dpkg: error processing libnet1 (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of ettercap-common:
ettercap-common depends on libnet1 (>= 1.1.2-1); however:
Package libnet1 is not configured yet.
dpkg: error processing ettercap-common (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of ettercap:
ettercap depends on libnet1 (>= 1.1.2-1); however:
Package libnet1 is not configured yet.
ettercap depends on ettercap-common (= 1:0.7.4.1-1maemo0); however:
Package ettercap-common is not configured yet.
dpkg: error processing ettercap (--configure):
dependency problems - leaving unconfigured
Setting up libmpcdec3 (1:1.2.2-2.1m5) ...
Optifying usr/share/doc/libmpcdec3 -> /opt/maemo/usr/share/doc/libmpcdec3
mv: can't rename '/usr/share/doc/libmpcdec3': No such file or directory
dpkg: error processing libmpcdec3 (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of gstreamer0.10-musepack:
gstreamer0.10-musepack depends on libmpcdec3; however:
Package libmpcdec3 is not configured yet.
dpkg: error processing gstreamer0.10-musepack (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of yamas:
yamas depends on ettercap | ettercap-gtk; however:
Package ettercap is not configured yet.
Package ettercap-gtk is not installed.
dpkg: error processing yamas (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libnet1
ettercap-common
ettercap
libmpcdec3
gstreamer0.10-musepack
yamas
E: Sub-process /usr/bin/dpkg returned an error code (1)
/home/user #
 
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#4
Simply create all the directories marked as non-existing in the log and repeat the dpkg commands micha told you. This is neither a new nor a thumb-related issue but a generic one.

Last edited by don_falcone; 2013-04-16 at 18:01.
 
Posts: 738 | Thanked: 179 times | Joined on Mar 2010 @ Gold Coast, Australia
#5
Wow done ty ty much appreicted
 
Posts: 17 | Thanked: 9 times | Joined on Apr 2012 @ India
#6
I noticed the error (check log at the end) after running apt-get upgrade today, which is similar to yours.
Basically it upgraded some packages from thumb repository.
I don't have any issues with installation and when i run the commands given by micha they end without any errors.
But wondering if I should be creating /usr/lib/gtk-2.0/2.14.0/immodules directory ?

Below is the log:
Setting up libgtk2.0-bin (2:2.14.7-1maemo34+0cssu2+thumb0) ...
You don't have immodules directory for version 2.4.0.
Use default version instead.
Updating the IM modules list for GTK+-2.14.0...find: /usr/lib/gtk-2.0/2.14.0/immodules: No such file or directory
done.
You don't have gdk-pixbuf loaders directory for version 2.14.0.
Use default version instead.
Updating the gdk-pixbuf loaders list for GTK+-2.14.0...done.
 
pichlo's Avatar
Posts: 6,453 | Thanked: 20,983 times | Joined on Sep 2012 @ UK
#7
@lucas777, please use the thanks button. That kind of thanks counts towards a member's karma, verbal thanks don't.

@starkwiz, follow the same advice @don_falcone gave to @lucas777.
 
Reply


 
Forum Jump


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