Skip to content
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

configure of libyaml couldn't detect "arm64-apple-darwin22" for build host #616

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Jan 17, 2023

Fixed #615

  checking whether make sets $(MAKE)... (cached) yes
  checking build system type... arm-apple-darwin21.6.0
  checking host system type... Invalid configuration `arm64-apple-darwin21': machine `arm64-apple' not recognized
  configure: error: /bin/sh /Users/hsbt/Downloads/yaml-0.2.5/config/config.sub arm64-apple-darwin21 failed
  *** extconf.rb failed ***

ext/psych/extconf.rb Outdated Show resolved Hide resolved
… host.

  checking whether make sets $(MAKE)... (cached) yes
  checking build system type... arm-apple-darwin21.6.0
  checking host system type... Invalid configuration `arm64-apple-darwin21': machine `arm64-apple' not recognized
  configure: error: /bin/sh /Users/hsbt/Downloads/yaml-0.2.5/config/config.sub arm64-apple-darwin21 failed
  *** extconf.rb failed ***
@hsbt
Copy link
Member Author

hsbt commented Jan 17, 2023

I also confirmed to build with rake compile -- --with-libyaml-source-dir=/Users/hsbt/Downloads/yaml-0.2.5 in my apple silicon machine.

@hsbt hsbt merged commit 482f442 into master Jan 17, 2023
@hsbt hsbt deleted the fix-libyaml-host-name branch January 17, 2023 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants