Giulio Eulisse
Giulio Eulisse
New crash: ``` [/Users/ktf/src/sw/osx_arm64/ROOT/alice-v6-36-00-local9/lib/libCling.6.36.000.so] clang::Sema::EnterTemplatedContext(clang::Scope*, clang::DeclContext*) (no debug info) [/Users/ktf/src/sw/osx_arm64/ROOT/alice-v6-36-00-local9/lib/libCling.6.36.000.so] clang::Sema::EnterTemplatedContext(clang::Scope*, clang::DeclContext*) (no debug info) [/Users/ktf/src/sw/osx_arm64/ROOT/alice-v6-36-00-local9/lib/libCling.6.36.000.so] clang::Sema::ActOnReenterTemplateScope(clang::Decl*, llvm::function_ref) (no debug info) [/Users/ktf/src/sw/osx_arm64/ROOT/alice-v6-36-00-local9/lib/libCling.6.36.000.so] clang::Parser::ReenterTemplateScopes(clang::Parser::MultiParseScope&, clang::Decl*) (no debug info) [/Users/ktf/src/sw/osx_arm64/ROOT/alice-v6-36-00-local9/lib/libCling.6.36.000.so] clang::Parser::ParseLexedMethodDef(clang::Parser::LexedMethod&) (no...
I can confirm that 3d9e24253d94c8363843d79c8f671da907b66f3f + aec7971d256d7d0a337b776ab8196279bbc75db7 fixes the remaining issues for us. Thanks! Now doing a new build with them in 5895. @pcanal I still need 0a57bf4ed77bc31b3e0d6a63edff3a89a22c387f to fix...
@aalkin @singiamtel @pzhristov @ddobrigk @adriansev This allows alibuild to reuse an already existing virtualenv which is active at the moment of the build.
In principle no, they will just install as usual and think that python comes from the virtualenv. It's however a good idea to add similar support also for anything which...
Yes, as discussed, please merge this one in the GCC one (using rebase, not a merge commit).
What's your "prefer_system:" (without check)? Maybe we are mishandling that.
Can you also point us to where shipdist is located?
@lietava just clone bookkeeping-api at the same level as O2 and alidist, it will be picked up automatically from your local checkout, rather than the one specified in the recipe....
https://github.com/alisw/alidist/pull/5536 should do the job.
As a side note, I am not sure having a DataFormat depending on the Bookkeeping API is a good idea. Can't you factorise it into a separate component?