Comment 21 for bug 125429

Revision history for this message
Taufik (tfk252hasan) wrote :

I have this:

taufik@grtk:~$ sudo dpkg --configure -a
dpkg: dependency problems prevent configuration of evolution:
 evolution depends on libfreetype6 (>= 2.3.5); however:
  Package libfreetype6 is not installed.
dpkg: error processing evolution (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 evolution
taufik@grtk:~$ sudo apt-get install libfreetype6
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  evolution: Depends: evolution-common (= 2.12.0-0ubuntu1) but 2.11.92-0ubuntu1 is to be installed
  libc6-dev: Depends: libc6 (= 2.6.1-1ubuntu7) but 2.6.1-1ubuntu5 is to be installed
  libc6-i686: PreDepends: libc6 (= 2.6.1-1ubuntu4) but 2.6.1-1ubuntu5 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
taufik@grtk:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  evolution evolution-common libc6 libc6-dev libc6-i686 libfreetype6
Suggested packages:
  evolution-exchange evolution-dbg evolution-plugins-experimental glibc-doc
  manpages-dev libfreetype6-dev
Recommended packages:
  evolution-plugins
The following packages will be upgraded:
  evolution evolution-common libc6 libc6-dev libc6-i686 libfreetype6
6 upgraded, 0 newly installed, 0 to remove and 256 not upgraded.
3 not fully installed or removed.
Need to get 0B/50.0MB of archives.
After unpacking 721kB of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 231912 files and directories currently installed.)
Preparing to replace libc6-dev 2.6.1-1ubuntu5 (using .../libc6-dev_2.6.1-1ubuntu7_i386.deb) ...
Segmentation fault (core dumped)
taufik@grtk:~$