From owner-freebsd-gecko@freebsd.org Mon Apr 2 23:24:55 2018 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEBBCF6C901 for ; Mon, 2 Apr 2018 23:24:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8125A78566 for ; Mon, 2 Apr 2018 23:24:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4263EF6C900; Mon, 2 Apr 2018 23:24:54 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E870F6C8FF for ; Mon, 2 Apr 2018 23:24:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A87287855F for ; Mon, 2 Apr 2018 23:24:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id E89B512C5B for ; Mon, 2 Apr 2018 23:24:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w32NOqTV065629 for ; Mon, 2 Apr 2018 23:24:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w32NOqlP065627 for gecko@FreeBSD.org; Mon, 2 Apr 2018 23:24:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 227130] lang/rust: Update to 1.25 Date: Mon, 02 Apr 2018 23:24:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bdrewery@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rust@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2018 23:24:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227130 --- Comment #19 from Bryan Drewery --- (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.=