Skip to content

Instantly share code, notes, and snippets.

@thedrow
Created June 4, 2017 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thedrow/5eb31d5880b8ededc45466f8bedf6a76 to your computer and use it in GitHub Desktop.
Save thedrow/5eb31d5880b8ededc45466f8bedf6a76 to your computer and use it in GitHub Desktop.
cppyy + cling 0.4-dev
Processing /home/omer/Documents/Projects/cppyy/PyPy-cppyy-backend-6.6.9.0
Running setup.py (path:/tmp/pip-phjupP-build/setup.py) egg_info for package from file:///home/omer/Documents/Projects/cppyy/PyPy-cppyy-backend-6.6.9.0
Running command python setup.py egg_info
running egg_info
creating pip-egg-info/PyPy_cppyy_backend.egg-info
writing pip-egg-info/PyPy_cppyy_backend.egg-info/PKG-INFO
writing dependency_links to pip-egg-info/PyPy_cppyy_backend.egg-info/dependency_links.txt
writing top-level names to pip-egg-info/PyPy_cppyy_backend.egg-info/top_level.txt
writing manifest file 'pip-egg-info/PyPy_cppyy_backend.egg-info/SOURCES.txt'
reading manifest file 'pip-egg-info/PyPy_cppyy_backend.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pip-egg-info/PyPy_cppyy_backend.egg-info/SOURCES.txt'
Source in /tmp/pip-phjupP-build has version 6.6.9.0, which satisfies requirement PyPy-cppyy-backend==6.6.9.0 from file:///home/omer/Documents/Projects/cppyy/PyPy-cppyy-backend-6.6.9.0
Requirement already satisfied (use --upgrade to upgrade): PyPy-cppyy-backend==6.6.9.0 from file:///home/omer/Documents/Projects/cppyy/PyPy-cppyy-backend-6.6.9.0 in /home/omer/Documents/Projects/cppyy/PyPy-cppyy-backend-6.6.9.0
Building wheels for collected packages: PyPy-cppyy-backend
Running setup.py bdist_wheel for PyPy-cppyy-backend: started
Destination directory: /tmp/tmpWa2De2pip-wheel-
Running command /home/omer/.virtualenvs/cppyy/bin/pypy -u -c "import setuptools, tokenize;__file__='/tmp/pip-phjupP-build/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpWa2De2pip-wheel- --python-tag pp257
running bdist_wheel
running build
Now building libcppyy_backend.so and dependencies
Creating build directory /tmp/pip-phjupP-build/builddir ...
Running cmake for cppyy_backend
-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/bin/ccache
-- Check for working C compiler: /usr/bin/ccache -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/ccache
-- Check for working CXX compiler: /usr/bin/ccache -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found GCC. Major version , minor version
-- Performing Test HAS_CXX11
-- Performing Test HAS_CXX11 - Success
-- Looking for pthread.h
-- Looking for 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
-- Found a 64bit system
-- Found GNU compiler collection
-- ROOT Platform: linux
-- ROOT Architecture: linuxx8664gcc
-- Build Type: RelWithDebInfo
-- Compiler Flags: -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -O2 -g -DNDEBUG
-- Looking for ZLib
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Looking for Freetype
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so
-- Looking for PCRE
-- Found PCRE version 8.39 using /usr/bin/pcre-config
-- Looking for LZMA
-- Found LZMA includes at /usr/include
-- Found LZMA library at /usr/lib/x86_64-linux-gnu/liblzma.so
-- Looking for AfterImage
-- AfterImage not found. Switching on builtin_afterimage option
-- Enabled support for: builtin_afterimage builtin_ftgl builtin_llvm cxx11 cling explicitlink thread
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/ccache
-- Target triple: x86_64-unknown-linux-gnu
-- Native target architecture is X86
-- Threads disabled.
-- Doxygen disabled.
-- Sphinx disabled.
-- Go bindings enabled.
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
-- OCaml bindings disabled.
-- Building with -fPIC
-- Found PythonInterp: /home/omer/.virtualenvs/cppyy/bin/python2.7 (found version "2.7.13")
-- Constructing LLVMBuild project information
-- Targeting X86
CMake Error at interpreter/CMakeLists.txt:101 (add_dependencies):
Cannot add target-level dependencies to non-existent target "clingUtils".
The add_dependencies works for top-level logical targets created by the
add_executable, add_library, or add_custom_target commands. If you want to
add file-level dependencies see the DEPENDS option of the add_custom_target
and add_custom_command commands.
CMake Error at interpreter/CMakeLists.txt:102 (add_dependencies):
Cannot add target-level dependencies to non-existent target
"clingInterpreter".
The add_dependencies works for top-level logical targets created by the
add_executable, add_library, or add_custom_target commands. If you want to
add file-level dependencies see the DEPENDS option of the add_custom_target
and add_custom_command commands.
CMake Error at interpreter/CMakeLists.txt:103 (add_dependencies):
Cannot add target-level dependencies to non-existent target
"clingMetaProcessor".
The add_dependencies works for top-level logical targets created by the
add_executable, add_library, or add_custom_target commands. If you want to
add file-level dependencies see the DEPENDS option of the add_custom_target
and add_custom_command commands.
-- Performing Test CXX_HAS_fno_rtti
-- Performing Test CXX_HAS_fno_rtti - Success
-- Performing Test found_stdstringview
-- Performing Test found_stdstringview - Failed
-- Performing Test found_stdexpstringview
-- Performing Test found_stdexpstringview - Failed
Running /tmp/pip-phjupP-build/src/backend/build/unix/compiledata.sh
Making include/compiledata.h
-- Configuring incomplete, errors occurred!
See also "/tmp/pip-phjupP-build/builddir/CMakeFiles/CMakeOutput.log".
See also "/tmp/pip-phjupP-build/builddir/CMakeFiles/CMakeError.log".
error: Failed to configure cppyy_backend
Running setup.py bdist_wheel for PyPy-cppyy-backend: finished with status 'error'
Running setup.py clean for PyPy-cppyy-backend
Running command /home/omer/.virtualenvs/cppyy/bin/pypy -u -c "import setuptools, tokenize;__file__='/tmp/pip-phjupP-build/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" clean --all
running clean
'build/lib' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
Failed to build PyPy-cppyy-backend
Cleaning up...
Removing source in /tmp/pip-phjupP-build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment