maintainer-feedback requested: [Bug 236441] www/chromium stops with unknown type name '__uint128_t' on arm64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 10 05:58:07 UTC 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-chromium mailing
list <chromium at FreeBSD.org> for maintainer-feedback:
Bug 236441: www/chromium stops with unknown type name '__uint128_t' on arm64
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236441



--- Description ---
On an rpi3 running FreeBSD 13.0-CURRENT r344791 GENERIC  arm64
with ports at Revision: 495224

attempts to compile www/chromium using
make -DBATCH MAKE_UNSAFE_JOBS=yes DISABLE_VULNERABILITIES=yes > make.log &

result in make stopping with /usr/include/machine/ucontext.h:46:2: error:
unknown type name '__uint128_t'
	__uint128_t	fp_q[32];
	^
1 error generated.


More information about the freebsd-chromium mailing list