Bug 223302 - www/firefox fails built with "unresolved import `x86::sse2`"
Summary: www/firefox fails built with "unresolved import `x86::sse2`"
Status: Closed DUPLICATE of bug 223300
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-gecko (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-29 11:12 UTC by gja822
Modified: 2017-10-29 13:12 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (gecko)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gja822 2017-10-29 11:12:01 UTC
Building www/firefox from ports ("make" command from within ports' tree) failed with versions 56.0.2_4,1 and 56.0.2_5,1. Rust version is rust-1.21.0, Thunderbird was successfully upgraded likewise to thunderbird-52.4.0_3 (also with RUST version ON).

FreeBSD 10.4-STABLE #0 r324759M amd64

The error message:

error[E0432]: unresolved import `x86::sse2`
  --> /usr/ports/www/firefox/work/firefox-56.0.2/third_party/rust/simd/src/common.rs:17:10
   |
17 | use x86::sse2::common;
   |          ^^^^ Could not find `sse2` in `x86`

   Compiling mp4parse_fallible v0.0.1 (file:///usr/ports/www/firefox/work/firefox-56.0.2/media/libstagefright/binding/mp4parse_fallible)
   Compiling bitflags v0.8.2
   Compiling regex-syntax v0.4.0
   Compiling log v0.3.6
   Compiling unicode-width v0.1.4
libintl_locale.a.desc
rm -f libintl_locale.a
/usr/ports/www/firefox/work/firefox-56.0.2/obj-x86_64-unknown-freebsd10.4/_virtualenv/bin/python /usr/ports/www/firefox/work/firefox-56.0.2/config/expandlibs_gen.py -o libintl_locale.a.desc nsLocaleService.o Unified_cpp_intl_locale0.o  
error: aborting due to previous error

error: Could not compile `simd`.
Comment 1 gja822 2017-10-29 11:14:02 UTC
The thread on the FreeBSD forum: https://forums.freebsd.org/threads/63007/
Comment 2 Jan Beich freebsd_committer freebsd_triage 2017-10-29 13:12:12 UTC
I can't reproduce on 10.4-RELEASE amd64, see http://sprunge.us/UaEW. Can you attach make.conf or at least show CPUTYPE?

*** This bug has been marked as a duplicate of bug 223300 ***