You are not logged in.
Pages: 1
I tried to install arch at Lenovo IdeaPad slim3. When I cloned par from git and run makepkg starting problems. How I can solve it.
Code here
sam@archlinux ~]$ git clone https://aur.archlinux.org/paru.git
Cloning into 'paru'...
remote: Enumerating objects:196, done.
remote: Counting objects: 100% (196/196), done.
remote: Compressing objects: 100% (140/140), done.
remote: Total 196 (delta 57), reused 195 (delta 56), pack-reused 0 (from 0)
Receiving objects: 100% (196/196), 63.94 KiB | 10.66 MiB/s, done.
Resolving deltas: 100% (57/57), done.
[sam@archlinux ~]$ cd paru
[sam@archlinux paru]$ makepkg -si
==> ERROR: Cannot find the debugedit binary required for including source files in debug packages.
==> ERROR: Cannot find the fakeroot binary.
[sam@archlinux paru]
Offline
You'll need to install base-devel as detailed in
https://wiki.archlinux.org/title/Arch_U … ng_started
Offline
Thanks! I'm idiot - forget and no mind.
Offline
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Resolved
Offline
by editing your initial posts subject
Click https://bbs.archlinux.org/edit.php?id=2300232 - you'll be able to change the subject of the thread.
Offline
Pages: 1