You are not logged in.
hello everyone, I'm new to arch and I'm learning in a virtual machine, I'm trying to install paru but it won't let me advance a build error as far as I understand, I have base-devel installed and I don't find a similar problem in the forum, so That's why I ask for help by this means, and I don't know how to put images here jejeje
Offline
Post output of makepkg. (How to post logs and error messages)
I'm just someone. Please use [code] [/code] tags.
Offline
If it's just text that you want to post then don't use an image...
https://wiki.archlinux.org/title/Genera … s_and_code
To post command outputs and logs you can use a pastebin service...
https://wiki.archlinux.org/title/List_o … n_services
Offline
hello,that's all the procedure i'm following
[elvenaz elvenazi gitsclones 1$ ls
paru
[elvenaz elvenazi gitsclones ]$ cd paru
[elvenaz elvenaz1 paru 1$ ls
paru-1.10.0.tar.gz pkg PKGBUILD src
[elvenaz elvenaz1 paru $ makepkg -si
==> Making package: paru 1.10.0-1 (Thu 16 Jun 2022 08:32:02 PM CDT),
==> Checking runtime dependencies... ==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found paru-1.10.0.tar.gz
==> Validating source files with sha256sums...
paru-1.10.0.tar.gz ... Passed
==> Extracting sources...
-> Extracting paru-1.10.0.tar.gz with bsdtar
==> Removing existing Spkgdir/ directory...
==> Starting build()...
error: no override and no default toolchain set
error: no override and no default toolchain set
==> ERROR: A failure occurred in buildi.
Aborting...
Offline
Offline
error: no override and no default toolchain set You picked rustup to provide cargo but have no toolchain installed Rust#Arch_Linux_package.
Please reconsider installing an AUR helper until you have more experience using makepkg.
Offline
I already tried that, I have all the requirements installed
Offline
Run:
rustup default stable
Then try makepkg again.
Offline