Skip to content

rustup fails to install gcc on some windows platforms #1163

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
Robbepop opened this issue Jun 13, 2017 · 1 comment
Closed

rustup fails to install gcc on some windows platforms #1163

Robbepop opened this issue Jun 13, 2017 · 1 comment

Comments

@Robbepop
Copy link

Recently I started to receive appveyor build errors for all of my projects with the following error message:

error: aborting due to previous error(s)
error: Could not compile `smt-expr-derive`.
Caused by:
  process didn't exit successfully: `rustc --crate-name smt_expr_derive smt-expr-derive\src\lib.rs --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=6feb16d7e2a8e571 -C extra-filename=-6feb16d7e2a8e571 --out-dir C:\projects\stevia\target\debug\deps -L dependency=C:\projects\stevia\target\debug\deps --extern syn=C:\projects\stevia\target\debug\deps\libsyn-e662069961d8f963.rlib --extern quote=C:\projects\stevia\target\debug\deps\libquote-983cfcbeae6039c8.rlib` (exit code: 101)

Appveyor Link

As far as I know rustup is supposed to install gcc on windows but on some windows platforms it no longer does and thus breaks all my appveyor builds. Other platforms, like linux, are not affected as far as I can tell.

I was forwarded to rustup through IRC channel #rust and hope that this is the right place for this issue.

@mati865
Copy link
Contributor

mati865 commented Jun 14, 2017

The issue is rust-lang/rust#42422
Nightly is fixed already.

@Diggsey Diggsey closed this as completed Jun 25, 2017
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