You are not logged in.
paru -S paru
gives
error: package `reqwest v0.11.22` cannot be built because it requires rustc 1.63.0 or newer, while the currently active rustc version is 1.62.0
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'paru-2.0.1-1':
error: packages failed to build: paru-2.0.1-1i can't find a rustc even in aur.
what do i do to make it work?
Last edited by pradtf (2023-12-10 06:44:02)
in friendship,
prad
Offline
pacman -Q rust
type -a rustc
Offline
# pacman -Q rust
rustup 1.26.0-5
# type -a rustc
rustc is /usr/bin/rustc
paru -S rust
gave rust and rustup in conflict so i removed rustup and it seems to be working fine.
thx!
Last edited by pradtf (2023-12-10 06:42:05)
in friendship,
prad
Offline
So you're using rustup and don't know what rustc is? WHY?!?
You installed a package that requires you to manage your rust installation yourself. If you're not going to do that, don't use rustup.
Offline
i don't know exactly how rustup got there. i'd removed it a couple of years ago because things didn't work right can't remember what.
anyway, as per earlier post, after removal, it has built just fine.
thx again!
Last edited by pradtf (2023-12-10 06:44:34)
in friendship,
prad
Offline