Unable to install pacnew-chaser from AUR

Wanted to install the pacnew-chaser from the AUR today. Pamac (AUR support in Pamac is enabled), had found nothing. Try with yay, error message, can not be installed. When I search in the Pamac for other software from the AUR (deadbeef), I also get nothing. Did they lock us out?

It would help, if you included that error message in your post…

sorry:

yay pacnew-chaser                                                                                    ✔
1 aur/pacnew-chaser 0.9.22-2 (+3 0.34)
manage .pacnew files, compare and merge (qt gui) - dev version
==> Packages to install (eg: 1 2 3, 1-3 or ^4)
==> 1
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  pacnew-chaser-0.9.22-2

:: (1/1) Downloaded PKGBUILD: pacnew-chaser
1 pacnew-chaser                    (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> n
:: (1/1) Parsing SRCINFO: pacnew-chaser
==> FEHLER: Cannot find the strip binary required for object file stripping.
-> error downloading sources: pacnew-chaser
context: exit status 15


==> FEHLER: Cannot find the strip binary required for object file stripping.
-> error making: pacnew-chaser

You’re missing the base-devel group which is required for using the AUR. See Arch User Repository - Manjaro

This is a fresh Manjaro installation, why is something so basic missing here? And how do I install this?

It’s just basic to using the AUR.
The use of which is not part of a standard Manjaro installation.

Strange, then apparently it was before, because I’ve never had to reinstall it.

and what???

sudo pacman -S base-devel                                                                            ✔
[sudo] Passwort für uwe:
:: Es gibt 24 Elemente in Gruppe base-devel:
:: Repositorium core
1) autoconf  2) automake  3) binutils  4) bison  5) fakeroot  6) file  7) findutils  8) flex  9) gawk  10) gcc
11) gettext  12) grep  13) groff  14) gzip  15) libtool  16) m4  17) make  18) pacman  19) patch  20) pkgconf
21) sed  22) sudo  23) texinfo  24) which

Geben Sie eine Auswahl ein (Voreinstellung=alle):

once you have installed the base-devel group
you never need to worry about it again
But this is only needed if you want to use packages from the AUR.
… and the use of the AUR is not part of the initial, standard Manjaro installation.

alle!
the whole group - all of those

1 Like
eben Sie eine Auswahl ein (Voreinstellung=alle):
Warnung: file-5.41-1 ist aktuell -- Reinstalliere
Warnung: findutils-4.8.0-1 ist aktuell -- Reinstalliere
Warnung: gawk-5.1.1-1 ist aktuell -- Reinstalliere
Warnung: gettext-0.21-1 ist aktuell -- Reinstalliere
Warnung: grep-3.7-1 ist aktuell -- Reinstalliere
Warnung: groff-1.22.4-6 ist aktuell -- Reinstalliere
Warnung: gzip-1.11-1 ist aktuell -- Reinstalliere
Warnung: libtool-2.4.6+42+gb88cebd5-16 ist aktuell -- Reinstalliere
Warnung: pacman-6.0.1-2 ist aktuell -- Reinstalliere
Warnung: sed-4.8-1 ist aktuell -- Reinstalliere
Warnung: sudo-1.9.8.p2-1 ist aktuell -- Reinstalliere
Warnung: texinfo-6.8-2 ist aktuell -- Reinstalliere
Warnung: which-2.21-5 ist aktuell -- Reinstalliere

/usr/bin/strip
is part of the binutils package
which is not part of a standard installation

the binutils package is among those in the base-devel group

… sorry - I had to edit this quite heavily because of me misinterpreting things in my checking procedure

1 Like