svn commit: r462646 - head/lang/rust/files

Jan Beich jbeich at FreeBSD.org
Sat Feb 24 04:36:55 UTC 2018


Bryan Drewery <bdrewery at FreeBSD.org> 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.


More information about the svn-ports-head mailing list