[issue44998] macOS build test failure

Ned Deily report at bugs.python.org
Wed Oct 6 00:21:54 EDT 2021


Ned Deily <nad at python.org> added the comment:

> /Library/Developer/CommandLineTools/usr/bin/make build_all_merge_profile
> /usr/local/bin/llvm-profdata merge -output=code.profclangd *.profclangr

It looks like your build was trying to use a mixture of llvm tools, probably clang from the Apple-supplied Command Line Tools and llvm from /usr/local/bin, perhaps from some package manager like Homebrew. Use one or the other; we strongly recommend building with, and only test with, the Apple-supplied tool chains from either the most Xcode or Command Line Tools release for each macOS release.

----------
resolution:  -> works for me
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44998>
_______________________________________


More information about the Python-bugs-list mailing list