From owner-freebsd-gecko@freebsd.org Sun Oct 29 11:12:01 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D59D2E60936 for ; Sun, 29 Oct 2017 11:12:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B98F675BEA for ; Sun, 29 Oct 2017 11:12:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B8B2DE60935; Sun, 29 Oct 2017 11:12:01 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B840AE60934 for ; Sun, 29 Oct 2017 11:12:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A730775BE9 for ; Sun, 29 Oct 2017 11:12:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v9TBC1U9078851 for ; Sun, 29 Oct 2017 11:12:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: maintainer-feedback requested: [Bug 223302] firefox fails built with "unresolved import `x86::sse2`" Date: Sun, 29 Oct 2017 11:12:01 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2017 11:12:01 -0000 gja822@narod.ru has reassigned Bugzilla Automation 's request for maintainer-feedback to gecko@FreeBSD.org: Bug 223302: firefox fails built with "unresolved import `x86::sse2`" https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223302 --- Description --- Building www/firefox from ports ("make" command from within ports' tree) fa= iled 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/bin= ding /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/_= virt ualenv/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=20=20 error: aborting due to previous error error: Could not compile `simd`.