Reply
Thread Tools
Posts: 63 | Thanked: 2 times | Joined on Mar 2010 @ United Kingdom
#1
i currently have a problem with kernel power 45. im stuck as i get an error trying to install the bootimg when i type

apt-get install kernel-power-bootimg this is what happens

Code:
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ root


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# apt-get install kernel-power-bootimg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be upgraded:
  kernel-power-bootimg
1 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
1 not fully installed or removed.
Need to get 1939kB of archives.
After this operation, 41.0kB disk space will be freed.
Get:1 http://repository.maemo.org fremantle/free kernel-power-bootimg 2.6.28-maemo45 [1939kB]
Fetched 1939kB in 48s (39.8kB/s)                                      
(Reading database ... 54811 files and directories currently installed.)
Preparing to replace kernel-power-bootimg 2.6.28-maemo40 (using .../kernel-power-bootimg_2.6.28-maemo45_armel.deb) ...
Unpacking replacement kernel-power-bootimg ...
Setting up libopenal1 (1:1.9.563-2) ...
Optifying usr/share/doc/libopenal1 -> /opt/maemo/usr/share/doc/libopenal1
mv: cannot rename '/usr/share/doc/libopenal1': No such file or directory
dpkg: error processing libopenal1 (--configure):
 subprocess post-installation script returned error exit status 1
Setting up kernel-power-bootimg (2.6.28-maemo45) ...
Errors were encountered while processing:
 libopenal1
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~#


btw the connection was slow as it was on 3g

Last edited by azy141; 2010-11-24 at 22:26.
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
There is nothing wrong with kernel-power-bootimg , but libopenal1 is not configured properly.
Try
Code:
apt-get install libopenal1
If that does not correct the error message try one after the other
Code:
apt-get install -f
dpkg --configure -a
dpkg -i --force-remove-reinstreq libopenal1
 
Posts: 63 | Thanked: 2 times | Joined on Mar 2010 @ United Kingdom
#3
sorry for the late reply but i've had a lot of work to catchup on.

i've tried those commands 1 by 1 and none of them worked im pasting the terminal log below

Nokia-N900:~# apt-get install libopena1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libopena1
Nokia-N900:~# apt-get install libopenal1
Reading package lists... Done
Building dependency tree
Reading state information... Done
libopenal1 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 42 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up libopenal1 (1:1.9.563-2) ...
Optifying usr/share/doc/libopenal1 -> /opt/maemo/usr/share/doc/libopenal1
mv: cannot rename '/usr/share/doc/libopenal1': No such file or directory
dpkg: error processing libopenal1 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
libopenal1
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~# apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 42 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up libopenal1 (1:1.9.563-2) ...
Optifying usr/share/doc/libopenal1 -> /opt/maemo/usr/share/doc/libopenal1
mv: cannot rename '/usr/share/doc/libopenal1': No such file or directory
dpkg: error processing libopenal1 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
libopenal1
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nokia-N900:~# dpkg --configure -a
Setting up libopenal1 (1:1.9.563-2) ...
Optifying usr/share/doc/libopenal1 -> /opt/maemo/usr/share/doc/libopenal1
mv: cannot rename '/usr/share/doc/libopenal1': No such file or directory
dpkg: error processing libopenal1 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
libopenal1
Nokia-N900:~# dpkg -i --force-remove-reinstreq libopenal1
dpkg: error processing libopenal1 (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
libopenal1
Nokia-N900:~#
 
Posts: 63 | Thanked: 2 times | Joined on Mar 2010 @ United Kingdom
#4
just fixed it by using dpkg -r libopenal1 and then using apt-get to install it again

Thanks for the help michaaa62
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 17:02.