Created
November 27, 2014 05:35
-
-
Save mmasashi/8952ce4520a030775948 to your computer and use it in GitHub Desktop.
Circleci boost lib install error
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
ubuntu@box432:~$ lsb_release -a | |
No LSB modules are available. | |
Distributor ID: Ubuntu | |
Description: Ubuntu 12.04.5 LTS | |
Release: 12.04 | |
Codename: precise | |
ubuntu@box432:~$ sudo apt-get install libboost-all-dev | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Some packages could not be installed. This may mean that you have | |
requested an impossible situation or if you are using the unstable | |
distribution that some required packages have not yet been created | |
or been moved out of Incoming. | |
The following information may help to resolve the situation: | |
The following packages have unmet dependencies: | |
libboost-all-dev : Depends: libboost-dev but it is not going to be installed | |
Depends: libboost-chrono-dev but it is not going to be installed | |
Depends: libboost-date-time-dev but it is not going to be installed | |
Depends: libboost-filesystem-dev but it is not going to be installed | |
Depends: libboost-graph-dev but it is not going to be installed | |
Depends: libboost-graph-parallel-dev but it is not going to be installed | |
Depends: libboost-iostreams-dev but it is not going to be installed | |
Depends: libboost-locale-dev but it is not going to be installed | |
Depends: libboost-math-dev but it is not going to be installed | |
Depends: libboost-mpi-dev but it is not going to be installed | |
Depends: libboost-mpi-python-dev but it is not going to be installed | |
Depends: libboost-program-options-dev but it is not going to be installed | |
Depends: libboost-python-dev but it is not going to be installed | |
Depends: libboost-random-dev but it is not going to be installed | |
Depends: libboost-regex-dev but it is not going to be installed | |
Depends: libboost-serialization-dev but it is not going to be installed | |
Depends: libboost-signals-dev but it is not going to be installed | |
Depends: libboost-system-dev but it is not going to be installed | |
Depends: libboost-test-dev but it is not going to be installed | |
Depends: libboost-thread-dev but it is not going to be installed | |
Depends: libboost-timer-dev but it is not going to be installed | |
Depends: libboost-wave-dev but it is not going to be installed | |
E: Unable to correct problems, you have held broken packages. |
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
ubuntu@box432:~$ dpkg -l | grep libboost | |
ii libboost-chrono1.48-dev 1.48.0-3 C++ representation of time duration, time point, and clocks | |
ii libboost-chrono1.48.0 1.48.0-3 C++ representation of time duration, time point, and clocks | |
ii libboost-date-time1.48-dev 1.48.0-3 set of date-time libraries based on generic programming concepts | |
ii libboost-date-time1.48.0 1.48.0-3 set of date-time libraries based on generic programming concepts | |
ii libboost-filesystem1.48-dev 1.48.0-3 filesystem operations (portable paths, iteration over directories, etc) in C++ | |
ii libboost-filesystem1.48.0 1.48.0-3 filesystem operations (portable paths, iteration over directories, etc) in C++ | |
ii libboost-graph-parallel1.48-dev 1.48.0-3 generic graph components and algorithms in C++ | |
ii libboost-graph-parallel1.48.0 1.48.0-3 generic graph components and algorithms in C++ | |
ii libboost-graph1.48-dev 1.48.0-3 generic graph components and algorithms in C++ | |
ii libboost-graph1.48.0 1.48.0-3 generic graph components and algorithms in C++ | |
ii libboost-iostreams1.46.1 1.46.1-7ubuntu3 Boost.Iostreams Library | |
ii libboost-iostreams1.48-dev 1.48.0-3 Boost.Iostreams Library development files | |
ii libboost-iostreams1.48.0 1.48.0-3 Boost.Iostreams Library | |
ii libboost-locale1.48-dev 1.48.0-3 C++ facilities for localization | |
ii libboost-locale1.48.0 1.48.0-3 C++ facilities for localization | |
ii libboost-math1.48-dev 1.48.0-3 Boost.Math Library development files | |
ii libboost-math1.48.0 1.48.0-3 Boost.Math Library | |
ii libboost-mpi-python1.48-dev 1.48.0-3 C++ interface to the Message Passing Interface (MPI), Python Bindings | |
ii libboost-mpi-python1.48.0 1.48.0-3 C++ interface to the Message Passing Interface (MPI), Python Bindings | |
ii libboost-mpi1.48-dev 1.48.0-3 C++ interface to the Message Passing Interface (MPI) | |
ii libboost-mpi1.48.0 1.48.0-3 C++ interface to the Message Passing Interface (MPI) | |
ii libboost-program-options1.48-dev 1.48.0-3 program options library for C++ | |
ii libboost-program-options1.48.0 1.48.0-3 program options library for C++ | |
ii libboost-python1.48-dev 1.48.0-3 Boost.Python Library development files | |
ii libboost-python1.48.0 1.48.0-3 Boost.Python Library | |
ii libboost-random1.48-dev 1.48.0-3 Boost Random Number Library | |
ii libboost-random1.48.0 1.48.0-3 Boost Random Number Library | |
ii libboost-regex1.48-dev 1.48.0-3 regular expression library for C++ | |
ii libboost-regex1.48.0 1.48.0-3 regular expression library for C++ | |
ii libboost-serialization1.48-dev 1.48.0-3 serialization library for C++ | |
ii libboost-serialization1.48.0 1.48.0-3 serialization library for C++ | |
ii libboost-signals1.48-dev 1.48.0-3 managed signals and slots library for C++ | |
ii libboost-signals1.48.0 1.48.0-3 managed signals and slots library for C++ | |
ii libboost-system1.48-dev 1.48.0-3 Operating system (e.g. diagnostics support) library | |
ii libboost-system1.48.0 1.48.0-3 Operating system (e.g. diagnostics support) library | |
ii libboost-system1.54.0 1.54.0-4ubuntu3.1 Operating system (e.g. diagnostics support) library | |
ii libboost-test1.48-dev 1.48.0-3 components for writing and executing test suites | |
ii libboost-test1.48.0 1.48.0-3 components for writing and executing test suites | |
ii libboost-thread1.48-dev 1.48.0-3 portable C++ multi-threading | |
ii libboost-thread1.48.0 1.48.0-3 portable C++ multi-threading | |
ii libboost-thread1.54.0 1.54.0-4ubuntu3.1 portable C++ multi-threading | |
ii libboost-timer1.48-dev 1.48.0-3 C++ wall clock and CPU process timers | |
ii libboost-timer1.48.0 1.48.0-3 C++ wall clock and CPU process timers | |
ii libboost-wave1.48-dev 1.48.0-3 C99/C++ preprocessor library | |
ii libboost-wave1.48.0 1.48.0-3 C99/C++ preprocessor library | |
ii libboost1.48-all-dev 1.48.0-3 Boost C++ Libraries development files (ALL) | |
ii libboost1.48-dev 1.48.0-3 Boost C++ Libraries development files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment