-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rust is failing to build on i686-pc-mingw32 #10893
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
Comments
Today error : cp: i686-pc-mingw32/stage2/bin/rustrt.lib
cp: i686-pc-mingw32/stage2/bin/std.dll
warning: removing previous 'std-*.dll' libraries: i686-pc-mingw32/stage2/bin//std-6425b930ca146ae9-0
.9-pre.dll
warning: removing previous 'libstd-*.rlib' libraries: i686-pc-mingw32/stage2/bin//libstd-6425b930ca1
46ae9-0.9-pre.rlib
cp: cannot stat `i686-pc-mingw32/stage1/bin/rustc/i686-pc-mingw32/bin/libstd-6425b930ca146ae9-0.9-pr
e.rlib': No such file or directory
make: *** [i686-pc-mingw32/stage2/bin/std.dll] Error 1
|
I've heard the |
Yes I just successfully build it today, thanks |
@Heather I think the first |
@klutzy wait... but it's building without errors for me now... Do you mean it's working only because I run build second time? |
@Heather llvm build is triggered only if you haven't built it before or llvm has been upgraded. |
@klutzy I will try to reproduce with clean build |
Right, it's still being failing if I build it first time ( or even if I remove i686-... (build) folder ) with the same error. |
@Heather What version of mingw/gcc did you use? |
|
I also reproduced the error on mingw 4.0 / gcc 4.8.1. |
I'm having the same issue:
|
I'm also having this issue. Same version information as @ameyp. |
I am also getting the error. Same versions as ameyp. Any more info on this? |
According to this thread, this error happens because this particular binary (llvm-c-test) is compiled with -std=c99 flag. Apparently 'off_t' is not in ANSI standard, so mingw's |
The text was updated successfully, but these errors were encountered: