Skip to content

Nightly Rust compiler doesn't work anymore #29294

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

Closed
jaxx opened this issue Oct 25, 2015 · 10 comments
Closed

Nightly Rust compiler doesn't work anymore #29294

jaxx opened this issue Oct 25, 2015 · 10 comments

Comments

@jaxx
Copy link

jaxx commented Oct 25, 2015

Hi,

I have a problem with latest Rust 1.5 nightly versions in Windows 10 64-bit. Calling rustc --version from command line gives me an error that application was unable to start correctly. Week ago there were no such problems.

capture

@retep998
Copy link
Member

This should have been fixed as of #29255

@Diggsey
Copy link
Contributor

Diggsey commented Oct 25, 2015

@retep998 That only fixes 32-bit versions, this is still a problem for 64-bit if you don't have mingw installed.

@retep998
Copy link
Member

@Diggsey So the 64-bit version is still missing DLLs then?

@Diggsey
Copy link
Contributor

Diggsey commented Oct 25, 2015

Yes, and this is a dup of #29246 which was closed in error, and the problem was also reported in #29208

@alexcrichton
Copy link
Member

Ah yes sorry I didn't realize in #29246 that the i686-vs-x86_64 was in play, but this should now be fixed as part of #29306

bors added a commit that referenced this issue Oct 26, 2015
…adimcn

We don't need the support libgcc SEH library, but we do need the C++ standard
library for running the compiler itself.

cc #29208
Closes #29294
@jaxx
Copy link
Author

jaxx commented Oct 27, 2015

Now I'm getting new error from missing library that @alexcrichton mentions in #29306.
capture

@alexcrichton
Copy link
Member

@jaxx what'd you installing/running to see that error? That dll should have been removed as a dependency awhile back and I just checked the most recent nightly build and it shouldn't depend on it.

@alexcrichton
Copy link
Member

Oh wait nevermind, found where the dependency was coming from, guh.

@jaxx
Copy link
Author

jaxx commented Oct 27, 2015

I downloaded most recent 64-bit nightly about 30 minutes ago from the website and installed it. I usually don't remove old versions and install new version over the old one (I guess installer replaces files i destination directory). I'm running Windows 10 64-bit version. I guess I will try to uninstall old nightly first and then install new nightly again.
capture

@jaxx
Copy link
Author

jaxx commented Oct 27, 2015

Uhh, great, I was writing reply while you found the problem (Y)

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

4 participants