[Bug 227130] lang/rust: Update to 1.25
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 2 23:24:55 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227130
--- Comment #19 from Bryan Drewery <bdrewery at 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_JOBS.
You would need to set MAKE_JOBS_NUMBER=3 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.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-gecko
mailing list