cpt.py disfunctioning
The build instructions on the front README page were used to attempt building cling right from source because the published binaries' architecture (i386) doesn't match with mine (amd64).
Each time I run cpt.py it's malfunctioning with the following error.
subprocess.CalledProcessError: Command 'git checkout cling-patches-rrelease_50' returned non-zero exit status 1
Can you please share the complete stack trace of the error? Also, what flags are you invoking cpt with?
Also, what flags are you invoking cpt with? The same described in the README.
On 02/12/2020, Pratyush Das [email protected] wrote:
Can you please share the complete stack trace of the error? Also, what flags are you invoking cpt with?
-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/root-project/cling/issues/372#issuecomment-737008703
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
(basically, do not touch the --with-llvm-url, --with-clang-url and --with-cling-url flags unless you are absolutely sure you need them and know what they do)