Re: [rust-dev] does not build on build on VectorLinux 7 on ThinkPad T23

2013-07-18 Thread Corey Richardson
On Thu, Jul 18, 2013 at 3:45 PM, Graydon Hoare wrote: > On 13-07-18 12:26 PM, Daniel Micay wrote: > >> It actually got much better since that was written, but there was a >> recent 300MiB regression. >> >> http://huonw.github.io/isrustfastyet/mem/ > > > I believe https://github.com/mozilla/rust/pu

Re: [rust-dev] does not build on build on VectorLinux 7 on ThinkPad T23

2013-07-18 Thread Graydon Hoare
On 13-07-18 12:26 PM, Daniel Micay wrote: It actually got much better since that was written, but there was a recent 300MiB regression. http://huonw.github.io/isrustfastyet/mem/ I believe https://github.com/mozilla/rust/pull/7644 is the fix for that. It has bitrotted recently but only slight

Re: [rust-dev] does not build on build on VectorLinux 7 on ThinkPad T23

2013-07-18 Thread Daniel Micay
On Thu, Jul 18, 2013 at 3:16 PM, Lindsey Kuper wrote: > On Thu, Jul 18, 2013 at 12:08 PM, Corey Richardson wrote: >> On Thu, Jul 18, 2013 at 3:05 PM, Steve Adams wrote: >>> Quite possible. The machine in question has just 1Gb. It's booted up to >>> just a text shell to keep as much memory open

Re: [rust-dev] does not build on build on VectorLinux 7 on ThinkPad T23

2013-07-18 Thread Graydon Hoare
On 13-07-18 12:16 PM, Lindsey Kuper wrote: On Thu, Jul 18, 2013 at 12:08 PM, Corey Richardson wrote: On Thu, Jul 18, 2013 at 3:05 PM, Steve Adams wrote: Quite possible. The machine in question has just 1Gb. It's booted up to just a text shell to keep as much memory open as possible. Althou

Re: [rust-dev] does not build on build on VectorLinux 7 on ThinkPad T23

2013-07-18 Thread Lindsey Kuper
On Thu, Jul 18, 2013 at 12:08 PM, Corey Richardson wrote: > On Thu, Jul 18, 2013 at 3:05 PM, Steve Adams wrote: >> Quite possible. The machine in question has just 1Gb. It's booted up to >> just a text shell to keep as much memory open as possible. >> >> Although I built it on a CruchBang syste

Re: [rust-dev] does not build on build on VectorLinux 7 on ThinkPad T23

2013-07-18 Thread Corey Richardson
On Thu, Jul 18, 2013 at 3:05 PM, Steve Adams wrote: > Quite possible. The machine in question has just 1Gb. It's booted up to > just a text shell to keep as much memory open as possible. > > Although I built it on a CruchBang system on the same class machine (same > memory, disk and CPU) and it

Re: [rust-dev] does not build on build on VectorLinux 7 on ThinkPad T23

2013-07-18 Thread Steve Adams
Quite possible. The machine in question has just 1Gb. It's booted up to just a text shell to keep as much memory open as possible. Although I built it on a CruchBang system on the same class machine (same memory, disk and CPU) and it works fine -- but it takes hours there as well (could stil

Re: [rust-dev] does not build on build on VectorLinux 7 on ThinkPad T23

2013-07-18 Thread Daniel Micay
On Wed, Jul 17, 2013 at 3:11 PM, Steve Adams wrote: > Also, regardless of which system I use to build, it takes many hours to do a > build. Will this be changing in future releases? If it takes many hours to build, you're probably running out of memory. After LLVM is built, it takes me 12-15 min

[rust-dev] does not build on build on VectorLinux 7 on ThinkPad T23

2013-07-18 Thread Steve Adams
I have build the 0.5 and up releases on ThinkPad T23 systems running Anti-X, CrunchBang and Lubuntu with no problems. However, it always fails with a compiler error when trying to build on VectorLinux 7. Also, regardless of which system I use to build, it takes many hours to do a build. Will