Build Error - anaconda3 OSX + crash report #17722
-
Hello devs and community, I have a major build failure when going to run the tests for the MOOSE build in my conda moose env. This started the other while working with Github and doing a make clean then and attempting to make my MOOSE app which was previously working. I ran an update with Big Sur, then after updating conda, and recompiling moose, the failure occurs at:
I then went to the conda troubleshooting and failed to run the script:
The failure also prevented me from running make altogether for other cpp applications. I could not isolate the problem to Xcode, anaconda etc, so I did a factory reset and reinstalled Big Sur 11.3, dev tools etc and attempt to reinstall MOOSE. I then received the same failure messages after repeating the above steps. As per the MOOSE error output, I have attached the error and crash report here below. Thank you very much in advance for any guidance, Paul |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
This may be a new Xcode issue. I know a recent update occurred, but I have yet to test it. I'll do that now and report back. |
Beta Was this translation helpful? Give feedback.
-
For those who experience a similar issue in the future, I am re-answering this question now that MOOSE also supports Xcode 12.5, 13, and 13.1. Please update your conda packages to the newest versions by performing
within your MOOSE conda environment. See #19289 for more information. |
Beta Was this translation helpful? Give feedback.
For those who experience a similar issue in the future, I am re-answering this question now that MOOSE also supports Xcode 12.5, 13, and 13.1. Please update your conda packages to the newest versions by performing
within your MOOSE conda environment. See #19289 for more information.