From owner-freebsd-gecko@freebsd.org Sun Oct 29 21:31:03 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 69906E4CE1A for ; Sun, 29 Oct 2017 21:31:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 50EC867A91 for ; Sun, 29 Oct 2017 21:31:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4FD44E4CE19; Sun, 29 Oct 2017 21:31:03 +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 4D9CDE4CE18 for ; Sun, 29 Oct 2017 21:31:03 +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 CAA9A67A8C for ; Sun, 29 Oct 2017 21:31:02 +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 v9TLV2mr040494 for ; Sun, 29 Oct 2017 21:31:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 223300] www/firefox (56+) fails to build using lang/rust (1.21+) built with PORT_LLVM=on: error[E0432]: unresolved import `x86::sse2` Date: Sun, 29 Oct 2017 21:31:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 21:31:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223300 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|www/firefox |www/firefox (56+) fails to |(firefox-56.0.2_3,1) with |build using lang/rust |rust-1.21.0 on amd64: |(1.21+) built with |error[E0432]: unresolved |PORT_LLVM=3Don: error[E043= 2]: |import `x86::sse2` |unresolved import | |`x86::sse2` --- Comment #18 from Jan Beich --- I could reproduce in 11.1-RELEASE i386 jail. PORT_LLVM=3Don is really the culprit. $ git clone https://github.com/rust-lang-nursery/simd $ cd simd $ git checkout v0.2.0 $ export RUSTC_BOOTSTRAP=3D1 # cheat Nightly requirement $ cargo build --release Compiling simd v0.2.0 (file:///tmp/simd) error[E0432]: unresolved import `x86::sse2` --> src/common.rs:17:10 | 17 | use x86::sse2::common; | ^^^^ Could not find `sse2` in `x86` error: aborting due to previous error $ rustc --print target-features Target features help is not supported by this LLVM version. --=20 You are receiving this mail because: You are the assignee for the bug.=