objc[12170]: Class RunStopper is implemented in both /opt/miniconda3/envs/workEnv/lib/libCore.6.30.04.so (0x101a60be8) and /Applications/root_v6.30.06/lib/libCore.so (0x102718148). One of the two will be used. Which one is undefined. ERROR in cling::CIFactory::createCI(): resource directory /opt/miniconda3/envs/workEnv/etc//cling/lib/clang/13.0.0 not found! fatal error: module map file 'lib/clang/13.0.0/include/module.modulemap' not found Replaced symbol at_quick_exit cannot be found in JIT! <<< cling interactive line includer >>>: fatal error: module file '/tmp/root-feedstock/miniforge3/conda-bld/root_base_1708607520229/work/build-dir/lib/_Builtin_stddef_max_align_t.pcm' not found: module file not found <<< cling interactive line includer >>>: note: imported by module 'Darwin' in '/opt/miniconda3/envs/workEnv/lib/Darwin.pcm' Failed to load module Darwin Module std not found. Module _Builtin_intrinsics not found. Module ROOT_Foundation_C not found. Module ROOT_Config not found. Module ROOT_Rtypes not found. Module ROOT_Foundation_Stage1_NoRTTI not found. Module Core not found. Module Rint not found. Module RIO not found. Module MathCore not found. Module Hist not found. Failed to load module Darwin Failed to load module Cling_Runtime Failed to load module Cling_Runtime_Extra Failed to load module Vc input_line_4:2:2: error: unknown type name 'include' #include "TError.h" ^ In file included from input_line_4:2: /opt/miniconda3/envs/workEnv/include/TError.h:12:8: error: expected ';' after top level declarator #ifndef ROOT_TError ^ ; In file included from input_line_4:2: In file included from /opt/miniconda3/envs/workEnv/include/TError.h:34: In file included from /opt/miniconda3/envs/workEnv/include/RtypesCore.h:28: In file included from /opt/miniconda3/envs/workEnv/include/c++/v1/cstddef:36: In file included from /opt/miniconda3/envs/workEnv/include/c++/v1/__assert:14: In file included from /opt/miniconda3/envs/workEnv/include/c++/v1/__verbose_abort:13: /opt/miniconda3/envs/workEnv/include/c++/v1/__availability:269:5: error: "It looks like you're trying to enable vendor availability markup, but you haven't defined the corresponding macros yet!" # error "It looks like you're trying to enable vendor availability markup, but you haven't defined the corresponding macros yet!" ^ In file included from input_line_4:2: In file included from /opt/miniconda3/envs/workEnv/include/TError.h:34: In file included from /opt/miniconda3/envs/workEnv/include/RtypesCore.h:28: In file included from /opt/miniconda3/envs/workEnv/include/c++/v1/cstddef:36: In file included from /opt/miniconda3/envs/workEnv/include/c++/v1/__assert:14: /opt/miniconda3/envs/workEnv/include/c++/v1/__verbose_abort:39:2: error: expected unqualified-id #if !defined(_LIBCPP_VERBOSE_ABORT) ^ In file included from input_line_4:2: In file included from /opt/miniconda3/envs/workEnv/include/TError.h:34: In file included from /opt/miniconda3/envs/workEnv/include/RtypesCore.h:28: In file included from /opt/miniconda3/envs/workEnv/include/c++/v1/cstddef:38: /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/enable_if.h:21:50: error: no variable template matches partial specialization template struct _LIBCPP_TEMPLATE_VIS enable_if {typedef _Tp type;}; ^ /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/enable_if.h:21:72: error: expected expression template struct _LIBCPP_TEMPLATE_VIS enable_if {typedef _Tp type;}; ^ /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/enable_if.h:23:39: error: cannot template a using declaration template using __enable_if_t _LIBCPP_NODEBUG = typename enable_if<_Bp, _Tp>::type; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/enable_if.h:23:59: error: C++ requires a type specifier for all declarations template using __enable_if_t _LIBCPP_NODEBUG = typename enable_if<_Bp, _Tp>::type; ^ /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/enable_if.h:23:96: error: use of undeclared identifier '_Bp' template using __enable_if_t _LIBCPP_NODEBUG = typename enable_if<_Bp, _Tp>::type; ^ /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/enable_if.h:23:111: error: expected '(' for function-style cast or type construction template using __enable_if_t _LIBCPP_NODEBUG = typename enable_if<_Bp, _Tp>::type; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/enable_if.h:25:2: error: expected unqualified-id #if _LIBCPP_STD_VER > 11 ^ In file included from input_line_4:2: In file included from /opt/miniconda3/envs/workEnv/include/TError.h:34: In file included from /opt/miniconda3/envs/workEnv/include/RtypesCore.h:28: In file included from /opt/miniconda3/envs/workEnv/include/c++/v1/cstddef:39: /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/integral_constant.h:35:1: error: unknown type name '_LIBCPP_CONSTEXPR' _LIBCPP_CONSTEXPR const _Tp integral_constant<_Tp, __v>::value; ^ /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/integral_constant.h:35:28: error: expected ';' at end of declaration _LIBCPP_CONSTEXPR const _Tp integral_constant<_Tp, __v>::value; ^ /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/integral_constant.h:37:9: error: no template named 'integral_constant' typedef integral_constant true_type; ^ /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/integral_constant.h:38:9: error: no template named 'integral_constant' typedef integral_constant false_type; ^ /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/integral_constant.h:41:1: error: cannot template a using declaration using _BoolConstant _LIBCPP_NODEBUG = integral_constant; ^ /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/integral_constant.h:41:21: error: C++ requires a type specifier for all declarations using _BoolConstant _LIBCPP_NODEBUG = integral_constant; ^ /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/integral_constant.h:41:63: error: use of undeclared identifier '_Val' using _BoolConstant _LIBCPP_NODEBUG = integral_constant; ^ /opt/miniconda3/envs/workEnv/include/c++/v1/__type_traits/integral_constant.h:43:2: error: expected unqualified-id #if _LIBCPP_STD_VER > 14 ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] cling (LLVM option parsing): for the --optimize-regalloc option: may only occur zero or one times!