I have python3.4 as python default. git-clang-format uses python2, but has a #!/usr/bin/env python shebang. This will execute it with py3, which fails. -> please perform the shebang fix for this file. Reproducible: Always
Hit the problem as well, but the affected package is llvm not git.
https://github.com/gentoo/gentoo/pull/1766
Also sent a patch upstream: http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20160620/163068.html
Sad it wasn't ever assigned to llvm maintainers...
commit 9ca3a8be770285335ab3e2ef9b253a28f9909d41 Author: Austin English <wizardedit@gentoo.org> AuthorDate: Mon Jun 27 03:21:02 2016 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: Sun Jul 3 09:17:44 2016 sys-devel/llvm: fix git-format-clang shebang, #562688 Bug: https://bugs.gentoo.org/562688 Package-Manager: portage-2.2.28 Pull-Request: https://github.com/gentoo/gentoo/pull/1766