-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuring incomplete, errors occurred! #10
Comments
@Jinhua-He It is not clear to what caused the error there. Would you be able to show me a few more lines before the |
OK, I copy all the outputs inside my Terminal window into a txt file (attached). |
@Jinhua-He Thank you. Unfortunately I see Homebrew only shows that last 15 lines of the error, so it is still not clear what caused the problem. In order to try and replicate your issue, I set up a fresh Catalina Parallels virtual machine. So I was trying to compare my terminal output with yours. One difference I notice is that for me it installs a lot more packages. That is because they had not been previously installed. Two packages that could be important and that seem to be already installed on your system are What versions of Here, I have:
|
@ajm-asiaa Here it goes the outcome: judge@judges-MacBook-Pro model % cmake --version CMake suite maintained and supported by Kitware (kitware.com/cmake). judge@judges-MacBook-Pro model % gcc --version |
@Jinhua-He That is the same as mine so I got a suggestion from @kswang1029 who sometimes encountered build errors due to the presence of Anaconda Python. Do you have Anaconda Python installed on your MacBook? |
Dear Anthony, Thanks for further digging into this issue. Yes, I am using anaconda. Unfortunately, I cannot find the said .zshrc file. It is strange. Hereby I show you what .* files I have. Which file should I change to block anaconda? Shall I also close the running vscode (I launched it from anaconda navigator)? judge@judges-MBP model % ls -ad ~/.* BTW, the installation in bash has led a similar error: ==> git submodule init CMake will not be able to correctly generate this project. -- Configuring incomplete, errors occurred! If reporting this issue please do so at (not Homebrew/brew or Homebrew/core): |
@Jinhua-He I assumed your system was using ZSH, but it looks like you may be using BASH by default as you have a |
Thank you, but my default shell is zsh: judge@judges-MacBook-Pro ~ % echo $SHELL Now I have repeated the installation in a newly launched clean zsh and found similar error messages (see below). Before doing this, I have commented out the lines related to anaconda in .bash_profile, though I know that it actually won't affect the zsh. It simply means I happened to install my anaconda in bash, right? Don't know if this would complicate the deployment of Carta. (Note: I am trying to install Carta on a personal computer, not on a server.) ==> Installing carta from cartavis/tap CMake will not be able to correctly generate this project. -- Configuring incomplete, errors occurred! If reporting this issue please do so at (not Homebrew/brew or Homebrew/core): |
@Jinhua-He Thanks for trying that. So it seems my idea to get around the problem was wrong. I guess we need to see why the make command is failing in order to understand what is causing the problem. It does not appear in the error message showing up in your terminal. We really need to see a few lines that come before the Did you say before that you can not access the |
Now I have attached the full records of the output in my terminal window, including the contents in my /tmp directory from which you can see that I really cannot find the said files: I tried spotlight, but didn't find the files either. This is partly due to that I only configured my spotlight to document limited types of files such as PDF. (There was a trouble with the spotlight on my mac before: eating too much resources). Welcome your suggestions on how to find the log files. |
Did this issue get solved, for it appears that I have the very same problem, viz the error message is: ==> cmake .. -DUSE_FFTW3=ON -DUSE_HDF5=ON -DUSE_THREADS=ON -DUSE_OPENMP=ON -DBUILD_PYTHON=OFF -DUseCcache=1 -DDATA_DIR=/usr/local/Cellar/carta-casacore/2022.5.11/share/casa CMake will not be able to correctly generate this project. -- Configuring incomplete, errors occurred! ====== Have tried installing from source, starting from bash and from zsh as per some of the discussion above. But always comes back to the same problem. I'm on Mac OSX Sonoma 14.0. Thanks Michael |
@michaelarmagh This is likely a new issue due to Clang 15.0.0 used by macOS Sonoma 14.0. |
I am not able to install the carta package on my mac 10.15 catalina system.
I used the following command offered by the helpdesk:
brew install --build-from-source cartavis/tap/carta
The error messages were as follows, but I couldn't find the said log files on my computer:
Last 15 lines from /Users/judge/Library/Logs/Homebrew/carta-casacore/05.cmake:
make[1]: *** [cmTC_2f49e] Error 1
make: *** [cmTC_2f49e/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:48 (enable_language)
-- Configuring incomplete, errors occurred!
See also "/tmp/carta-casacore-20211207-28721-qrzsf7/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/carta-casacore-20211207-28721-qrzsf7/build/CMakeFiles/CMakeError.log".
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
/~https://github.com/cartavis/homebrew-tap/issues
Thank you!
Jinhua He
The text was updated successfully, but these errors were encountered: