cling icon indicating copy to clipboard operation
cling copied to clipboard

cpt.py disfunctioning

Open tripulse opened this issue 5 years ago • 3 comments

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

tripulse avatar Dec 02 '20 03:12 tripulse

Can you please share the complete stack trace of the error? Also, what flags are you invoking cpt with?

reikdas avatar Dec 02 '20 05:12 reikdas

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

tripulse avatar Dec 02 '20 06:12 tripulse

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)

reikdas avatar Dec 02 '20 07:12 reikdas