Created
December 8, 2011 11:53
-
-
Save kiote/1446798 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apps@vs1191219:/srv/www$ sudo apt-get upgrade | |
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: | |
libc-dev-bin : Depends: libc6 (> 2.13) but 2.11.2-10 is installed | |
libc6 : Depends: libc-bin (= 2.11.2-10) but 2.13-21 is installed | |
libc6-dev : Depends: libc-dev-bin (= 2.11.2-10) but 2.13-21 is installed | |
libstdc++6-4.4-dev : Depends: libc6-dev (>= 2.13-5) but 2.11.2-10 is installed | |
E: Unmet dependencies. Try using -f. | |
apps@vs1191219:/srv/www$ sudo apt-get -f install | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Correcting dependencies... Done | |
The following packages were automatically installed and are no longer required: | |
libgsf-1-common libgmp3c2 libgsf-1-114 gcc-4.3-base cpp-4.3 | |
Use 'apt-get autoremove' to remove them. | |
The following extra packages will be installed: | |
libc6 libc6-dev locales make pkg-config | |
Suggested packages: | |
glibc-doc make-doc | |
The following packages will be upgraded: | |
libc6 libc6-dev locales make pkg-config | |
5 upgraded, 0 newly installed, 0 to remove and 430 not upgraded. | |
11 not fully installed or removed. | |
Need to get 0 B/13.1 MB of archives. | |
After this operation, 3,863 kB of additional disk space will be used. | |
Do you want to continue [Y/n]? y | |
Preconfiguring packages ... | |
Setting up libgcc1 (1:4.6.2-5) ... | |
FATAL: kernel too old | |
Segmentation fault | |
dpkg: error processing libgcc1 (--configure): | |
subprocess installed post-installation script returned error exit status 139 | |
configured to not write apport reports | |
Errors were encountered while processing: | |
libgcc1 | |
E: Sub-process /usr/bin/dpkg returned an error code (1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment