Date: Tue, 24 Nov 2020 22:48:57 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 251356] www/firefox: build failure after upgrading lang/rust (r556157) Message-ID: <bug-251356-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251356 Bug ID: 251356 Summary: www/firefox: build failure after upgrading lang/rust (r556157) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: bar@FreeBSD.org CC: gecko@FreeBSD.org, rust@FreeBSD.org CC: gecko@FreeBSD.org, rust@FreeBSD.org After upgrading lang/rust and devel/rust-cbindgen from r556157 on 12.2-STAB= LE, I'm trying to upgrade www/firefox but I'm getting the following error: Running `CARGO=3D/usr/local/bin/cargo CARGO_CRATE_NAME=3Dlibloading CARGO_MANIFEST_DIR=3D/usr/ports/www/firefox/work/firefox-83.0/third_party/r= ust/libloading CARGO_PKG_AUTHORS=3D'Simonas Kazlauskas <libloading@kazlauskas.me>' CARGO_PKG_DESCRIPTION=3D'A safer binding to platform=E2=80=99s dynamic libr= ary loading utilities' CARGO_PKG_HOMEPAGE=3D'' CARGO_PKG_LICENSE=3DISC CARGO_PKG_LICENSE_FILE=3D'' CARGO_PKG_NAME=3Dlibloading CARGO_PKG_REPOSITORY=3D'https://github.com/nagisa/rust_libloading/' CARGO_PKG_VERSION=3D0.6.2 CARGO_PKG_VERSION_MAJOR=3D0 CARGO_PKG_VERSION_MIN= OR=3D6 CARGO_PKG_VERSION_PATCH=3D2 CARGO_PKG_VERSION_PRE=3D'' LD_LIBRARY_PATH=3D'/usr/ports/www/firefox/work/.build/release/deps:/usr/loc= al/lib' OUT_DIR=3D/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/release= /build/libloading-5a97b9f65dab7c27/out /usr/local/bin/rustc --crate-name libloading /usr/ports/www/firefox/work/firefox-83.0/third_party/rust/libloading/src/li= b.rs --error-format=3Djson --json=3Ddiagnostic-rendered-ansi,artifacts --crate-t= ype lib --emit=3Ddep-info,metadata,link -C opt-level=3D2 -C panic=3Dabort -C embed-= bitcode=3Dno -C metadata=3D953ee19b08b9b3db -C extra-filename=3D-953ee19b08b9b3db --out-= dir /usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/release/deps --ta= rget x86_64-unknown-freebsd -C linker=3D/usr/ports/www/firefox/work/firefox-83.0/build/cargo-linker -L dependency=3D/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/rele= ase/deps -L dependency=3D/usr/ports/www/firefox/work/.build/release/deps --cap-lints= warn -C opt-level=3D2 -C force-frame-pointers=3Dyes --cap-lints warn -C target-cpu=3Dskylake -Cembed-bitcode=3Dyes -C codegen-units=3D1 -l c` error[E0432]: unresolved import `crate::arch::x86_64::_mm_shuffle_pi8` --> /usr/ports/www/firefox/work/firefox-83.0/third_party/rust/packed_simd/src/c= odegen/shuffle1_dyn.rs:40:29 | 40 | use crate::arch::x86_64::_mm_shuffle_pi8; | ^^^^^^^^^^^^^^^^^^^^^--------------- | | | | | help: a similar name exists in the module: `_mm_shuffle_epi8` | no `_mm_shuffle_pi8` in `arch::x86_64` ... 297 | impl_shuffle1_dyn!(u8x8); | ------------------------- in this macro invocation | =3D note: this error originates in a macro (in Nightly builds, run with= -Z macro-backtrace for more info) I guess that also mail/thunderbird upgrade is failing for the same problem. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251356-7788>