Re: [rust-dev] 0.5 prerelease testing

2012-12-19 Thread Brian Anderson
I created an issue for it at least: https://github.com/mozilla/rust/issues/4232 A suitably motivated individual should be able to get this working without too much hassle. Thanks again. - Original Message - From: "Ralph Giles" To: "Lindsey Kuper" Cc: "Brian Anderson" , rust-dev@mozil

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 syste

Re: [rust-dev] 0.5 prerelease testing

2012-12-19 Thread Eric Holk
On Dec 19, 2012, at 8:50 PM, Lindsey Kuper 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 scope > > I don't t

Re: [rust-dev] 0.5 prerelease testing

2012-12-19 Thread Lindsey Kuper
On Wed, Dec 19, 2012 at 9:01 PM, Brian Anderson 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: > > > Thank

Re: [rust-dev] 0.5 prerelease testing

2012-12-19 Thread Amit Jain
Every thing fine on macosx 10.6.8 too. On Dec 20, 2012 1:09 PM, "Simon Symeonidis" wrote: > 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 > 7d818abf16c0061278658b8cfc6e0e085

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 wrote: > Bu

Re: [rust-dev] 0.5 prerelease testing

2012-12-19 Thread Matthew McPherrin
Everything seems fine here 132bee6d5b24b22f101b446a908cdcdcc89df1a7 rust-0.5.tar.gz make -j64 check says result: ok. 998 passed; 0 failed; 74 ignored Debian Squeeze. ___ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-d

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 Chevalier

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 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 ..

[rust-dev] 0.5 prerelease testing

2012-12-19 Thread Graydon Hoare
Hi, We've posted a prerelease of 0.5 to: http://static.rust-lang.org/dist/rust-0.5.tar.gz This is _not_ a signed release, just a candidate. We expect to post a couple more before we sign it. At this point we're just curious to get more platform coverage. If you happen to have a some spare cycl