Skip to content

Building PetSc & 'Too many active git changes' & pyadjoint #2605

Discussion options

You must be logged in to vote

I am no expert on dealing with install issues, but I wouldn't be surprised if your issue is related to the warning you got early on in that log

Warning: Your Command Line Tools are too outdated.
Update them from Software Update in System Preferences or run:
  softwareupdate --all --install --force

If that doesn't show you any updates, run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install

Alternatively, manually download them from:
  https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 13.4.


Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences or run:
  …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@yianzeng
Comment options

yianzeng Oct 27, 2022
Collaborator Author

Answer selected by yianzeng
Comment options

You must be logged in to vote
1 reply
@yianzeng
Comment options

yianzeng Oct 27, 2022
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment