Re: about rustc / successfully build

2015-01-18 Thread Dave Huseby
I'm going to go through my patches and your patches to see if there is anything I missed. You might want to do the same with yours. --dave On Sat, Jan 17, 2015, at 11:25 AM, Sébastien Marie wrote: > Hi ! > > I just finish a full compilation cycle of rustc under openbsd ! We have > a fonctionnal

Re: about rustc / successfully build

2015-01-18 Thread Dave Huseby
I think it is great that we did this at the same time :) --dave On Sat, Jan 17, 2015, at 11:25 AM, Sébastien Marie wrote: > Hi ! > > I just finish a full compilation cycle of rustc under openbsd ! We have > a fonctionnal rustc ! > > The previous Thread problem was due to following dragonfly for

Re: about rustc / successfully build

2015-01-18 Thread Dave Huseby
Me too :) I should try your version on Bitrig to see if non-segmented stacks is better there. I'm getting some issues with sbrk failing sometimes which may be due to ASLR not playing well with segmented stacks. I used your --sysroot patch to get around an issue in stage0 related to load_self in

Re: about rustc / successfully build

2015-01-17 Thread Sébastien Marie
Hi ! I just finish a full compilation cycle of rustc under openbsd ! We have a fonctionnal rustc ! The previous Thread problem was due to following dragonfly for stack managment, whereas dragonfly have segmented-stacks, and openbsd not. And after that, just some linking problem (rustc search LLV

Re: about rustc

2015-01-16 Thread Sébastien Marie
On Fri, Jan 16, 2015 at 08:00:16AM -0700, Aaron Bieber wrote: > Sébastien Marie writes: > > My fork was a pretty sad attempt at getting it ported.. I stopped > with the lack of segmented stacks. That said Dave Huseby made it much > further: https://github.com/dhuseby/rust-cross-openbsd ! segment

Re: about rustc

2015-01-16 Thread Aaron Bieber
Sébastien Marie writes: > Hi, > > I am currently working to port rustc to openbsd (amd64). Awesome! > > I have wrote a compatibility layer for openbsd (using some part of > http://www.ntecs.de/blog/2014/07/29/rust-ported-to-dragonflybsd/ and > https://github.com/qbit/rust-cross-openbsd), and I

about rustc

2015-01-16 Thread Sébastien Marie
Hi, I am currently working to port rustc to openbsd (amd64). I have wrote a compatibility layer for openbsd (using some part of http://www.ntecs.de/blog/2014/07/29/rust-ported-to-dragonflybsd/ and https://github.com/qbit/rust-cross-openbsd), and I am able to cross-compile a rustc openbsd-binary f