This still fails to install due to the mingw-w64-crt
version required below 6.0.0, not including 6.0.0
Search Criteria
Package Details: mingw-w64-rust-bin 1.82.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-rust-bin.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-rust-bin |
Description: | Systems programming language focused on safety, speed and concurrency (official build, mingw-w64) |
Upstream URL: | https://www.rust-lang.org |
Keywords: | mingw-w64 rust |
Licenses: | Apache-2.0 OR MIT |
Conflicts: | mingw-w64-rust |
Provides: | mingw-w64-rust |
Submitter: | pingplug |
Maintainer: | pingplug |
Last Packager: | pingplug |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-13 16:04 (UTC) |
Last Updated: | 2024-10-22 04:10 (UTC) |
Dependencies (6)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libgit2 (libgit2-gitAUR)
- mingw-w64-crt (llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- mingw-w64-gcc (mingw-w64-gcc132AUR, llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- mingw-w64-wineAUR (optional) – for cargo test support
Required by (3)
- mingw-w64-libdovi (requires mingw-w64-rust) (make)
- mingw-w64-librsvg (requires mingw-w64-rust) (make)
- mingw-w64-rav1e (requires mingw-w64-rust) (make)
Sources (10)
- https://static.rust-lang.org/dist/cargo-1.82.0-x86_64-unknown-linux-gnu.tar.xz
- https://static.rust-lang.org/dist/cargo-1.82.0-x86_64-unknown-linux-gnu.tar.xz.asc
- https://static.rust-lang.org/dist/rust-std-1.82.0-i686-pc-windows-gnu.tar.xz
- https://static.rust-lang.org/dist/rust-std-1.82.0-i686-pc-windows-gnu.tar.xz.asc
- https://static.rust-lang.org/dist/rust-std-1.82.0-x86_64-pc-windows-gnu.tar.xz
- https://static.rust-lang.org/dist/rust-std-1.82.0-x86_64-pc-windows-gnu.tar.xz.asc
- https://static.rust-lang.org/dist/rust-std-1.82.0-x86_64-unknown-linux-gnu.tar.xz
- https://static.rust-lang.org/dist/rust-std-1.82.0-x86_64-unknown-linux-gnu.tar.xz.asc
- https://static.rust-lang.org/dist/rustc-1.82.0-x86_64-unknown-linux-gnu.tar.xz
- https://static.rust-lang.org/dist/rustc-1.82.0-x86_64-unknown-linux-gnu.tar.xz.asc
Latest Comments
« First ‹ Previous 1 2
adsun commented on 2018-09-24 20:34 (UTC)
pingplug commented on 2018-09-24 05:33 (UTC) (edited on 2019-07-26 03:44 (UTC) by pingplug)
- rust will change source package (mostly cargo) without changing file name during minor version update. If the source failed to pass sha256sum check, remove it and try again. If it fails again, please flag this package out-of-date.
- Exception handling will be disabled when using sjlj version of GCC (i686-w64-mingw32 toolchain in
mingw-w64-gcc
). - to use this, you should add
/opt/rust/bin
toPATH
, and setCARGO_HOME
to/opt/rust/cargo
.
lantw44 commented on 2018-09-23 18:12 (UTC)
The dependency is broken again because mingw-w64-crt has been updated to 6.0.0 ...
dontub commented on 2018-06-14 06:56 (UTC)
Do you plan to release a version that is compatible with mingw-w64-crt 5.0.4?
Pinned Comments
pingplug commented on 2018-09-24 05:33 (UTC) (edited on 2019-07-26 03:44 (UTC) by pingplug)
mingw-w64-gcc
)./opt/rust/bin
toPATH
, and setCARGO_HOME
to/opt/rust/cargo
.