You are not logged in.

#1 2022-06-17 01:36:48

elvenaz
Member
Registered: 2022-06-17
Posts: 3

makepkg isn't working in vanilla arch in a VM

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

#2 2022-06-17 01:51:24

Adriik
Member
From: Argentina
Registered: 2022-03-10
Posts: 134
Website

Re: makepkg isn't working in vanilla arch in a VM

Post output of makepkg. (How to post logs and error messages)


I'm just someone. Please use [code] [/code] tags.

Offline

#3 2022-06-17 01:51:41

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: makepkg isn't working in vanilla arch in a VM

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


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#4 2022-06-17 02:36:43

elvenaz
Member
Registered: 2022-06-17
Posts: 3

Re: makepkg isn't working in vanilla arch in a VM

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

#5 2022-06-17 02:44:39

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: makepkg isn't working in vanilla arch in a VM

Offline

#6 2022-06-17 02:53:22

loqs
Member
Registered: 2014-03-06
Posts: 18,967

Re: makepkg isn't working in vanilla arch in a VM

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

#7 2022-06-17 02:55:13

elvenaz
Member
Registered: 2022-06-17
Posts: 3

Re: makepkg isn't working in vanilla arch in a VM

I already tried that, I have all the requirements installed

Offline

#8 2022-06-20 11:04:42

kaoxk
Member
Registered: 2022-06-20
Posts: 2

Re: makepkg isn't working in vanilla arch in a VM

Run:

rustup default stable

Then try makepkg again.

Offline

Board footer

Powered by FluxBB