Firefox 57.0_3, 1 i386 SSE2 removal breaks build on FreeBSD 11.1 i386
Jan Beich
jbeich at FreeBSD.org
Tue Nov 28 16:00:11 UTC 2017
"Burmeister, Robert" <Robert.Burmeister at utoledo.edu> writes:
> Firefox 57.0_3,1 i386 SSE2 removal breaks build on FreeBSD 11.1 i386:
>
> Compiling same-file v0.1.3
> Compiling smallvec v0.4.3
> Compiling percent-encoding v1.0.0
> Compiling matches v0.1.4
> Compiling simd v0.2.0
> error[E0432]: unresolved import `x86::sse2`
> --> /tmp/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`
>
> error: aborting due to previous error
>
> error: Could not compile `simd`.
Can you still reproduce after the following fix?
https://svnweb.freebsd.org/changeset/ports/455039
More information about the freebsd-gecko
mailing list