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

Rust9x refuses to compile because the Rust build it is based off of doesn't have archives in Rust servers anymore #31

Open
AlureonWin opened this issue Jul 3, 2024 · 5 comments
Assignees

Comments

@AlureonWin
Copy link

image

@AlureonWin
Copy link
Author

(To clarify, I'm not using Windows 7, this is Windows 10 customized to look like it)

@seritools
Copy link
Member

seritools commented Jul 5, 2024

Interesting - as a workaround I think you can set

[llvm]
download-ci-llvm = false

in the config. Seems like old LLVM builds are deleted from the artifacts repo after some time rust-lang#123956.

@seritools seritools self-assigned this Jul 5, 2024
@AlureonWin
Copy link
Author

Nope, it didn't work.
image

@seritools
Copy link
Member

seritools commented Jul 7, 2024

Did you install cmake as required by the LLVM compile step (just like it says on the screenshot ^^).

Just as a note: I didn't have luck compiling that LLVM version with MSVC++ 2022 17.11.0 Preview 2.1, it likely needs VS2019 to compile properly.

All of this will be resolved once I to rebase and port rust9x to a newer Rust version of course, but no ETA for that.

@K4sum1
Copy link

K4sum1 commented Jul 10, 2024

I do have a VM that works to build LLVM and Rust, but I have no idea how to replicate this. I'll have to give it a try later to see what all I need.

Here is my config btw (works for 1.76.0 too)
https://github.com/Eclipse-Community/eRust/blob/mod-1.77.2/config.toml

Edit: See if you can get it to compile with this, since I made this from officially installed MSVC2019 in my 10 VM I'm now using for Rust.

https://archive.org/details/funny-windows-development-kit

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

3 participants