-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
gz-harmonic failing to build on macOS arm, due to ogre failure #2478
Comments
Maybe you can try without ogre1.9? Does it work if you comment out the following line? https://github.com/osrf/homebrew-simulation/blob/master/Formula/gz-rendering8.rb#L26 |
Ogre2.3 also fails. On my side it seems to be a Freetype issue:
However, I do have freetype installed:
|
I had the same issue when I try to install gz-garden. "_zzip_file_read", referenced from: The same result with both x86_64 and arm64. However, the installation was successful when I used iTerm2 with Rosetta 2 enabled. |
But I guess we want to unlock full native speed specially when simulating, don't we? If you think performance was not impaired too much, lmk and I will try this way! |
HOMEBREW_VERSION: 4.1.16
ORIGIN: https://github.com/Homebrew/brew
HEAD: c0c8a4dd4dd19ec16deb429abd50cdf82ea33b27
Last commit: 5 days ago
Core tap JSON: 19 Oct 12:20 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.01KX0mygsH/org.xquartz:0
HOMEBREW_MAKE_JOBS: 8
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: octa-core 64-bit arm_firestorm_icestorm
Clang: 14.0.3 build 1403
Git: 2.39.2 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Curl: 7.84.0 => /usr/bin/curl
macOS: 13.0.1-arm64
CLT: 14.3.1.0.1.1683849156
Xcode: 14.3.1
Rosetta 2: false
Error (I couldnt gist the logs):
I tried changing the
-DCMAKE_OSX_ARCHITECTURES
flag toarm64
instead of the defaultx86-64
, but no success with that. I also saw a couple other issues with trouble building on apple silicon, but they seemed unrelated.The text was updated successfully, but these errors were encountered: