Trying to install waydroid but it shows error

Hi,

I am new here and thanks for your help.
I am trying to run android apps on system (Manjaro Gnome - wayland) .

I have installed the Linux-Zen kernel to full fill the waydroid requirement.
But when i try to install the waydroid it shows error during build and i am not sure what is it.

   ~  yay -S waydroid                                                  ✔ 
:: There are 2 providers available for waydroid:
:: Repository AUR
    1) waydroid 2) waydroid-git 

Enter a number (default=1): 
==> 1
:: There are 2 providers available for libglibutil:
:: Repository AUR
    1) libglibutil 2) libglibutil-git 

Enter a number (default=1): 
==> 1
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:4]  libglibutil-1.0.61-1  libgbinder-1.1.19-1  python-gbinder-1.0.0-3  waydroid-1.2.0-2

  4 libglibutil                              (Build Files Exist)
  3 libgbinder                               (Build Files Exist)
  2 python-gbinder                           (Build Files Exist)
  1 waydroid                                 (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> I
:: PKGBUILD up to date, Skipping (4/0): waydroid, libglibutil, libgbinder, python-gbinder
  4 libglibutil                              (Build Files Exist)
  3 libgbinder                               (Build Files Exist)
  2 python-gbinder                           (Build Files Exist)
  1 waydroid                                 (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> I
:: (1/4) Parsing SRCINFO: libglibutil
:: (2/4) Parsing SRCINFO: libgbinder
:: (3/4) Parsing SRCINFO: python-gbinder
:: (4/4) Parsing SRCINFO: waydroid
==> Making package: waydroid 1.2.0-2 (Wednesday 30 March 2022 07:00:15 AM)
==> Retrieving sources...
  -> Updating waydroid git repo...
Fetching origin
  -> Found gbinder.conf
  -> Found 0001-fix-bad-eol-of-proc-dt-values.patch
==> Validating source files with sha256sums...
    waydroid ... Skipped
    gbinder.conf ... Passed
    0001-fix-bad-eol-of-proc-dt-values.patch ... Passed
==> Making package: python-gbinder 1.0.0-3 (Wednesday 30 March 2022 07:00:17 AM)
==> Retrieving sources...
  -> Updating python-gbinder git repo...
==> Making package: libgbinder 1.1.19-1 (Wednesday 30 March 2022 07:00:17 AM)
Fetching origin
==> Making package: libglibutil 1.0.61-1 (Wednesday 30 March 2022 07:00:17 AM)
==> Retrieving sources...
==> Retrieving sources...
  -> Updating libgbinder git repo...
Fetching origin
  -> Updating libglibutil git repo...
Fetching origin
  -> Found 79d40e9e564772973f7f085ed5c48e3fc625e0f5.patch
==> Validating source files with sha512sums...
    libglibutil ... Skipped
==> Validating source files with sha512sums...
    python-gbinder ... Skipped
    79d40e9e564772973f7f085ed5c48e3fc625e0f5.patch ... Passed
==> Validating source files with sha512sums...
    libgbinder ... Skipped
==> Making package: libglibutil 1.0.61-1 (Wednesday 30 March 2022 07:00:21 AM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating libglibutil git repo...
Fetching origin
==> Validating source files with sha512sums...
    libglibutil ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of libglibutil git repo...
Cloning into 'libglibutil'...
done.
Switched to a new branch 'makepkg'
==> Starting pkgver()...
==> Sources are ready.
==> Making package: libglibutil 1.0.61-1 (Wednesday 30 March 2022 07:00:27 AM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
/home/alok/.cache/yay/libglibutil/PKGBUILD: line 23: make: command not found
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: libglibutil
    ~                   

If anyone can help me in this regards that be very helpful.

Regard

Install the base-devel package group. It contains make and other useful packages required for AUR stuff.

sudo pacman -S base-devel --needed
1 Like