On my Windows XP,I got this error,which i compile the code: warning: got 1 RUST_LOG specs but only matched 0 of them. You may have mistyped a RUST_LOG spec. Use RUST_LOG=::help to see the list of crates and modules.
task <unnamed> failed at 'failure in CreateProcess: The system cannot find the file specified. ', C:\bot\slave\dist2-win\build\src\libstd\run.rs:532 error: internal compiler error: unexpected failure note: the compiler hit an unexpected failure path. this is a bug note: try running with RUST_LOG=rustc=1 to get further details and report the results to github.com/mozilla/rust/issues task <unnamed> failed at 'explicit failure', c:\bot\slave\dist2-win\build\src\librustc\rustc.rs:391 At 2013-09-28 03:00:02,[email protected] wrote: >Send Rust-dev mailing list submissions to > [email protected] > >To subscribe or unsubscribe via the World Wide Web, visit > https://mail.mozilla.org/listinfo/rust-dev >or, via email, send a message with subject or body 'help' to > [email protected] > >You can reach the person managing the list at > [email protected] > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Rust-dev digest..." > > >Today's Topics: > > 1. Re: 0.8 release (Aaron Dandy) > 2. Re: 0.8 release (Vadim) > > >---------------------------------------------------------------------- > >Message: 1 >Date: Fri, 27 Sep 2013 08:28:08 -0600 >From: Aaron Dandy <[email protected]> >To: Renato Lenzi <[email protected]>, "[email protected]" > <[email protected]> >Subject: Re: [rust-dev] 0.8 release >Message-ID: <[email protected]> >Content-Type: text/plain; charset="utf-8" > >You have mingw installed with required packages installed? > >Sent from my Windows Phone >________________________________ >From: Renato Lenzi<mailto:[email protected]> >Sent: ?9/?27/?2013 7:09 >To: [email protected]<mailto:[email protected]> >Subject: [rust-dev] 0.8 release > >Strange thing... >after installing rust 08 on W7 System rustc.exe (or rust.exe or rusti.exe) >doesn't start and Windows complains: > >"the application was unable to start correctly (0xc0000005). >The worst thing is that reinstalling rust07 i get the same error...... now >i'm without Rust :-( > >ideas? > >Regards. >-------------- next part -------------- >An HTML attachment was scrubbed... >URL: ><http://mail.mozilla.org/pipermail/rust-dev/attachments/20130927/9b707aa4/attachment-0001.html> >-------------- next part -------------- >_______________________________________________ >Rust-dev mailing list >[email protected] >https://mail.mozilla.org/listinfo/rust-dev > >------------------------------ > >Message: 2 >Date: Fri, 27 Sep 2013 11:20:45 -0700 >From: Vadim <[email protected]> >To: Renato Lenzi <[email protected]> >Cc: "[email protected]" <[email protected]> >Subject: Re: [rust-dev] 0.8 release >Message-ID: > <CADecdiJJdRnjoJf7qCk=e+bya_1s4iznhgy-deoytd8agth...@mail.gmail.com> >Content-Type: text/plain; charset="iso-8859-1" > >Known issue: #5878 <https://github.com/mozilla/rust/issues/5878>. > >At mingw prompt, run: > mingw-get upgrade "g++<4.6" > mingw-get upgrade "libpthread=2.8.0-3" > >This will roll some components back to older version that Rust binaries >require. > >You can then copy libgcc_s_dw2-1.dll, libstdc++-6.dll and libpthread-2.dll >from %mingw%\bin into Rust installation directory and run "mingw-get >upgrade" to go back to latest versions. > >Vadim > > > >On Fri, Sep 27, 2013 at 6:09 AM, Renato Lenzi <[email protected]> wrote: > >> Strange thing... >> after installing rust 08 on W7 System rustc.exe (or rust.exe or rusti.exe) >> doesn't start and Windows complains: >> >> "the application was unable to start correctly (0xc0000005). >> The worst thing is that reinstalling rust07 i get the same error...... now >> i'm without Rust :-( >> >> ideas? >> >> Regards. >> >> _______________________________________________ >> Rust-dev mailing list >> [email protected] >> https://mail.mozilla.org/listinfo/rust-dev >> >> >-------------- next part -------------- >An HTML attachment was scrubbed... >URL: ><http://mail.mozilla.org/pipermail/rust-dev/attachments/20130927/bffb4afe/attachment-0001.html> > >------------------------------ > >Subject: Digest Footer > >_______________________________________________ >Rust-dev mailing list >[email protected] >https://mail.mozilla.org/listinfo/rust-dev > > >------------------------------ > >End of Rust-dev Digest, Vol 39, Issue 86 >**************************************** _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
