Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created January 17, 2017 16:33
Show Gist options
  • Save oberstet/1771d9142cf566c5a877de0df5500899 to your computer and use it in GitHub Desktop.
Save oberstet/1771d9142cf566c5a877de0df5500899 to your computer and use it in GitHub Desktop.
oberstet@thinkpad-t430s:~/scm/oberstet/scratchbox/cpp/capnproto/test1$ make cpppypy
CC=`which clang` \
CXX=`which clang` \
CXXFLAGS="-std=c++11 -stdlib=libc++" \
LDFLAGS="-stdlib=libc++" \
MAKE_NPROCS=4 \
~/pypy-5.6-linux_x86_64-portable/bin/pip install --verbose PyPy-cppyy-backend
Collecting PyPy-cppyy-backend
1 location(s) to search for versions of PyPy-cppyy-backend:
* https://pypi.python.org/simple/pypy-cppyy-backend/
Getting page https://pypi.python.org/simple/pypy-cppyy-backend/
Looking up "https://pypi.python.org/simple/pypy-cppyy-backend/" in the cache
Current age based on date: 1957
Freshness lifetime from max-age: 600
Freshness lifetime from request max-age: 600
The cached response is "stale" with no etag, purging
Starting new HTTPS connection (1): pypi.python.org
"GET /simple/pypy-cppyy-backend/ HTTP/1.1" 200 245
Updating cache with response from "https://pypi.python.org/simple/pypy-cppyy-backend/"
Caching b/c date exists and max-age > 0
Analyzing links from page https://pypi.python.org/simple/pypy-cppyy-backend/
Found link https://pypi.python.org/packages/e7/5d/d371630d8268545450f8b0cdd0671d048f7996ad1819a1d2b45404e3fd5a/PyPy-cppyy-backend-6.6.9.0.tar.gz#md5=eacdd3becafc9b77b4b3121936c32c42 (from https://pypi.python.org/simple/pypy-cppyy-backend/), version: 6.6.9.0
Using version 6.6.9.0 (newest of versions: 6.6.9.0)
Looking up "https://pypi.python.org/packages/e7/5d/d371630d8268545450f8b0cdd0671d048f7996ad1819a1d2b45404e3fd5a/PyPy-cppyy-backend-6.6.9.0.tar.gz" in the cache
Current age based on date: 1958
Freshness lifetime from max-age: 31557600
The response is "fresh", returning cached response
31557600 > 1958
Using cached PyPy-cppyy-backend-6.6.9.0.tar.gz
Downloading from URL https://pypi.python.org/packages/e7/5d/d371630d8268545450f8b0cdd0671d048f7996ad1819a1d2b45404e3fd5a/PyPy-cppyy-backend-6.6.9.0.tar.gz#md5=eacdd3becafc9b77b4b3121936c32c42 (from https://pypi.python.org/simple/pypy-cppyy-backend/)
Running setup.py (path:/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/setup.py) egg_info for package PyPy-cppyy-backend
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-build-0Wcsof/PyPy-cppyy-backend has version 6.6.9.0, which satisfies requirement PyPy-cppyy-backend from https://pypi.python.org/packages/e7/5d/d371630d8268545450f8b0cdd0671d048f7996ad1819a1d2b45404e3fd5a/PyPy-cppyy-backend-6.6.9.0.tar.gz#md5=eacdd3becafc9b77b4b3121936c32c42
Building wheels for collected packages: PyPy-cppyy-backend
Running setup.py bdist_wheel for PyPy-cppyy-backend ... Destination directory: /tmp/tmpob91vJpip-wheel-
Running command /home/oberstet/pypy-5.6-linux_x86_64-portable/bin/pypy -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/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/tmpob91vJpip-wheel- --python-tag pp256
running bdist_wheel
running build
Now building libcppyy_backend.so and dependencies
Creating build directory /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir ...
Running cmake for cppyy_backend
-- The C compiler identification is Clang 3.8.0
-- The CXX compiler identification is Clang 3.8.0
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- 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/clang
-- Check for working CXX compiler: /usr/bin/clang -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Clang. Major version 3, minor version 8
-- 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 CLANG compiler
-- ROOT Platform: linux
-- ROOT Architecture: linuxx8664gcc
-- Build Type: RelWithDebInfo
-- Compiler Flags: -std=c++11 -stdlib=libc++ -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wc++11-narrowing -Wsign-compare -Wsometimes-uninitialized -Wconditional-uninitialized -Wheader-guard -Warray-bounds -Wcomment -Wtautological-compare -Wstrncat-size -Wloop-analysis -Wbool-conversion -O2 -g -DNDEBUG
-- Looking for ZLib
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
-- Looking for Freetype
-- Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS)
-- FreeType not found. Switching on builtin_freetype option
-- Looking for PCRE
-- PCRE not found. Switching on builtin_pcre option
-- Looking for LZMA
-- LZMA not found. Switching on builtin_lzma option
-- Building LZMA version 5.2.1 included in ROOT itself
-- Looking for AfterImage
-- AfterImage not found. Switching on builtin_afterimage option
-- Enabled support for: builtin_afterimage builtin_ftgl builtin_freetype builtin_pcre builtin_lzma builtin_llvm cxx11 cling explicitlink thread
-- 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: /usr/bin/python2.7 (found version "2.7.12")
-- Constructing LLVMBuild project information
-- Targeting X86
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
-- Clang version: 3.7.0
-- 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-build-0Wcsof/PyPy-cppyy-backend/src/backend/build/unix/compiledata.sh
Making include/compiledata.h
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir
Now building cppyy_backend and dependencies ...
make[1]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[2]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target move_headers
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target LLVMIRReader
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
Scanning dependencies of target LLVMTableGen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 1%] Moving directories such as etc, icons, fonts, etc. to build area
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 1%] Building CXX object interpreter/llvm/src/lib/IRReader/CMakeFiles/LLVMIRReader.dir/IRReader.cpp.o
[ 1%] Building CXX object interpreter/llvm/src/lib/TableGen/CMakeFiles/LLVMTableGen.dir/Error.cpp.o
Scanning dependencies of target LLVMSupport
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 1%] Built target move_headers
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o
Scanning dependencies of target LLVMBitWriter
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 1%] Building CXX object interpreter/llvm/src/lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitWriter.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Support/APFloat.cpp:15:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/IRReader/IRReader.cpp:14:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/Bitcode/ReaderWriter.h:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DiagnosticInfo.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Module.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DataLayout.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
[ 1%] Building CXX object interpreter/llvm/src/lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Bitcode/Writer/BitWriter.cpp:11:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/Bitcode/ReaderWriter.h:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DiagnosticInfo.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Module.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DataLayout.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Support/APFloat.cpp:3923:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(X);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Support/APFloat.cpp:3923:12: note: remove std::move call here
return std::move(X);
^~~~~~~~~~ ~
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Support/APFloat.cpp:3935:10: warning: redundant move in return statement [-Wredundant-move]
return std::move(X);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Support/APFloat.cpp:3935:10: note: remove std::move call here
return std::move(X);
^~~~~~~~~~ ~
1 warning generated.
[ 1%] Building CXX object interpreter/llvm/src/lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriter.cpp.o
1 warning generated.
[ 1%] Linking CXX static library ../libLLVMIRReader.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 1%] Built target LLVMIRReader
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target LLVMLinker
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 1%] Building CXX object interpreter/llvm/src/lib/Linker/CMakeFiles/LLVMLinker.dir/LinkModules.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Bitcode/Writer/BitcodeWriter.cpp:14:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/Bitcode/ReaderWriter.h:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DiagnosticInfo.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Module.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DataLayout.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Linker/LinkModules.cpp:14:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/Linker/Linker.h:16:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DiagnosticInfo.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Module.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DataLayout.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
3 warnings generated.
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/APInt.cpp.o
[ 1%] Building CXX object interpreter/llvm/src/lib/TableGen/CMakeFiles/LLVMTableGen.dir/Record.cpp.o
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/APSInt.cpp.o
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/ARMBuildAttrs.cpp.o
1 warning generated.
[ 1%] Linking CXX static library ../libLLVMLinker.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 1%] Built target LLVMLinker
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/ARMWinEH.cpp.o
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o
1 warning generated.
[ 1%] Building CXX object interpreter/llvm/src/lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/BitcodeWriterPass.cpp.o
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/BlockFrequency.cpp.o
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/BranchProbability.cpp.o
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/circular_raw_ostream.cpp.o
[ 1%] Building CXX object interpreter/llvm/src/lib/TableGen/CMakeFiles/LLVMTableGen.dir/SetTheory.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Bitcode/Writer/BitcodeWriterPass.cpp:15:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/Bitcode/ReaderWriter.h:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DiagnosticInfo.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Module.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DataLayout.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/CommandLine.cpp.o
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Compression.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Bitcode/Writer/BitcodeWriterPass.cpp:17:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/PassManager.h:505:14: warning: redundant move in return statement [-Wredundant-move]
return std::move(PA);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/PassManager.h:505:14: note: remove std::move call here
return std::move(PA);
^~~~~~~~~~ ~
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/PassManager.h:545:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(PA);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/PassManager.h:545:12: note: remove std::move call here
return std::move(PA);
^~~~~~~~~~ ~
3 warnings generated.
[ 1%] Building CXX object interpreter/llvm/src/lib/Bitcode/Writer/CMakeFiles/LLVMBitWriter.dir/ValueEnumerator.cpp.o
[ 1%] Building C object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTF.c.o
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/ConvertUTFWrapper.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Bitcode/Writer/ValueEnumerator.cpp:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Constants.h:24:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
[ 1%] Building CXX object interpreter/llvm/src/lib/TableGen/CMakeFiles/LLVMTableGen.dir/StringMatcher.cpp.o
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/CrashRecoveryContext.cpp.o
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/DataExtractor.cpp.o
[ 1%] Building CXX object interpreter/llvm/src/lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackend.cpp.o
[ 1%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/DataStream.cpp.o
[ 2%] Building CXX object interpreter/llvm/src/lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGLexer.cpp.o
[ 2%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Debug.cpp.o
[ 2%] Building CXX object interpreter/llvm/src/lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGParser.cpp.o
[ 2%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/DeltaAlgorithm.cpp.o
[ 3%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/DAGDeltaAlgorithm.cpp.o
1 warning generated.
[ 3%] Linking CXX static library ../../libLLVMBitWriter.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 3%] Built target LLVMBitWriter
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target LLVMMC
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 3%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/ConstantPools.cpp.o
[ 3%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Dwarf.cpp.o
[ 3%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/ErrorHandling.cpp.o
[ 3%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/ELFObjectWriter.cpp.o
[ 3%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/FileUtilities.cpp.o
[ 3%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCAsmBackend.cpp.o
[ 3%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/FileOutputBuffer.cpp.o
[ 3%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfo.cpp.o
[ 3%] Linking CXX static library ../libLLVMTableGen.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 3%] Built target LLVMTableGen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 3%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/FoldingSet.cpp.o
Scanning dependencies of target LLVMMCParser
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 3%] Building CXX object interpreter/llvm/src/lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmLexer.cpp.o
[ 3%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoCOFF.cpp.o
[ 3%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/FormattedStream.cpp.o
[ 3%] Building CXX object interpreter/llvm/src/lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/AsmParser.cpp.o
[ 3%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/GraphWriter.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoDarwin.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/MC/MCParser/AsmParser.cpp:14:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
[ 4%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCAsmInfoELF.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Hashing.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCAsmStreamer.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/IntEqClasses.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/IntervalMap.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCAssembler.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/IntrusiveRefCntPtr.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/IsInf.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/IsNAN.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/LEB128.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/LineIterator.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCCodeEmitter.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCCodeGenInfo.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Locale.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCContext.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/LockFileManager.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCDwarf.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/ManagedStatic.cpp.o
[ 4%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/MathExtras.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/MemoryBuffer.cpp.o
1 warning generated.
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/COFFAsmParser.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/MemoryObject.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/MD5.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCELF.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/DarwinAsmParser.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Options.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCELFObjectTargetWriter.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCELFStreamer.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/PluginLoader.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCExpr.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/PrettyStackTrace.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/ELFAsmParser.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/RandomNumberGenerator.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCInst.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCInstPrinter.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Regex.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCInstrAnalysis.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCLabel.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmLexer.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/ScaledNumber.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCLinkerOptimizationHint.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/SmallPtrSet.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCMachOStreamer.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParser.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Support/ScaledNumber.cpp:15:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
1 warning generated.
[ 5%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/SmallVector.cpp.o
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target LLVMMCDisassembler
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCAsmParserExtension.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/Disassembler.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o
[ 5%] Building CXX object interpreter/llvm/src/lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MCTargetAsmParser.cpp.o
[ 7%] Linking CXX static library ../../libLLVMMCParser.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 7%] Built target LLVMMCParser
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target LLVMObject
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 7%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/Archive.cpp.o
[ 7%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCMachObjectTargetWriter.cpp.o
[ 7%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/SpecialCaseList.cpp.o
[ 7%] Building CXX object interpreter/llvm/src/lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCRelocationInfo.cpp.o
[ 7%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCNullStreamer.cpp.o
[ 7%] Building CXX object interpreter/llvm/src/lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCExternalSymbolizer.cpp.o
[ 7%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/Binary.cpp.o
[ 7%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Statistic.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCObjectFileInfo.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/COFFObjectFile.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/MC/MCDisassembler/CMakeFiles/LLVMMCDisassembler.dir/MCDisassembler.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/StreamingMemoryObject.cpp.o
[ 8%] Linking CXX static library ../../libLLVMMCDisassembler.a
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Object/COFFObjectFile.cpp:263:31: warning: loop variable 'SymbI' has type 'const llvm::object::symbol_iterator &' but is initialized with type 'const llvm::object::SymbolRef' resulting in a copy [-Wrange-loop-analysis]
for (const symbol_iterator &SymbI : symbols()) {
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Object/COFFObjectFile.cpp:263:8: note: use non-reference type 'llvm::object::symbol_iterator' to keep the copy or type 'const llvm::object::SymbolRef &' to prevent copying
for (const symbol_iterator &SymbI : symbols()) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 8%] Built target LLVMMCDisassembler
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target LLVMOption
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 8%] Building CXX object interpreter/llvm/src/lib/Option/CMakeFiles/LLVMOption.dir/Arg.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/StringExtras.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCObjectStreamer.cpp.o
1 warning generated.
[ 8%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/COFFYAML.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/Option/CMakeFiles/LLVMOption.dir/ArgList.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/StringMap.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/StringPool.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/StringRef.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/Option/CMakeFiles/LLVMOption.dir/Option.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCObjectWriter.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/Option/CMakeFiles/LLVMOption.dir/OptTable.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/ELF.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/SystemUtils.cpp.o
[ 8%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCRegisterInfo.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Timer.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/ELFObjectFile.cpp.o
[ 9%] Linking CXX static library ../libLLVMOption.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCSection.cpp.o
[ 9%] Built target LLVMOption
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCSectionCOFF.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCSectionELF.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/ToolOutputFile.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCSectionMachO.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Triple.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCStreamer.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCSubtargetInfo.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCSymbol.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Twine.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCSymbolizer.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCTargetOptions.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Unicode.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCValue.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/YAMLParser.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCWin64EH.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MCWinEH.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/MachObjectWriter.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/StringTableBuilder.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/SubtargetFeature.cpp.o
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/MC/MachObjectWriter.cpp:627:50: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
Rel.MRE.r_word1 = (Rel.MRE.r_word1 & (-1 << 24)) | Index | (1 << 27);
~~ ^
[ 9%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/YAMLTraits.cpp.o
[ 9%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFObjectWriter.cpp.o
1 warning generated.
[ 10%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/WinCOFFStreamer.cpp.o
[ 10%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/raw_os_ostream.cpp.o
[ 10%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/raw_ostream.cpp.o
[ 10%] Building CXX object interpreter/llvm/src/lib/MC/CMakeFiles/LLVMMC.dir/YAML.cpp.o
[ 10%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/ELFYAML.cpp.o
[ 10%] Building C object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/regcomp.c.o
[ 10%] Linking CXX static library ../libLLVMMC.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 10%] Built target LLVMMC
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target LLVMExecutionEngine
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 10%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngine.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/ExecutionEngine/ExecutionEngine.cpp:15:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ExecutionEngine/ExecutionEngine.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Module.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DataLayout.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
[ 10%] Building C object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/regerror.c.o
[ 10%] Building C object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/regexec.c.o
[ 10%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/ExecutionEngineBindings.cpp.o
[ 10%] Building C object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/regfree.c.o
[ 10%] Building C object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/regstrlcpy.c.o
[ 10%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Atomic.cpp.o
[ 10%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/DynamicLibrary.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/ExecutionEngine/ExecutionEngineBindings.cpp:15:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ExecutionEngine/ExecutionEngine.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Module.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DataLayout.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
[ 10%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/Error.cpp.o
[ 11%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/IRObjectFile.cpp.o
[ 11%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Errno.cpp.o
[ 11%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Host.cpp.o
1 warning generated.
[ 11%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/GDBRegistrationListener.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/Object/IRObjectFile.cpp:16:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/Bitcode/ReaderWriter.h:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DiagnosticInfo.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Module.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DataLayout.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
[ 11%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Memory.cpp.o
1 warning generated.
[ 11%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/RTDyldMemoryManager.cpp.o
[ 11%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/CMakeFiles/LLVMExecutionEngine.dir/TargetSelect.cpp.o
[ 11%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Mutex.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Path.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/ExecutionEngine/TargetSelect.cpp:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ExecutionEngine/ExecutionEngine.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Module.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DataLayout.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
1 warning generated.
[ 12%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/MachOObjectFile.cpp.o
1 warning generated.
[ 12%] Linking CXX static library ../libLLVMExecutionEngine.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 12%] Built target LLVMExecutionEngine
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target LLVMMCJIT
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 12%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/MCJIT.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Program.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/ExecutionEngine/MCJIT/MCJIT.cpp:10:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/ExecutionEngine/MCJIT/MCJIT.h:16:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ExecutionEngine/ExecutionEngine.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Module.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DataLayout.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
[ 12%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/SearchForAddressOfSpecialSymbol.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/TargetRegistry.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/MachOUniversal.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/ThreadLocal.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Threading.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/TimeValue.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Valgrind.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/Support/CMakeFiles/LLVMSupport.dir/Watchdog.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/MCJIT/CMakeFiles/LLVMMCJIT.dir/SectionMemoryManager.cpp.o
1 warning generated.
[ 12%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/Object.cpp.o
[ 12%] Linking CXX static library ../libLLVMSupport.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 12%] Built target LLVMSupport
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target LLVMOrcJIT
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 12%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/CloneSubModule.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/ObjectFile.cpp.o
[ 12%] Linking CXX static library ../../libLLVMMCJIT.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 12%] Built target LLVMMCJIT
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target LLVMRuntimeDyld
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 12%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyld.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/RecordStreamer.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/ExecutionEngine/Orc/CloneSubModule.cpp:2:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Function.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/GlobalObject.h:19:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
[ 12%] Building CXX object interpreter/llvm/src/lib/Object/CMakeFiles/LLVMObject.dir/SymbolicFile.cpp.o
1 warning generated.
[ 12%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/IndirectionUtils.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcMCJITReplacement.cpp.o
[ 12%] Linking CXX static library ../libLLVMObject.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 12%] Built target LLVMObject
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target LLVMAsmParser
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 12%] Building CXX object interpreter/llvm/src/lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLLexer.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/ExecutionEngine/Orc/IndirectionUtils.cpp:2:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h:18:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Module.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DataLayout.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp:10:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/ExecutionEngine/Orc/OrcMCJITReplacement.h:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ExecutionEngine/ExecutionEngine.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Module.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DataLayout.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
[ 12%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldChecker.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/AsmParser/LLLexer.cpp:14:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/AsmParser/LLLexer.h:18:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
1 warning generated.
[ 12%] Building CXX object interpreter/llvm/src/lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/LLParser.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/AsmParser/LLParser.cpp:14:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/AsmParser/LLParser.h:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/AsmParser/LLLexer.h:18:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
1 warning generated.
[ 12%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/Orc/CMakeFiles/LLVMOrcJIT.dir/OrcTargetSupport.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldELF.cpp.o
1 warning generated.
[ 12%] Building CXX object interpreter/llvm/src/lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldMachO.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/ExecutionEngine/Orc/OrcTargetSupport.cpp:2:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h:18:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Module.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DataLayout.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
1 warning generated.
[ 12%] Linking CXX static library ../../libLLVMOrcJIT.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 12%] Built target LLVMOrcJIT
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target LLVMProfileData
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 12%] Building CXX object interpreter/llvm/src/lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProf.cpp.o
[ 12%] Building CXX object interpreter/llvm/src/lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfReader.cpp.o
[ 14%] Building CXX object interpreter/llvm/src/lib/ProfileData/CMakeFiles/LLVMProfileData.dir/InstrProfWriter.cpp.o
[ 14%] Building CXX object interpreter/llvm/src/lib/ProfileData/CMakeFiles/LLVMProfileData.dir/CoverageMapping.cpp.o
[ 14%] Building CXX object interpreter/llvm/src/lib/ProfileData/CMakeFiles/LLVMProfileData.dir/CoverageMappingWriter.cpp.o
[ 14%] Building CXX object interpreter/llvm/src/lib/ProfileData/CMakeFiles/LLVMProfileData.dir/CoverageMappingReader.cpp.o
1 warning generated.
[ 14%] Building CXX object interpreter/llvm/src/lib/AsmParser/CMakeFiles/LLVMAsmParser.dir/Parser.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/AsmParser/Parser.cpp:15:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/AsmParser/LLParser.h:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/AsmParser/LLLexer.h:18:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
[ 14%] Building CXX object interpreter/llvm/src/lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProf.cpp.o
[ 14%] Building CXX object interpreter/llvm/src/lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfReader.cpp.o
[ 14%] Building CXX object interpreter/llvm/src/lib/ProfileData/CMakeFiles/LLVMProfileData.dir/SampleProfWriter.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/ProfileData/SampleProfReader.cpp:97:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ProfileData/SampleProfReader.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DiagnosticInfo.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Module.h:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DataLayout.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
1 warning generated.
[ 14%] Linking CXX static library ../libLLVMAsmParser.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 14%] Built target LLVMAsmParser
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target Clib
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 14%] Building C object core/clib/CMakeFiles/Clib.dir/src/mmtrace.c.o
[ 14%] Building C object core/clib/CMakeFiles/Clib.dir/src/strlcpy.c.o
[ 14%] Building C object core/clib/CMakeFiles/Clib.dir/src/mmemalign.c.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/lib/ProfileData/SampleProfWriter.cpp:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ProfileData/SampleProfWriter.h:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Function.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/GlobalObject.h:19:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/DerivedTypes.h:21:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/IR/Type.h:19:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: warning: redundant move in return statement [-Wredundant-move]
return std::move(Value);
^
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/interpreter/llvm/src/include/llvm/ADT/APFloat.h:352:12: note: remove std::move call here
return std::move(Value);
^~~~~~~~~~ ~
[ 14%] Building C object core/clib/CMakeFiles/Clib.dir/src/attach.c.o
[ 14%] Building C object core/clib/CMakeFiles/Clib.dir/src/snprintf.c.o
[ 14%] Building C object core/clib/CMakeFiles/Clib.dir/src/sbrksup.c.o
[ 14%] Building C object core/clib/CMakeFiles/Clib.dir/src/mvalloc.c.o
[ 14%] Building C object core/clib/CMakeFiles/Clib.dir/src/mmcheck.c.o
[ 14%] Building C object core/clib/CMakeFiles/Clib.dir/src/mrealloc.c.o
[ 14%] Building C object core/clib/CMakeFiles/Clib.dir/src/mfree.c.o
[ 14%] Building C object core/clib/CMakeFiles/Clib.dir/src/mcalloc.c.o
1 warning generated.
[ 15%] Building C object core/clib/CMakeFiles/Clib.dir/src/keys.c.o
[ 15%] Building C object core/clib/CMakeFiles/Clib.dir/src/mmalloc.c.o
[ 15%] Building C object core/clib/CMakeFiles/Clib.dir/src/mmapsup.c.o
[ 15%] Building C object core/clib/CMakeFiles/Clib.dir/src/strlcat.c.o
[ 15%] Building C object core/clib/CMakeFiles/Clib.dir/src/detach.c.o
[ 15%] Building C object core/clib/CMakeFiles/Clib.dir/src/Demangle.c.o
[ 15%] Building C object core/clib/CMakeFiles/Clib.dir/src/mmstats.c.o
[ 15%] Building C object core/clib/CMakeFiles/Clib.dir/src/getpagesize.c.o
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target PCRE
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
1 warning generated.
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 15%] Generating pcre-8.37/unpacked
[ 15%] Linking CXX static library ../libLLVMProfileData.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 15%] Built target LLVMProfileData
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target Cont
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 15%] Building CXX object core/cont/CMakeFiles/Cont.dir/src/TBits.cxx.o
[ 15%] Generating pcre-8.37/.libs/libpcre.a
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/cont/src/TBits.cxx:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TBits.h:24:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TObject.h:31:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/Rtypes.h:230:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGenericClassInfo.h:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSchemaHelper.h:25:
/usr/include/c++/v1/string:1938:44: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
^
/usr/include/c++/v1/string:1326:40: note: previous declaration is here
_LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
^
1 error generated.
core/cont/CMakeFiles/Cont.dir/build.make:62: die Regel für Ziel „core/cont/CMakeFiles/Cont.dir/src/TBits.cxx.o“ scheiterte
make[3]: *** [core/cont/CMakeFiles/Cont.dir/src/TBits.cxx.o] Fehler 1
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
CMakeFiles/Makefile2:10282: die Regel für Ziel „core/cont/CMakeFiles/Cont.dir/all“ scheiterte
make[2]: *** [core/cont/CMakeFiles/Cont.dir/all] Fehler 2
make[2]: *** Auf noch nicht beendete Prozesse wird gewartet …
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 15%] Built target Clib
[ 15%] Linking CXX static library ../../libLLVMRuntimeDyld.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 15%] Built target LLVMRuntimeDyld
[ 15%] Generating ../../lib/libpcre.a
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 15%] Built target PCRE
make[2]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
Makefile:149: die Regel für Ziel „all“ scheiterte
make[1]: *** [all] Fehler 2
make[1]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
error: Failed to build cppyy_backend
error
Failed building wheel for PyPy-cppyy-backend
Running setup.py clean for PyPy-cppyy-backend
Running command /home/oberstet/pypy-5.6-linux_x86_64-portable/bin/pypy -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/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
Installing collected packages: PyPy-cppyy-backend
Running setup.py install for PyPy-cppyy-backend ... Running command /home/oberstet/pypy-5.6-linux_x86_64-portable/bin/pypy -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-dsYJPo-record/install-record.txt --single-version-externally-managed --compile
running install
running build
Now building libcppyy_backend.so and dependencies
Running cmake for cppyy_backend
-- Found Clang. Major version 3, minor version 8
-- Found a 64bit system
-- Found CLANG compiler
-- ROOT Platform: linux
-- ROOT Architecture: linuxx8664gcc
-- Build Type: RelWithDebInfo
-- Compiler Flags: -std=c++11 -stdlib=libc++ -pipe -m64 -Wall -W -Woverloaded-virtual -fsigned-char -fPIC -pthread -std=c++11 -Wno-deprecated-declarations -Wc++11-narrowing -Wsign-compare -Wsometimes-uninitialized -Wconditional-uninitialized -Wheader-guard -Warray-bounds -Wcomment -Wtautological-compare -Wstrncat-size -Wloop-analysis -Wbool-conversion -O2 -g -DNDEBUG
-- Looking for ZLib
-- Building LZMA version 5.2.1 included in ROOT itself
-- Enabled support for: builtin_afterimage builtin_ftgl builtin_freetype builtin_pcre builtin_lzma builtin_llvm cxx11 cling explicitlink thread
-- 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
-- Constructing LLVMBuild project information
-- Targeting X86
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
-- Clang version: 3.7.0
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir
Now building cppyy_backend and dependencies ...
make[1]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[2]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 0%] Built target LLVMIRReader
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 1%] Built target LLVMTableGen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 2%] Built target move_headers
[ 2%] Built target LLVMLinker
[ 2%] Built target LLVMBitWriter
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 7%] Built target LLVMSupport
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 7%] Built target LLVMMCDisassembler
[ 8%] Built target LLVMMCParser
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 8%] Built target LLVMOption
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 9%] Built target LLVMObject
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 9%] Built target LLVMExecutionEngine
[ 12%] Built target LLVMMC
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 12%] Built target LLVMMCJIT
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 12%] Built target LLVMAsmParser
[ 12%] Built target LLVMOrcJIT
[ 12%] Built target LLVMRuntimeDyld
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 14%] Built target LLVMProfileData
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
[ 14%] Built target PCRE
[ 15%] Built target Clib
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
Scanning dependencies of target Unix
Scanning dependencies of target TextInput
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 15%] Building CXX object core/cont/CMakeFiles/Cont.dir/src/TBits.cxx.o
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 15%] Building CXX object core/unix/CMakeFiles/Unix.dir/src/TUnixSystem.cxx.o
[ 15%] Building CXX object core/textinput/CMakeFiles/TextInput.dir/src/Getline_color.cxx.o
Scanning dependencies of target Meta
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird betreten
[ 15%] Building CXX object core/meta/CMakeFiles/Meta.dir/src/TGlobal.cxx.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/cont/src/TBits.cxx:20:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TBits.h:24:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TObject.h:31:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/Rtypes.h:230:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGenericClassInfo.h:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSchemaHelper.h:25:
/usr/include/c++/v1/string:1938:44: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
^
/usr/include/c++/v1/string:1326:40: note: previous declaration is here
_LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/unix/src/TUnixSystem.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TUnixSystem.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSystem.h:35:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TObject.h:31:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/Rtypes.h:230:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGenericClassInfo.h:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSchemaHelper.h:25:
/usr/include/c++/v1/string:1938:44: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
^
/usr/include/c++/v1/string:1326:40: note: previous declaration is here
_LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TGlobal.cxx:19:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGlobal.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TObject.h:31:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/Rtypes.h:230:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGenericClassInfo.h:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSchemaHelper.h:25:
/usr/include/c++/v1/string:1938:44: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
^
/usr/include/c++/v1/string:1326:40: note: previous declaration is here
_LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline_color.cxx:15:
/usr/include/c++/v1/string:1938:44: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
^
/usr/include/c++/v1/string:1326:40: note: previous declaration is here
_LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
^
1 error generated.
core/cont/CMakeFiles/Cont.dir/build.make:62: die Regel für Ziel „core/cont/CMakeFiles/Cont.dir/src/TBits.cxx.o“ scheiterte
make[3]: *** [core/cont/CMakeFiles/Cont.dir/src/TBits.cxx.o] Fehler 1
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
CMakeFiles/Makefile2:10282: die Regel für Ziel „core/cont/CMakeFiles/Cont.dir/all“ scheiterte
make[2]: *** [core/cont/CMakeFiles/Cont.dir/all] Fehler 2
make[2]: *** Auf noch nicht beendete Prozesse wird gewartet …
[ 16%] Building CXX object core/meta/CMakeFiles/Meta.dir/src/TMethodCall.cxx.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/unix/src/TUnixSystem.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TUnixSystem.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSystem.h:35:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:329:4: error: redefinition of '__find_first_of_ce'
__find_first_of_ce(_ForwardIterator1 __first1, _ForwardIterator1 __last1,
^
/usr/include/c++/v1/algorithm:1047:1: note: previous definition is here
__find_first_of_ce(_ForwardIterator1 __first1, _ForwardIterator1 __last1,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/unix/src/TUnixSystem.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TUnixSystem.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSystem.h:35:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:342:4: error: redefinition of '__str_find'
__str_find(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:946:1: note: previous definition is here
__str_find(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/unix/src/TUnixSystem.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TUnixSystem.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSystem.h:35:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:355:4: error: '__str_find' is missing exception specification 'noexcept'
__str_find(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:959:1: note: previous declaration is here
__str_find(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/unix/src/TUnixSystem.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TUnixSystem.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSystem.h:35:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:376:4: error: '__str_rfind' is missing exception specification 'noexcept'
__str_rfind(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:980:1: note: previous declaration is here
__str_rfind(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/unix/src/TUnixSystem.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TUnixSystem.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSystem.h:35:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:395:4: error: '__str_rfind' is missing exception specification 'noexcept'
__str_rfind(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:999:1: note: previous declaration is here
__str_rfind(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/unix/src/TUnixSystem.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TUnixSystem.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSystem.h:35:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:414:4: error: '__str_find_first_of' is missing exception specification 'noexcept'
__str_find_first_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1018:1: note: previous declaration is here
__str_find_first_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/unix/src/TUnixSystem.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TUnixSystem.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSystem.h:35:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:430:4: error: '__str_find_last_of' is missing exception specification 'noexcept'
__str_find_last_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1034:1: note: previous declaration is here
__str_find_last_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/unix/src/TUnixSystem.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TUnixSystem.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSystem.h:35:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:453:4: error: '__str_find_first_not_of' is missing exception specification 'noexcept'
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1057:1: note: previous declaration is here
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/unix/src/TUnixSystem.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TUnixSystem.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSystem.h:35:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:469:4: error: '__str_find_first_not_of' is missing exception specification 'noexcept'
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1073:1: note: previous declaration is here
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/unix/src/TUnixSystem.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TUnixSystem.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSystem.h:35:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:486:4: error: '__str_find_last_not_of' is missing exception specification 'noexcept'
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1090:1: note: previous declaration is here
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/unix/src/TUnixSystem.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TUnixSystem.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSystem.h:35:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:502:4: error: '__str_find_last_not_of' is missing exception specification 'noexcept'
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1106:1: note: previous declaration is here
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TGlobal.cxx:19:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGlobal.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:329:4: error: redefinition of '__find_first_of_ce'
__find_first_of_ce(_ForwardIterator1 __first1, _ForwardIterator1 __last1,
^
/usr/include/c++/v1/algorithm:1047:1: note: previous definition is here
__find_first_of_ce(_ForwardIterator1 __first1, _ForwardIterator1 __last1,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TGlobal.cxx:19:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGlobal.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:342:4: error: redefinition of '__str_find'
__str_find(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:946:1: note: previous definition is here
__str_find(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TGlobal.cxx:19:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGlobal.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:355:4: error: '__str_find' is missing exception specification 'noexcept'
__str_find(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:959:1: note: previous declaration is here
__str_find(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TGlobal.cxx:19:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGlobal.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:376:4: error: '__str_rfind' is missing exception specification 'noexcept'
__str_rfind(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:980:1: note: previous declaration is here
__str_rfind(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TGlobal.cxx:19:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGlobal.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:395:4: error: '__str_rfind' is missing exception specification 'noexcept'
__str_rfind(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:999:1: note: previous declaration is here
__str_rfind(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TGlobal.cxx:19:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGlobal.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:414:4: error: '__str_find_first_of' is missing exception specification 'noexcept'
__str_find_first_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1018:1: note: previous declaration is here
__str_find_first_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TGlobal.cxx:19:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGlobal.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:430:4: error: '__str_find_last_of' is missing exception specification 'noexcept'
__str_find_last_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1034:1: note: previous declaration is here
__str_find_last_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TGlobal.cxx:19:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGlobal.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:453:4: error: '__str_find_first_not_of' is missing exception specification 'noexcept'
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1057:1: note: previous declaration is here
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TGlobal.cxx:19:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGlobal.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:469:4: error: '__str_find_first_not_of' is missing exception specification 'noexcept'
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1073:1: note: previous declaration is here
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TGlobal.cxx:19:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGlobal.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:486:4: error: '__str_find_last_not_of' is missing exception specification 'noexcept'
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1090:1: note: previous declaration is here
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TGlobal.cxx:19:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGlobal.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:502:4: error: '__str_find_last_not_of' is missing exception specification 'noexcept'
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1106:1: note: previous declaration is here
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline_color.cxx:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TClass.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:329:4: error: redefinition of '__find_first_of_ce'
__find_first_of_ce(_ForwardIterator1 __first1, _ForwardIterator1 __last1,
^
/usr/include/c++/v1/algorithm:1047:1: note: previous definition is here
__find_first_of_ce(_ForwardIterator1 __first1, _ForwardIterator1 __last1,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline_color.cxx:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TClass.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:342:4: error: redefinition of '__str_find'
__str_find(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:946:1: note: previous definition is here
__str_find(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline_color.cxx:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TClass.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:355:4: error: '__str_find' is missing exception specification 'noexcept'
__str_find(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:959:1: note: previous declaration is here
__str_find(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline_color.cxx:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TClass.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:376:4: error: '__str_rfind' is missing exception specification 'noexcept'
__str_rfind(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:980:1: note: previous declaration is here
__str_rfind(const _CharT *__p, _SizeT __sz,
^
12 errors generated.
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline_color.cxx:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TClass.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:395:4: error: '__str_rfind' is missing exception specification 'noexcept'
__str_rfind(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:999:1: note: previous declaration is here
__str_rfind(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline_color.cxx:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TClass.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:414:4: error: '__str_find_first_of' is missing exception specification 'noexcept'
__str_find_first_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1018:1: note: previous declaration is here
__str_find_first_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline_color.cxx:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TClass.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:430:4: error: '__str_find_last_of' is missing exception specification 'noexcept'
__str_find_last_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1034:1: note: previous declaration is here
__str_find_last_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline_color.cxx:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TClass.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:453:4: error: '__str_find_first_not_of' is missing exception specification 'noexcept'
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1057:1: note: previous declaration is here
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline_color.cxx:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TClass.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:469:4: error: '__str_find_first_not_of' is missing exception specification 'noexcept'
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1073:1: note: previous declaration is here
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
core/meta/CMakeFiles/Meta.dir/build.make:62: die Regel für Ziel „core/meta/CMakeFiles/Meta.dir/src/TGlobal.cxx.o“ scheiterte
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline_color.cxx:17:
In file included from make[3]: *** [core/meta/CMakeFiles/Meta.dir/src/TGlobal.cxx.o] Fehler 1
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TClass.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:486:4: error: '__str_find_last_not_of' is missing exception specification 'noexcept'
make[3]: *** Auf noch nicht beendete Prozesse wird gewartet …
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1090:1: note: previous declaration is here
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline_color.cxx:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TClass.h:25:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:502:4: error: '__str_find_last_not_of' is missing exception specification 'noexcept'
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1106:1: note: previous declaration is here
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
[ 16%] Building CXX object core/textinput/CMakeFiles/TextInput.dir/src/Getline.cxx.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TMethodCall.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TInterpreter.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TObject.h:31:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/Rtypes.h:230:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TGenericClassInfo.h:17:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TSchemaHelper.h:25:
/usr/include/c++/v1/string:1938:44: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
^
/usr/include/c++/v1/string:1326:40: note: previous declaration is here
_LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
^
12 errors generated.
12 errors generated.
core/unix/CMakeFiles/Unix.dir/build.make:62: die Regel für Ziel „core/unix/CMakeFiles/Unix.dir/src/TUnixSystem.cxx.o“ scheiterte
make[3]: *** [core/unix/CMakeFiles/Unix.dir/src/TUnixSystem.cxx.o] Fehler 1
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
CMakeFiles/Makefile2:11862: die Regel für Ziel „core/unix/CMakeFiles/Unix.dir/all“ scheiterte
make[2]: *** [core/unix/CMakeFiles/Unix.dir/all] Fehler 2
core/textinput/CMakeFiles/TextInput.dir/build.make:62: die Regel für Ziel „core/textinput/CMakeFiles/TextInput.dir/src/Getline_color.cxx.o“ scheiterte
make[3]: *** [core/textinput/CMakeFiles/TextInput.dir/src/Getline_color.cxx.o] Fehler 1
make[3]: *** Auf noch nicht beendete Prozesse wird gewartet …
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline.cxx:15:
/usr/include/c++/v1/string:1938:44: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
^
/usr/include/c++/v1/string:1326:40: note: previous declaration is here
_LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
^
[ 16%] Building CXX object core/textinput/CMakeFiles/TextInput.dir/src/textinput/TerminalDisplay.cpp.o
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TMethodCall.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TInterpreter.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:329:4: error: redefinition of '__find_first_of_ce'
__find_first_of_ce(_ForwardIterator1 __first1, _ForwardIterator1 __last1,
^
/usr/include/c++/v1/algorithm:1047:1: note: previous definition is here
__find_first_of_ce(_ForwardIterator1 __first1, _ForwardIterator1 __last1,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TMethodCall.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TInterpreter.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:342:4: error: redefinition of '__str_find'
__str_find(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:946:1: note: previous definition is here
__str_find(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TMethodCall.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TInterpreter.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:355:4: error: '__str_find' is missing exception specification 'noexcept'
__str_find(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:959:1: note: previous declaration is here
__str_find(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TMethodCall.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TInterpreter.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:376:4: error: '__str_rfind' is missing exception specification 'noexcept'
__str_rfind(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:980:1: note: previous declaration is here
__str_rfind(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TMethodCall.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TInterpreter.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:395:4: error: '__str_rfind' is missing exception specification 'noexcept'
__str_rfind(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:999:1: note: previous declaration is here
__str_rfind(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TMethodCall.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TInterpreter.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:414:4: error: '__str_find_first_of' is missing exception specification 'noexcept'
__str_find_first_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1018:1: note: previous declaration is here
__str_find_first_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TMethodCall.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TInterpreter.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:430:4: error: '__str_find_last_of' is missing exception specification 'noexcept'
__str_find_last_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1034:1: note: previous declaration is here
__str_find_last_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TMethodCall.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TInterpreter.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:453:4: error: '__str_find_first_not_of' is missing exception specification 'noexcept'
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1057:1: note: previous declaration is here
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TMethodCall.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TInterpreter.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:469:4: error: '__str_find_first_not_of' is missing exception specification 'noexcept'
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1073:1: note: previous declaration is here
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TMethodCall.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TInterpreter.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:486:4: error: '__str_find_last_not_of' is missing exception specification 'noexcept'
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1090:1: note: previous declaration is here
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/meta/src/TMethodCall.cxx:22:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TInterpreter.h:26:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TDictionary.h:45:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TNamed.h:29:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:502:4: error: '__str_find_last_not_of' is missing exception specification 'noexcept'
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1106:1: note: previous declaration is here
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/textinput/TerminalDisplay.cpp:15:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/textinput/TerminalDisplay.h:19:
/usr/include/c++/v1/string:1938:44: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
^
/usr/include/c++/v1/string:1326:40: note: previous declaration is here
_LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
^
12 errors generated.
core/meta/CMakeFiles/Meta.dir/build.make:86: die Regel für Ziel „core/meta/CMakeFiles/Meta.dir/src/TMethodCall.cxx.o“ scheiterte
make[3]: *** [core/meta/CMakeFiles/Meta.dir/src/TMethodCall.cxx.o] Fehler 1
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
CMakeFiles/Makefile2:11769: die Regel für Ziel „core/meta/CMakeFiles/Meta.dir/all“ scheiterte
make[2]: *** [core/meta/CMakeFiles/Meta.dir/all] Fehler 2
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline.cxx:24:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TApplication.h:33:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TQObject.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:329:4: error: redefinition of '__find_first_of_ce'
__find_first_of_ce(_ForwardIterator1 __first1, _ForwardIterator1 __last1,
^
/usr/include/c++/v1/algorithm:1047:1: note: previous definition is here
__find_first_of_ce(_ForwardIterator1 __first1, _ForwardIterator1 __last1,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline.cxx:24:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TApplication.h:33:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TQObject.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:342:4: error: redefinition of '__str_find'
__str_find(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:946:1: note: previous definition is here
__str_find(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline.cxx:24:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TApplication.h:33:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TQObject.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:355:4: error: '__str_find' is missing exception specification 'noexcept'
__str_find(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:959:1: note: previous declaration is here
__str_find(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline.cxx:24:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TApplication.h:33:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TQObject.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:376:4: error: '__str_rfind' is missing exception specification 'noexcept'
__str_rfind(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:980:1: note: previous declaration is here
__str_rfind(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline.cxx:24:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TApplication.h:33:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TQObject.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:395:4: error: '__str_rfind' is missing exception specification 'noexcept'
__str_rfind(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:999:1: note: previous declaration is here
__str_rfind(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline.cxx:24:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TApplication.h:33:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TQObject.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:414:4: error: '__str_find_first_of' is missing exception specification 'noexcept'
__str_find_first_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1018:1: note: previous declaration is here
__str_find_first_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline.cxx:24:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TApplication.h:33:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TQObject.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:430:4: error: '__str_find_last_of' is missing exception specification 'noexcept'
__str_find_last_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1034:1: note: previous declaration is here
__str_find_last_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline.cxx:24:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TApplication.h:33:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TQObject.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:453:4: error: '__str_find_first_not_of' is missing exception specification 'noexcept'
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1057:1: note: previous declaration is here
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline.cxx:24:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TApplication.h:33:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TQObject.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:469:4: error: '__str_find_first_not_of' is missing exception specification 'noexcept'
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1073:1: note: previous declaration is here
__str_find_first_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline.cxx:24:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TApplication.h:33:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TQObject.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:486:4: error: '__str_find_last_not_of' is missing exception specification 'noexcept'
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1090:1: note: previous declaration is here
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/src/backend/core/textinput/src/Getline.cxx:24:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TApplication.h:33:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TQObject.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/TString.h:41:
In file included from /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RStringView.h:26:
/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir/include/RWrap_libcpp_string_view.h:502:4: error: '__str_find_last_not_of' is missing exception specification 'noexcept'
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
/usr/include/c++/v1/string:1106:1: note: previous declaration is here
__str_find_last_not_of(const _CharT *__p, _SizeT __sz,
^
1 error generated.
core/textinput/CMakeFiles/TextInput.dir/build.make:110: die Regel für Ziel „core/textinput/CMakeFiles/TextInput.dir/src/textinput/TerminalDisplay.cpp.o“ scheiterte
make[3]: *** [core/textinput/CMakeFiles/TextInput.dir/src/textinput/TerminalDisplay.cpp.o] Fehler 1
12 errors generated.
core/textinput/CMakeFiles/TextInput.dir/build.make:86: die Regel für Ziel „core/textinput/CMakeFiles/TextInput.dir/src/Getline.cxx.o“ scheiterte
make[3]: *** [core/textinput/CMakeFiles/TextInput.dir/src/Getline.cxx.o] Fehler 1
make[3]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
CMakeFiles/Makefile2:10337: die Regel für Ziel „core/textinput/CMakeFiles/TextInput.dir/all“ scheiterte
make[2]: *** [core/textinput/CMakeFiles/TextInput.dir/all] Fehler 2
make[2]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
Makefile:149: die Regel für Ziel „all“ scheiterte
make[1]: *** [all] Fehler 2
make[1]: Verzeichnis „/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/builddir“ wird verlassen
error: Failed to build cppyy_backend
error
Cleaning up...
Removing source in /tmp/pip-build-0Wcsof/PyPy-cppyy-backend
Command "/home/oberstet/pypy-5.6-linux_x86_64-portable/bin/pypy -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-dsYJPo-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/
Exception information:
Traceback (most recent call last):
File "/home/oberstet/pypy-5.6-linux_x86_64-portable/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/home/oberstet/pypy-5.6-linux_x86_64-portable/site-packages/pip/commands/install.py", line 342, in run
prefix=options.prefix_path,
File "/home/oberstet/pypy-5.6-linux_x86_64-portable/site-packages/pip/req/req_set.py", line 784, in install
**kwargs
File "/home/oberstet/pypy-5.6-linux_x86_64-portable/site-packages/pip/req/req_install.py", line 878, in install
spinner=spinner,
File "/home/oberstet/pypy-5.6-linux_x86_64-portable/site-packages/pip/utils/__init__.py", line 707, in call_subprocess
% (command_desc, proc.returncode, cwd))
InstallationError: Command "/home/oberstet/pypy-5.6-linux_x86_64-portable/bin/pypy -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-0Wcsof/PyPy-cppyy-backend/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-dsYJPo-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-0Wcsof/PyPy-cppyy-backend/
Makefile:10: die Regel für Ziel „cpppypy“ scheiterte
make: *** [cpppypy] Fehler 1
oberstet@thinkpad-t430s:~/scm/oberstet/scratchbox/cpp/capnproto/test1$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment