Pratyush Das
Pratyush Das
Thanks for pointing out those rather serious bugs! I am hoping to do a cleanup sweep through cpt in the very near future, where I'll try and fix these issues...
> So yes: what we need is someone to > > * check whether cpack builds deb, rpm, dmg, ... just fine > * else hand in a PR that...
> @reikdas do you want to give it a shot? I had made some progress some months ago (I think motivated by @ax3l). The progress is here - https://github.com/vgvassilev/cling/pull/214. I...
Have you tried `-DLLVM_PARALLEL_LINK_JOBS=` via the cmake extra args flag?
I think there might be other dependencies as well that are not detected as being already installed (and there is either a force reinstall or cpt offloads the installation check...
`cpt.py` is currently broken since Cling was updated to build using LLVM 9. It should be fixed very soon (You can try `cpt.py` from https://github.com/reikdas/cling/tree/cpt-llvm9 for now; your invocation should...
This should be fixed in master now. Can you try it?
Can you please share the complete stack trace of the error? Also, what flags are you invoking cpt with?
It seems like the examples in the "Overriding Default Variables" section of the README could be a little outdated. Can you try using cpt like - `python cpt.py --check-requirements --current-dev=tar`...
Just an addition - perhaps this is the motivation needed to add the [macOS 11.0 runner](https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11.0-Readme.md) to Cling's GitHub Actions CI.