-
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
Failed to build Falaise locally on Mac OS 10.15.4 (Catalina) #22
Comments
Traced to openssl changing their URLs. SuperNEMO-DBD/homebrew-core has been updated with this, so please try:
then
If that complains or fails, try
|
Thanks, that installed that dependancy. However, I think it is stuck installing cmake. I tried both [$ brew snemo-boot-strap] and [brew install falaise] but get stuck at the same point for each - no error ==> Installing cmake |
Is there a pop-up window anywhere on screen warning about (IIRC) installed Java or the like? This a macOS annoyance when build systems check for (again, I think) Java. Otherwise, try: $ brew install -v cmake That will give verbose output and indicate where the stall is happening. |
No pop ups. I assume this is where it gets stuck (after ~25 mins): Then nothing for a while (~20 mins) |
I've tried this on my own machine and here's what I get (inc. the pop up) at that stage: the Java popup shouldn't stop the build progressing, but it's all I can think of. Do you have Java installed anywhere? Also, when it sticks like you've shown, can you open another terminal and run |
I'm really at a loss to explain this... All I can (unfortunately) suggest is to nuke the install and start again, juts trying to install $ git clone https://github.com/SuperNEMO-DBD/brew.git snemo-sdk
$ eval $(./snemo-sdk/bin/brew shellenv)
$ brew snemo-doctor
...
$ brew install cmake |
Hi @willquinn, if you were not able to resolve this, I have updated the CMake formula. No guarantee it'll fix things, but if you were still having issues, try
|
Sorry for the late response: Have tried both instances, nuking the install and starting again and updating brew. Neither get me past the same stage as above. Is this just my laptop not being able to install cmake or is it an issue with the version of MacOS - i.e is it reproducible? |
I've added one further path which may (and equally may not) help with the issue. Run
I'm not able to reproduce this hang on two different systems both running Catalina. Let's see if the latest fix resolves it, otherwise we'll need to dig a bit further. |
Ok I am running those commands. Output of the brew snemo-doctor: Please note that these warnings are just used to help the SuperNEMO maintainers Warning: The following directories do not exist: You should create these directories and change their ownership to your account. Warning: Unbrewed dylibs were found in /usr/local/lib. Unexpected dylibs: Warning: You are using macOS 10.15. Warning: Your Homebrew's prefix is not /usr/local. Warning: Ruby version 2.6.3 is unsupported on 10.15. Homebrew Note: I followed the instructions that it gave and created those directories. |
Thanks! The output looks about what I'd expect and is similar to within paths and the |
Hello, is there any news from this issue? I think I got exactly the same problem. I am using MacOS 10.15.6. where is stucked: |
What you were trying to do (and why)
Local install of Falaise on my Mac OS 10.15.4. At snemo-bootstrap stage
$ git clone https://github.com/SuperNEMO-DBD/brew.git snemo-sdk
$ eval $(./snemo-sdk/bin/brew shellenv)
$ brew snemo-doctor
$ brew snemo-bootstrap
What happened (include command output)
Command output
What you expected to happen
Step-by-step reproduction instructions (by running
brew
commands)<Follow instructions at https://github.com/SuperNEMO-DBD/brew under the Quickstart subtitle>
The text was updated successfully, but these errors were encountered: