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

Git Submodule Checkout Instructions and Please Upload to Dybvig's/Cisco's Mainline Code #33

Closed
haziz opened this issue Dec 19, 2020 · 1 comment

Comments

@haziz
Copy link

haziz commented Dec 19, 2020

I have actually figured it out after asking on StackOverflow, but it would be useful to your users, particularly those that are not very Git savvy to give instructions regarding checking out the submodules (nanopass, zlib, etc.) before starting to ./configure.

git submodule init
git submodule update

Initially it repeatedly complained about the lack of the nanopass, zlib (etc.) submodules, when I "./configured" and it took me a while, as well as some help to figure it out.

Also clearer instructions for making and installing Chez Scheme would be welcome. I realize that this is intended as the backend for future versions of Racket, however since your project now does support 64 bit aarch64 on ARM, while the mainline Dybvig/Cisco project still does not, I did resort to your version of Chez Scheme when trying to install Chez Scheme on a Raspberry Pi running aarch64 Raspberry Pi OS (formerly called Raspbian).

Uploading or backporting or offering a pull request for the appropriate code to the mainline Chez Scheme project, as well better documentation overall would be very welcome.

I did finally manage to install Chez Scheme on aarch64 on the Raspberry Pi, so for that and for your work on Racket, a big thank you!

@mflatt
Copy link
Member

mflatt commented Dec 21, 2020

Thanks for the suggestion! I'm adding those git submodule hints to the configure output.

There are a number of pending upstreaming PRs for the cicso/ChezScheme repo, and we'd be happy to submit more as the maintainers' time and interest allows. AArch64 support in the Racket branch depends on significant changes like flonum unboxing, garbage collector revisions, and build-system changes, so it's not easy to upstream without/before some existing PRs plus many other potential intermediate PRs.

Meanwhile, this repo exists to make the Racket branch of Chez Scheme (which is developed day-to-day within the racket/racket repo) more readily available by itself, and we're happy for it to be used independent of Racket.

@mflatt mflatt closed this as completed in 3f2ae7f Dec 21, 2020
mflatt added a commit that referenced this issue Mar 24, 2021
mflatt added a commit to mflatt/ChezScheme that referenced this issue Oct 10, 2023
mflatt added a commit to mflatt/ChezScheme that referenced this issue Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants