-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
OpenBSD ports Crystal not building #14026
Comments
I'll take a look |
Duplicate of / related to #13665 |
This should be resolved with #15122 |
Compiling in OpenBSD 7.6 still fails,
|
Probably open a new issue, this was specifically about indirect branch tracking |
Yeah, that's a crystal path issue. |
Could you guys hint me on how to fix that or the build commands you used to compile successfully on OpenBSD?... I know it's not the appropriate place, but I can't find any information anywhere else. Sorry |
@TheMBL09898 It's probably best to ask in the support section on the Crystal forum: https://forum.crystal-lang.org/c/help-support/11 (or in a community chat channel). Please include repeatable steps (the exact commands you ran that ended up with that error message). |
The crystal binary is probably a shell script that sets some environment vars then calls the actual crystal binary. Those env vars likely conflict with the ones declared by the Makefile and the compiler ends up loading the stdlib twice (from install then got clone) which conflicts. You may copy the actual binary as For further help please reach to the forum, thanks :) |
Hello all,
Not really specific to the package but I thought I would reach out given https://crystal-lang.org/install/on_openbsd/ page.
Currently the ports version is broken and needs repair. I've seen not initiative via the ports mailing list to fix it. Is there any kind soul who would like to fix this?
Regards
Dylan
The text was updated successfully, but these errors were encountered: