Closed e-taha closed 6 months ago
the following two lines stand out to me:
https://gist.github.com/e-taha/274dfb45b1ad23fc61564231cc41d538#file-02-make-L223-L224
make[2]: *** No rule to make target `/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib/libm.tbd', needed by `lib/libgz-physics7-dartsim-plugin.7.0.0.dylib'. Stop.
make[2]: *** Waiting for unfinished jobs....
Especially seeing MacOSX12.sdk
in the file path, while your brew config
shows macOS 14. Perhaps your command-lint tools installation is out of date?
I re-installed the command line tools, but I get the same error. I checked the /Library/Developer/CommandLineTools/SDKs
folder and MacOSX12.sdk
folder doesn't exist there. The folders that exist are MacOSX14.sdk, MacOSX14.4.sdk, MacOSX13.sdk, MacOSX13.3.sdk and MacOSX.sdk. Do I need to install an older version of sdk?
after reinstalling, do the error logs still reference that MacOSX12.sdk path?
it's been a while since the last response; I'll close this, but reopen if the issue persists
Hello, I had the same problem . A grep in the homebrew root folder resulted in the following:
./Cellar/libccd/2.1_1/lib/ccd/ccd-targets-release.cmake:11: IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE "/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib/libm.tbd"
Simply reinstalling libccd
via brew solved the problem for me. Hope this helps if somebody else has this problem
I was trying to install Gazebo-harmonic on my Macbook Air M1. I run the commands like in the documentation:
But then I received an error:
The maximum number of open files on this system has been reached. Use
ulimit -n
to increase this limit.I wrote
ulimit -n 512
and re-run thebrew install gz-harmonic
command, but I received an error. The last 3 lines were:Then I re-run the command with verbose flag:
It gave me the following error:
Error: osrf/simulation/gz-physics7 7.0.0 did not build
Brew configuration:
Output link of
brew gist-logs gz-physics7
command (brew gist-logs gz-harmonic
didn't create anything)https://gist.github.com/e-taha/274dfb45b1ad23fc61564231cc41d538