I get an error on 103.0.2:
0:05.20 Compiling packed_simd_2 v0.3.7 (https://github.com/hsivonen/packed_simd?rev=c149d0a519bf878567c7630096737669ec2ff15f#c149d0a5)
0:05.20 Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=packed_simd_2 CARGO_MANIFEST_DIR=/tmp/firedragon/src/firefox-103.0.2/third_party/rust/packed_simd_2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable Packed SIMD vectors' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/packed_simd' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=packed_simd_2 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/packed_simd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/firedragon/src/firefox-103.0.2/obj/release/deps:/usr/lib' OUT_DIR=/tmp/firedragon/src/firefox-103.0.2/obj/x86_64-unknown-linux-gnu/release/build/packed_simd_2-bf368c61c9c07f17/out /usr/bin/rustc --crate-name packed_simd_2 --edition=2018 /tmp/firedragon/src/firefox-103.0.2/third_party/rust/packed_simd_2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="into_bits"' -C metadata=d4f0b5df40416526 -C extra-filename=-d4f0b5df40416526 --out-dir /tmp/firedragon/src/firefox-103.0.2/obj/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=/tmp/firedragon/src/firefox-103.0.2/build/cargo-linker -L dependency=/tmp/firedragon/src/firefox-103.0.2/obj/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/firedragon/src/firefox-103.0.2/obj/release/deps --extern cfg_if=/tmp/firedragon/src/firefox-103.0.2/obj/x86_64-unknown-linux-gnu/release/deps/libcfg_if-74b32b34d5cfdce8.rmeta --cap-lints warn -C debuginfo=2 --cap-lints warn -Cembed-bitcode=yes -C codegen-units=1`
0:05.20 error: expected one of `!` or `::`, found keyword `mod`
0:05.20 --> /tmp/firedragon/src/firefox-103.0.2/third_party/rust/packed_simd_2/src/lib.rs:347:7
0:05.21 |
0:05.21 347 | crate mod llvm {
0:05.21 | ^^^ expected one of `!` or `::`
0:05.21 error: could not compile `packed_simd_2` due to previous error
0:05.21 Caused by:
0:05.21 process didn't exit successfully: `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=packed_simd_2 CARGO_MANIFEST_DIR=/tmp/firedragon/src/firefox-103.0.2/third_party/rust/packed_simd_2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable Packed SIMD vectors' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/packed_simd' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=packed_simd_2 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/packed_simd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/firedragon/src/firefox-103.0.2/obj/release/deps:/usr/lib' OUT_DIR=/tmp/firedragon/src/firefox-103.0.2/obj/x86_64-unknown-linux-gnu/release/build/packed_simd_2-bf368c61c9c07f17/out /usr/bin/rustc --crate-name packed_simd_2 --edition=2018 /tmp/firedragon/src/firefox-103.0.2/third_party/rust/packed_simd_2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="into_bits"' -C metadata=d4f0b5df40416526 -C extra-filename=-d4f0b5df40416526 --out-dir /tmp/firedragon/src/firefox-103.0.2/obj/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=/tmp/firedragon/src/firefox-103.0.2/build/cargo-linker -L dependency=/tmp/firedragon/src/firefox-103.0.2/obj/x86_64-unknown-linux-gnu/release/deps -L dependency=/tmp/firedragon/src/firefox-103.0.2/obj/release/deps --extern cfg_if=/tmp/firedragon/src/firefox-103.0.2/obj/x86_64-unknown-linux-gnu/release/deps/libcfg_if-74b32b34d5cfdce8.rmeta --cap-lints warn -C debuginfo=2 --cap-lints warn -Cembed-bitcode=yes -C codegen-units=1` (exit status: 1)
0:05.21 make[4]: *** [/tmp/firedragon/src/firefox-103.0.2/config/makefiles/rust.mk:430: force-cargo-library-build] Error 101
0:05.21 make[4]: Leaving directory '/tmp/firedragon/src/firefox-103.0.2/obj/toolkit/library/rust'
0:05.21 make[3]: *** [/tmp/firedragon/src/firefox-103.0.2/config/recurse.mk:72: toolkit/library/rust/target] Error 2
0:05.21 make[3]: *** Waiting for unfinished jobs....
same thing happened with waterfox-classic-kpe package https://aur.archlinux.org/packages/waterfox-classic-kpe
it's a new version of rust/packed_simd_2 combo that causes this
currently on rust 1:1.63.0-1
downgrading to rust 1:1.62.1-1 fixed the waterfox build, I'm testing firedragon now. [edit] successfully built with rust 1:1.62.1-1
Pinned Comments
dr460nf1r3 commented on 2024-04-17 16:23 (UTC) (edited on 2024-04-17 16:26 (UTC) by dr460nf1r3)
Everyone can now participate in the general package update process! The process is almost entirely automated, these are the necessary steps:
firedragon
folder contains the files of this repo)FGD commented on 2024-02-03 22:31 (UTC)
We are finally there! After being frozen on version 119 and investing quite some time improving the app,
Firedragon
now has an entirely new base!Please see the Announcement post:
https://forum.garudalinux.org/t/new-firedragon-major-version-is-out/34585