https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251356

            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-b...@freebsd.org
          Reporter: b...@freebsd.org
                CC: ge...@freebsd.org, r...@freebsd.org
                CC: ge...@freebsd.org, r...@freebsd.org

After upgrading lang/rust and devel/rust-cbindgen from r556157 on 12.2-STABLE,
I'm trying to upgrade www/firefox but I'm getting the following error:

Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libloading
CARGO_MANIFEST_DIR=/usr/ports/www/firefox/work/firefox-83.0/third_party/rust/libloading
CARGO_PKG_AUTHORS='Simonas Kazlauskas <libload...@kazlauskas.me>'
CARGO_PKG_DESCRIPTION='A safer binding to platform’s dynamic library loading
utilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=ISC
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libloading
CARGO_PKG_REPOSITORY='https://github.com/nagisa/rust_libloading/'
CARGO_PKG_VERSION=0.6.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6
CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE=''
LD_LIBRARY_PATH='/usr/ports/www/firefox/work/.build/release/deps:/usr/local/lib'
OUT_DIR=/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/lib.rs
--error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib
--emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C embed-bitcode=no
-C metadata=953ee19b08b9b3db -C extra-filename=-953ee19b08b9b3db --out-dir
/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/release/deps --target
x86_64-unknown-freebsd -C
linker=/usr/ports/www/firefox/work/firefox-83.0/build/cargo-linker -L
dependency=/usr/ports/www/firefox/work/.build/x86_64-unknown-freebsd/release/deps
-L dependency=/usr/ports/www/firefox/work/.build/release/deps --cap-lints warn
-C opt-level=2 -C force-frame-pointers=yes --cap-lints warn -C
target-cpu=skylake -Cembed-bitcode=yes -C codegen-units=1 -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/codegen/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
    |
    = 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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to