PDA

View Full Version : [ubuntu] Instalation error - computer crash



ataias
July 24th, 2009, 02:50 PM
Hello! I'm installing blender on the command line when my computer crashed. So It shows error messages and I cannot install blender. And now? I can install other programs. The only trouble is the blender. When I use the apt-get, it shows the same message.



ataias @ ataias-desktop: ~ $ sudo dpkg - configure-a
Setting libdc1394-22 (2.0.2-1) ...
dpkg (sub-process): impossible to perform post-installation script: Error in executable format
dpkg: error processing libdc1394-22 (- configure):
sub-process post-installation script returned error exit status of 2
Setting up ttf-dejavu-extra (2.28-1) ...
dpkg (sub-process): impossible to perform post-installation script: Error in executable format
dpkg: error processing ttf-dejavu-extra (- configure):
sub-process post-installation script returned error exit status of 2
Setting libftgl2 (2.1.3 ~ RC5-2) ...
dpkg (sub-process): impossible to perform post-installation script: Error in executable format
dpkg: error processing libftgl2 (- configure):
sub-process post-installation script returned error exit status of 2
dpkg: dependency problems prevent configuration of ttf-dejavu to:
depends on ttf-dejavu ttf-dejavu-extra, however:
Package ttf-dejavu-extra is not configured yet.
dpkg: error processing ttf-dejavu (- configure):
problems of dependency - leaving unconfigured
dpkg: dependency problems prevent configuration of the blender:
blender depends on libdc1394-22, but:
Package libdc1394-22 is not configured yet.
depends on libftgl2 blender (> = 2.1.3-RC5), however:
Libftgl2 package is not configured yet.
blender depends on ttf-dejavu, but:
Package ttf-dejavu is not configured yet.
dpkg: error processing blender (- configure):
problems of dependency - leaving unconfigured
Errors were found during processing:
libdc1394-22
ttf-dejavu-extra
libftgl2
ttf-dejavu
blender

dstew
July 24th, 2009, 04:09 PM
Did you make a syntax error in the command? I think it should be
sudo dpkg --configure -aThere should be two hyphens in front of "configure", and a space between --configure and -a.

Ratscallion
July 24th, 2009, 04:10 PM
Did you make a syntax error in the command? I think it should be
sudo dpkg --configure -aThere should be two hyphens in front of "configure", and a space between --configure and -a.
+1 Ditto

ataias
July 25th, 2009, 01:09 AM
I tried many times. The error hold on. (I don't maked syntax error, It was a copy error)

Ratscallion
July 25th, 2009, 10:55 AM
So you still get the error, even with
sudo dpkg --configure -a ?

khelben1979
July 25th, 2009, 11:36 AM
Try

sudo apt-get -f install

or
blender.org - Get Blender (http://www.blender.org/download/get-blender/)

ataias
July 25th, 2009, 09:25 PM
I tried the commands but the error is holding on. Thank you very much. As unable to fix, I'll reinstall ubuntu

Ratscallion
July 26th, 2009, 06:08 PM
No no no! Don't do that!

khelben1979
July 26th, 2009, 06:12 PM
No no no! Don't do that!

I agree. There is no need for that.