You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alexander-penev This is the error which arises when trying to build the xeus-clang-repl Dockerfile with llvm-project version 17.x on an arm based architechture , mentioned in PR #77 . I don't currently know enough about the project to be able to fix this, but I'm happy to test the suggestions of others.
+ python -c 'import cppyy'
/home/jovyan/cppyy-backend/python/cppyy_backend/loader.py:154: UserWarning: No precompiled header available (/home/jovyan/cppyy-backend/python/cppyy_backend/etc not writable, set CLING_STANDARD_PCH); this may impact performance.
warnings.warn('No precompiled header available (%s); this may impact performance.' % msg)
Failed to execute via ::process:Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
Failure value returned from cantFail wrapped call
Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ]
UNREACHABLE executed at /home/jovyan/llvm-project/llvm/include/llvm/Support/Error.h:815!
/bin/bash: line 1: 47760 Aborted (core dumped) python -c "import cppyy"
The text was updated successfully, but these errors were encountered:
@alexander-penev This is the error which arises when trying to build the xeus-clang-repl Dockerfile with llvm-project version 17.x on an arm based architechture , mentioned in PR #77 . I don't currently know enough about the project to be able to fix this, but I'm happy to test the suggestions of others.
The text was updated successfully, but these errors were encountered: