Bug#948497: clang-tools-9: python2 shebang's

Christian Göttsche cgzones at googlemail.com
Thu Jan 9 14:15:49 GMT 2020


Package: clang-tools-9
Version: 1:9.0.1-5
Severity: serious

The following files contain a python2 shebang, making them unusable on
a python3 only system:

$ grep -Ri '/usr/bin/env' /usr/bin | grep -iw python
/usr/bin/scan-view-9:#!/usr/bin/env python
/usr/bin/scan-build-py-9:#!/usr/bin/env python
/usr/bin/git-clang-format-9:#!/usr/bin/env python
/usr/bin/hmaptool-9:#!/usr/bin/env python

$ scan-view /tmp/scan-build-2020-01-09-150248-22678-1
/usr/bin/env: ‘python’: No such file or directory



More information about the Pkg-llvm-team mailing list