From owner-svn-ports-all@freebsd.org Sat Feb 24 04:36:55 2018 Return-Path: Delivered-To: svn-ports-all@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 01DF0F13255; Sat, 24 Feb 2018 04:36:55 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC7696CF6D; Sat, 24 Feb 2018 04:36:54 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 99E0B1924; Sat, 24 Feb 2018 04:36:54 +0000 (UTC) From: Jan Beich To: Bryan Drewery Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462646 - head/lang/rust/files References: <201802222205.w1MM5LjB071448@repo.freebsd.org> Date: Sat, 24 Feb 2018 05:36:45 +0100 In-Reply-To: (Bryan Drewery's message of "Fri, 23 Feb 2018 20:04:39 -0800") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2018 04:36:55 -0000 Bryan Drewery writes: > On 2/22/18 2:05 PM, Jan Beich wrote: > >> Author: jbeich >> Date: Thu Feb 22 22:05:21 2018 >> New Revision: 462646 >> URL: https://svnweb.freebsd.org/changeset/ports/462646 >> >> Log: >> lang/rust: unbreak on aarch64 after r459911 >> >> gmake: Leaving directory '.../aarch64-unknown-freebsd/release/build/rustc_binaryen-cfb76adb9420e94c/out/build' >> --- stderr >> c++: error: the clang compiler does not support '-march=native' >> c++: error: the clang compiler does not support '-march=native' >> >> PR: 225600 >> Reported by: Gergely Czuczy, pkg-fallout >> Obtained from: upstream (binaryen 1.37.35) >> Approved by: portmgr blanket > > Please submit patches upstream. Especially for this project it is > infuriating that building from git or using rustup doesn't work. Did you miss "Obtained from" ? ENOTIME to test Rust build otherwise. I do most of my build/runtime testing via poudriere. Rust only builds on real hardware or via cross-compilation (proper, not qemu-user). Due to privacy, lack of root, out of date -CURRENT or pre-RELEASE is why I tend to stay away from ref* machines for ports/ work.