-
Notifications
You must be signed in to change notification settings - Fork 4
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
CUTEst installation issue, file not found #82
Comments
I can confirm that I'm also seeing this error now. Very strange as it was working fine a few weeks ago when this homebrew formula was updated, so no idea what has suddenly changed to make it fail in this way. Possibly the new macOS linker? |
Hi @frankecurtis. Sorry for the delay. I just tried on my Mac, and it worked. I’m also using macOS 14.5 with the latest command-line tools. Could you share the contents of |
Thanks, @dpo . |
There’s not much in the log file, actually. Would you by any chance have environment variables that point to another CUTEst installation? If not, I’ll simply rebuild the bottles to see if that solves the issue. I’ll open a PR now. |
Try to solve issue described in #82. Closes #83. Signed-off-by: Dominique <[email protected]>
@frankecurtis @jfowkes Please give it another try and let me know if the new bottles fix the issue. |
Hi @dpo, still failing for me unfortunately. It looks like there's no bottle for
I would still expect the source build to succeed through... |
There’s no botte because it’s a non-default build, so it’s expected that it would build from source. I’ll try again when I’m at my computer. |
Should be fixed now. 🤞 |
I'm having issues installing cutest.
Macbook Pro running macOS 14.5 (23F79). I have updated Xcode 15.4 (15F31d) command line tools. I'm using Homebrew 4.3.7. The command
brew install cutest --without-single
leads to the following error:
==> Fetching optimizers/cutest/cutest
==> Downloading https://github.com/ralna/CUTEst/archive/refs/tags/v2.1.0.tar.gz
Already downloaded: /Users/frankecurtis/Library/Caches/Homebrew/downloads/7338c3fd131e4e9e4b5e9a3624ed8242d33e6f02d3a1aa51ae7ddb1371469ffd--CUTEst-2.1.0.tar.gz
==> Installing cutest from optimizers/cutest
==> Patching
==> ./install_cutest < cutest.input
==> gfortran -fPIC -shared -Wl,-all_load libcutest.a -o libcutest_double.dylib -Wl,-undefined -Wl,dynamic_lookup -headerpad_max_install_names
Last 15 lines from /Users/frankecurtis/Library/Logs/Homebrew/cutest/02.gfortran:
gfortran
-fPIC
-shared
-Wl,-all_load
libcutest.a
-o
libcutest_double.dylib
-Wl,-undefined
-Wl,dynamic_lookup
-headerpad_max_install_names
ld: file not found:
collect2: error: ld returned 1 exit status
Not sure if it's something to do with my configuration or cutest itself. Note: I'm using the new default shell (zsh), although I'm not sure if that matters here. Thanks!
The text was updated successfully, but these errors were encountered: