Skip to content

Instantly share code, notes, and snippets.

@scopatz
Created February 18, 2014 07:05
Show Gist options
  • Save scopatz/9065940 to your computer and use it in GitHub Desktop.
Save scopatz/9065940 to your computer and use it in GitHub Desktop.
cyclus/cyclus#713 build error
scopatz@ares ~/cyclus gidden-lpsolver $ rm -r build/
scopatz@ares ~/cyclus gidden-lpsolver $ ./install.py
/usr/bin/cmake
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.1")
-- checking for module 'glib-2.0'
-- found glib-2.0, version 2.38.1
-- Found glib-2.0: /usr/include/glib-2.0, /usr/lib/x86_64-linux-gnu/libglib-2.0.so
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- checking for module 'sigc++-2.0'
-- found sigc++-2.0, version 2.2.10
-- Found SigC++
-- checking for module 'glibmm-2.4'
-- found glibmm-2.4, version 2.37.4
-- Found Glibmm
-- checking for module 'libxml++-2.6'
-- found libxml++-2.6, version 2.36.0
-- Found LibXML++
/usr/lib/x86_64-linux-gnu/libxml2.so/usr/lib/libxml++-2.6.so/usr/lib/x86_64-linux-gnu/libxml2.so/usr/lib/x86_64-linux-gnu/libglibmm-2.4.so/usr/lib/x86_64-linux-gnu/libglib-2.0.so/usr/lib/x86_64-linux-gnu/libsigc-2.0.so
-- Found Sqlite3 header file in /usr/include
-- Found Sqlite3 libraries: /usr/lib/x86_64-linux-gnu/libsqlite3.so
-- Found HDF5: /home/scopatz/.local/lib/libhdf5_hl.so;/home/scopatz/.local/lib/libhdf5.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so
-- Boost version: 1.53.0
-- Found the following Boost libraries:
-- program_options
-- filesystem
-- system
-- Boost Root:
-- Boost Include directory: /usr/include
-- Boost Library directories: /usr/lib/x86_64-linux-gnu
-- Boost Program Options location: /usr/lib/x86_64-linux-gnu/libboost_program_options.so
-- Boost System location: /usr/lib/x86_64-linux-gnu/libboost_system.so
-- Boost Filesystem location: /usr/lib/x86_64-linux-gnu/libboost_filesystem.so
-- Looking for dgemm_
-- Looking for dgemm_ - found
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- A library with BLAS API found.
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
Found LAPACK Libraries: /usr/lib/liblapack.so;/usr/lib/libf77blas.so.3gf;/usr/lib/libatlas.so.3gf
COIN Root Dir:
-- COIN_ROOT_DIR hint is :
-- Coin multiple library dependency status:
COIN Include Dir: /usr/include/coin
COIN CBC: /usr/lib/libCbc.so
COIN CBC solver: /usr/lib/libCbcSolver.so
COIN CGL: /usr/lib/libCgl.so
COIN CLP: /usr/lib/libClp.so
COIN UTILS: /usr/lib/libCoinUtils.so
COIN OSI: /usr/lib/libOsi.so
COIN OSI CBC: COIN_OSI_CBC_LIBRARY-NOTFOUND
COIN OSI CLP: /usr/lib/libOsiClp.so
COIN ZLIB: /usr/lib/x86_64-linux-gnu/libz.so
COIN BZ2: /usr/lib/x86_64-linux-gnu/libbz2.so
-- Found COIN: /usr/include/coin
-- Found COIN Include Dirs: /usr/include/coin
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.4")
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
COIN_OSI_CBC_LIBRARY
linked by target "cycluscore" in directory /home/scopatz/cyclus/src
linked by target "cyclus" in directory /home/scopatz/cyclus/cli
linked by target "cyclusstubs" in directory /home/scopatz/cyclus/stubs
linked by target "cyclus_unit_tests" in directory /home/scopatz/cyclus/tests
-- Configuring incomplete, errors occurred!
Traceback (most recent call last):
File "./install.py", line 129, in <module>
main()
File "./install.py", line 126, in main
install_cyclus(args)
File "./install.py", line 58, in install_cyclus
shell=(os.name == 'nt'))
File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', '/home/scopatz/cyclus', '-DCMAKE_INSTALL_PREFIX=/home/scopatz/.local']' returned non-zero exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment