Created
March 1, 2011 02:27
-
-
Save jhannah/848488 to your computer and use it in GitHub Desktop.
apt-get install cmake
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
| [ps35512]$ sudo apt-get install cmake | |
| [sudo] password for cm_admin: | |
| 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: | |
| cmake: Depends: libxmlrpc-c3 but it is not going to be installed | |
| nagios-plugins: Depends: nagios-plugins-basic but it is not going to be installed | |
| nagios-plugins-standard: Depends: nagios-plugins-basic (>= 1.4.5-2) but it is not going to be installed | |
| nagios3-common: Depends: nagios-plugins-basic but it is not going to be installed | |
| Recommends: apache2 or | |
| httpd | |
| E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). | |
| [ps35512]$ sudo apt-get -f install cmake | |
| 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: | |
| cmake: Depends: libxmlrpc-c3 but it is not going to be installed | |
| nagios-plugins: Depends: nagios-plugins-basic but it is not going to be installed | |
| nagios-plugins-standard: Depends: nagios-plugins-basic (>= 1.4.5-2) but it is not going to be installed | |
| nagios3-common: Depends: nagios-plugins-basic but it is not going to be installed | |
| Recommends: apache2 or | |
| httpd | |
| E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). | |
| [ps35512]$ sudo apt-get install -s libxmlrpc-c3 nagios-plugins-basic nagios-plugins-standard nagios3-common cmake | |
| Reading package lists... Done | |
| Building dependency tree | |
| Reading state information... Done | |
| nagios-plugins-standard is already the newest version. | |
| nagios3-common is already the newest version. | |
| The following NEW packages will be installed: | |
| cmake libxmlrpc-c3 nagios-plugins-basic | |
| 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. | |
| 4 not fully installed or removed. | |
| Inst nagios-plugins-basic (1.4.12-5 Debian:5.0.8/oldstable) | |
| Inst libxmlrpc-c3 (1.06.27-1 Debian:5.0.8/oldstable) | |
| Inst cmake (2.6.0-6 Debian:5.0.8/oldstable) | |
| Conf nagios-plugins-basic (1.4.12-5 Debian:5.0.8/oldstable) | |
| Conf nagios3-common (3.0.6-4~lenny2 Debian:5.0.8/oldstable, Debian-Security:5.0/oldstable) | |
| Conf nagios3 (3.0.6-4~lenny2 Debian:5.0.8/oldstable, Debian-Security:5.0/oldstable) | |
| Conf nagios-plugins-standard (1.4.12-5 Debian:5.0.8/oldstable) | |
| Conf nagios-plugins (1.4.12-5 Debian:5.0.8/oldstable) | |
| Conf libxmlrpc-c3 (1.06.27-1 Debian:5.0.8/oldstable) | |
| Conf cmake (2.6.0-6 Debian:5.0.8/oldstable) | |
| [ps35512]$ sudo apt-get install libxmlrpc-c3 nagios-plugins-basic nagios-plugins-standard nagios3-common cmake | |
| Reading package lists... Done | |
| Building dependency tree | |
| Reading state information... Done | |
| nagios-plugins-standard is already the newest version. | |
| nagios3-common is already the newest version. | |
| The following NEW packages will be installed: | |
| cmake libxmlrpc-c3 nagios-plugins-basic | |
| 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. | |
| 4 not fully installed or removed. | |
| Need to get 7255kB/7929kB of archives. | |
| After this operation, 20.8MB of additional disk space will be used. | |
| WARNING: The following packages cannot be authenticated! | |
| nagios-plugins-basic libxmlrpc-c3 cmake | |
| Authentication warning overridden. | |
| Get:1 http://debian.newdream.net lenny/main libxmlrpc-c3 1.06.27-1 [263kB] | |
| Get:2 http://debian.newdream.net lenny/main cmake 2.6.0-6 [6992kB] | |
| Fetched 7255kB in 0s (9027kB/s) | |
| (Reading database ... 161448 files and directories currently installed.) | |
| Unpacking nagios-plugins-basic (from .../nagios-plugins-basic_1.4.12-5_amd64.deb) ... | |
| dpkg: error processing /var/cache/apt/archives/nagios-plugins-basic_1.4.12-5_amd64.deb (--unpack): | |
| trying to overwrite `/usr/share/locale/fr/LC_MESSAGES/nagios-plugins.mo', which is also in package ndn-netsaint-plugins | |
| Selecting previously deselected package libxmlrpc-c3. | |
| Unpacking libxmlrpc-c3 (from .../libxmlrpc-c3_1.06.27-1_amd64.deb) ... | |
| Selecting previously deselected package cmake. | |
| Unpacking cmake (from .../cmake_2.6.0-6_amd64.deb) ... | |
| Processing triggers for man-db ... | |
| Errors were encountered while processing: | |
| /var/cache/apt/archives/nagios-plugins-basic_1.4.12-5_amd64.deb | |
| 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