-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Install tarball links both point to non-bundled archive #880
Comments
Related: https://crystal-lang.org/2024/11/05/lifetime-event-loop/ Could try installing the latest nightly release where you shouldn't need EDIT: It seems the archive you linked isn't the bundled one. I just downloaded https://github.com/crystal-lang/crystal/releases/download/1.14.0/crystal-1.14.0-1-linux-x86_64-bundled.tar.gz and it has |
@Blacksmoke16 It seems the download link I followed both referred to the same file?
They are the same, so I guess I did not download the bundled version? Who can we ping to update the download links? |
No, they for sure point to diff archives:
They're very similar but the latter has that |
Not on my firefox.... strange. https://crystal-lang.org/install/#linux This is the link you open? I did a reload... for sure they point to the same file (the non-bundle). |
Ooo no, I was grabbing the links directly off the GH release. I'll re-open this and transfer it to the correct repo. Thanks! |
Bug Report
I am running a custom LFS based distro and I downloaded crystal lang from the download page as a bundle:
https://github.com/crystal-lang/crystal/releases/download/1.14.0/crystal-1.14.0-1-linux-x86_64.tar.gz
I unpacked the tar ball under /usr/local
I see that /usr/local/lib/crystal contains a single file
libgc.a
My program:
I tried to run it:
This is due to
libevent.a
missing in/usr/local/lib/crystal
. Is it expected to be on the host? In what sense is the download abundle
?I assumed that a download would contain its own dependencies to be able to generate ready-to-run binaries.
ld
is fairly fundamental but so far I have installed +200 packages without needinglibevent
in any form or shape so its not indispensable.The text was updated successfully, but these errors were encountered: