asdf-community / asdf-community/asdf-racket

Problem installing 8.3 on macOS Monterey on M1 Max

Open
#3 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
13
Forks
7
PR merge metrics
No merged PRs in 30d

Description

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!

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing `asdf install racket 8.3` on macOS Monterey with an M1 Max and inspect the build output around `cp starter: No such file or directory`. Confirm the cause of the failed installation and verify that installation completes and `racket` runs successfully afterward.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, shell
Domain
operating-systems, tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.