On Fri, Jan 26, 2018 at 06:10:43AM +0100, Landry Breuil wrote:
> On Thu, Jan 25, 2018 at 05:27:16PM +0100, Sebastien Marie wrote:
> > Hi,
> >
> > The following diff updates lang/rust to 1.23 (released since approx 3
> > weeks).
> >
> > I was still able to build it on i386 (but with effort), so I keep it
> > BROKEN-i386.
> >
> > The diff was tested on amd64:
> > - lang/rust build+testsuite
> > - textproc/ripgrep build+testsuite
> > - www/mozilla-firefox build
> >
> > I only built it on i386.
>
> Thanks for working on this. Rust itself builds on amd64 (with ulimit -d
> 4G, 3G wasnt enough) and i386 (with ulimit -d to the max)
>
> < Extended { stage: 2, host: "x86_64-unknown-openbsd", target:
> "x86_64-unknown-openbsd" }
> Build completed successfully in 2:22:46
> < Extended { stage: 2, host: "i686-unknown-openbsd", target:
> "i686-unknown-openbsd" }
> Build completed successfully in 5:47:02
>
> firefox 59.0beta3 built fine on amd64 with that version. Will try i386
> next.
firefox 59.0beta4 built fine with this new rust on i386, once i added
--disable-debug-symbols to CONFIGURE_ARGS.
Landry