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

Problem installing 8.3 on macOS Monterey on M1 Max #3

Open
yrashk opened this issue Nov 12, 2021 · 2 comments
Open

Problem installing 8.3 on macOS Monterey on M1 Max #3

yrashk opened this issue Nov 12, 2021 · 2 comments

Comments

@yrashk
Copy link

yrashk commented Nov 12, 2021

The end of the build log:

codesign --remove-signature "/Users/yrashk/.asdf/installs/racket/8.3/bin/racket"
strip "/Users/yrashk/.asdf/installs/racket/8.3/bin/racket"
codesign -s - --entitlements "./../../mac/entitlements.plist" "/Users/yrashk/.asdf/installs/racket/8.3/bin/racket"
cp ./../../start/starter-sh "/Users/yrashk/.asdf/installs/racket/8.3/lib/starter-sh"
cp starter "/Users/yrashk/.asdf/installs/racket/8.3/lib/starter"
cp: starter: No such file or directory
make[5]: *** [common-install] Error 1
make[4]: *** [macos-install] Error 2
make[3]: *** [plain-install] Error 2
make[2]: *** [install-cs-common] Error 2
make[1]: *** [install-racketcs] Error 2
make: *** [install] Error 2
/Users/yrashk/.asdf/plugins/racket/bin/install: line 48: /Users/yrashk/.asdf/installs/racket/8.3/bin/raco: No such file or directory
Installed Racket 8.3

And when I try to run racket:

$ racket
dyld[79810]: Library not loaded: @executable_path/Racket.framework/Versions/8.3_CS/Racket
  Referenced from: /Users/yrashk/.asdf/installs/racket/8.3/bin/racket
  Reason: tried: '/Users/yrashk/.asdf/installs/racket/8.3/bin/Racket.framework/Versions/8.3_CS/Racket' (no such file), '/Library/Frameworks/Racket.framework/Versions/8.3_CS/Racket' (no such file), '/System/Library/Frameworks/Racket.framework/Versions/8.3_CS/Racket' (no such file)
fish: Job 1, 'racket' terminated by signal SIGABRT (Abort)

Any thoughts on what might have gone wrong? Thank you!

@v-v-b
Copy link

v-v-b commented Jan 24, 2022

@andrewcrook
Copy link

andrewcrook commented Feb 12, 2022

it’s the same for 8.2

I wonder if there is an option to install pre-compilied?

nandalopes pushed a commit to nandalopes/asdf-racket-fork that referenced this issue Oct 27, 2023
Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 2 to 3.
- [Release notes](https://github.com/asdf-vm/actions/releases)
- [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md)
- [Commits](asdf-vm/actions@v2...v3)

---
updated-dependencies:
- dependency-name: asdf-vm/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants