[Bug 223300] www/firefox (56+) fails to build using lang/rust (1.21+) built with PORT_LLVM=on: error[E0432]: unresolved import `x86::sse2`
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 28 10:34:53 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223300
--- Comment #27 from vvd at unislabs.com ---
After last update of rust-1.22.1 to 1.22.1_1 and firefox-57.0_2,1 to 57.0_3,1
error was returned:
Compiling simd v0.2.0
error[E0432]: unresolved import `x86::sse2`
-->
/usr/obj/usr/ports/www/firefox/work/firefox-57.0/third_party/rust/simd/src/common.rs:17:10
|
17 | use x86::sse2::common;
| ^^^^ Could not find `sse2` in `x86`
Compiling term v0.4.5
error: aborting due to previous error
error: Could not compile `simd`.
warning: build failed, waiting for other jobs to finish...
error: build failed
========================
It's FreeBSD 11.1 i386. On 11.1 amd64 no errors.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gecko
mailing list