Re: [rust-dev] 0.5 prerelease testing

2012-12-21 Thread John Mija
I've installed Windows XP 64bits (under VirtualBox), and I'm using the GCC suite from TDM because its 64-bits version works ok. http://tdm-gcc.tdragon.net/download I could install correctly the Rust through its installer, but when I run rustc it shows an error due it's unable to locate the

Re: [rust-dev] 0.5 prerelease testing

2012-12-20 Thread James Gao
, December 19, 2012 9:30:36 PM Subject: Re: [rust-dev] 0.5 prerelease testing On 12-12-19 8:50 PM, Lindsey Kuper wrote: I don't think it should be impossible to make work, but I never had the energy to dig in, and I never supposed that anyone else cared about 10.5 -- apparently, I was wrong

Re: [rust-dev] 0.5 prerelease testing

2012-12-20 Thread Graydon Hoare
On 12-12-20 03:34 AM, James Gao wrote: 7d818abf16c0061278658b8cfc6e0e0859885b5f *rust-0.5.tar.gz downloaded stage0 binary: *rust-0.5\dl\rust-stage0\bin\rustc.exe* is still failed to execute on *Win8 x64*. Error message is The application was unable to start correctly (0xc142). Click OK

Re: [rust-dev] 0.5 prerelease testing

2012-12-20 Thread John Mija
I've Windows XP under VirtualBox. I'll test it tomorrow. El 20/12/12 20:05, Graydon Hoare escribió: On 12-12-20 03:34 AM, James Gao wrote: 7d818abf16c0061278658b8cfc6e0e0859885b5f *rust-0.5.tar.gz downloaded stage0 binary: *rust-0.5\dl\rust-stage0\bin\rustc.exe* is still failed to execute on

Re: [rust-dev] 0.5 prerelease testing

2012-12-20 Thread Brian Anderson
- Original Message - From: Graydon Hoare gray...@mozilla.com To: rust-dev@mozilla.org Sent: Thursday, December 20, 2012 2:53:58 PM Subject: Re: [rust-dev] 0.5 prerelease testing On 12-12-20 01:03 PM, Brian Anderson wrote: I'll test on Windows 7 x64 today. What's the status

Re: [rust-dev] 0.5 prerelease testing

2012-12-20 Thread James Gao
The same problem occurs, Win8 Ent RTM 64bit, chcp=936. I found that rustrt.dll depends on some MingW dll, which version of MingW should I use? On Fri, Dec 21, 2012 at 6:53 AM, Graydon Hoare gray...@mozilla.com wrote: Candidate builds are up:

Re: [rust-dev] 0.5 prerelease testing

2012-12-20 Thread James Gao
rustc.exe from installer is also crash, here I dump some information from WinDbg: 0:000 g (1d50.c1c): Access violation - code c005 (first chance) First chance exceptions are reported before any exception handling. This exception may be expected and handled. eax=43467590 ebx=

Re: [rust-dev] 0.5 prerelease testing

2012-12-20 Thread Graydon Hoare
On 12-12-20 07:42 PM, James Gao wrote: Confirm the problem here is caused by incompatible version of libstdc++-6.dll, I copy an old version libstdc++-6.dll, then rustc works fine. Can we pack the correct libstdc++-6.dll in the installer and stage0 snapshot packages? I'm afraid not, not

Re: [rust-dev] 0.5 prerelease testing

2012-12-20 Thread Graydon Hoare
On 12-12-20 08:33 PM, James Gao wrote: OK, how about supply a seperate package for these this run-time dll, or give the exact version/hash for the dll? We point directly to the version of mingw we test with on the website.

Re: [rust-dev] 0.5 prerelease testing

2012-12-19 Thread Ralph Giles
On 12-12-19 3:00 PM, Graydon Hoare wrote: We've posted a prerelease of 0.5 to: http://static.rust-lang.org/dist/rust-0.5.tar.gz Doesn't build on MacOS 10.5: checking for GCC atomic builtins... no configure: WARNING: LLVM will be built thread-unsafe because atomic builtins are missing ...

Re: [rust-dev] 0.5 prerelease testing

2012-12-19 Thread Brian Anderson
On 12/19/2012 05:40 PM, Ralph Giles wrote: On 12-12-19 3:00 PM, Graydon Hoare wrote: We've posted a prerelease of 0.5 to: http://static.rust-lang.org/dist/rust-0.5.tar.gz Doesn't build on MacOS 10.5: Thanks! I've long wondered whether Rust actually works on 10.5, which is the oldest OS

Re: [rust-dev] 0.5 prerelease testing

2012-12-19 Thread Tim Chevalier
Built for me without a hitch: Mac OS X 10.7.3, uname -a says: Darwin Tims-MacBook-Pro.local 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64 SHA1(rust-0.5.tar.gz)= 7d818abf16c0061278658b8cfc6e0e0859885b5f Cheers, Tim -- Tim

Re: [rust-dev] 0.5 prerelease testing

2012-12-19 Thread Simon Symeonidis
Greetings, Compiled with no issues. uname -a Linux aeolus 3.6.10-1-ARCH #1 SMP PREEMPT Tue Dec 11 09:40:17 CET 2012 x86_64 GNU/Linux sha1sum rust.tar.gz 7d818abf16c0061278658b8cfc6e0e0859885b5f make check Everything passed Cheers! On Wed, Dec 19, 2012 at 9:32 PM, Tim Chevalier

Re: [rust-dev] 0.5 prerelease testing

2012-12-19 Thread Lindsey Kuper
On Wed, Dec 19, 2012 at 9:01 PM, Brian Anderson bander...@mozilla.com wrote: On 12/19/2012 05:40 PM, Ralph Giles wrote: On 12-12-19 3:00 PM, Graydon Hoare wrote: We've posted a prerelease of 0.5 to: http://static.rust-lang.org/dist/rust-0.5.tar.gz Doesn't build on MacOS 10.5:

Re: [rust-dev] 0.5 prerelease testing

2012-12-19 Thread Eric Holk
On Dec 19, 2012, at 8:50 PM, Lindsey Kuper lind...@rockstargirl.org wrote: /Users/lkuper/rust/src/rt/rust_sched_driver.cpp: In member function 'void rust_sched_driver::start_main_loop()': /Users/lkuper/rust/src/rt/rust_sched_driver.cpp:33: error: 'pthread_setname_np' was not declared in this

Re: [rust-dev] 0.5 prerelease testing

2012-12-19 Thread Ralph Giles
On 12-12-19 8:50 PM, Lindsey Kuper wrote: I don't think it should be impossible to make work, but I never had the energy to dig in, and I never supposed that anyone else cared about 10.5 -- apparently, I was wrong about that! :) I don't care that much, personally, it's not my primary system.