Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Apr 2018 23:24:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 227130] lang/rust: Update to 1.25
Message-ID:  <bug-227130-21738-57smhzYygC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227130-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227130-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227130

--- Comment #19 from Bryan Drewery <bdrewery@FreeBSD.org> ---
(In reply to Charlie Li from comment #18)
> (In reply to Bryan Drewery from comment #17)
> This was from testport, so rust is the only item building. Furthermore,
> PARALLEL_JOBS is already reduced to 3 (ncpu - 1 on my machine). Still does
> not explain why my patch didn't have this problem.

testport allows MAKE_JOBS to use all CPUS, it is not related to PARALLEL_JO=
BS.
You would need to set MAKE_JOBS_NUMBER=3D3 in make.conf too.

I don't know about your patch but it was wrong. You removed the bootstrap
patching
which is still needed on head.  You bumped the bootstrap date to a newer one
which
resolves the problem but why not build with the bootstrap it expects rather
than a newer one?  While it fixes one thing it may break another subtly.

files/patch-src_librustc__back_target_freebsd__base.rs is still partially
needed as only 1 of the changes were upstreamed for 1.25.  The
'is_like_openbsd' is still needed.

The binaryen patch is still needed as it is still used in 1.25.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227130-21738-57smhzYygC>