Cache Error: Install efl.git from Arch AUR
by llewellen from LinuxQuestions.org on (#59SHB)
I am attempting to install Enlightenment Foundation Libraries with efl-git, using instructions from the Enlightenment site. I get this return:
Code:drew@dell-pc ~]$ git clone https://aur.archlinux.org/efl-git.git
Cloning into 'efl-git'...
remote: Enumerating objects: 511, done.
remote: Counting objects: 100% (511/511), done.
remote: Compressing objects: 100% (338/338), done.
remote: Total 511 (delta 170), reused 511 (delta 170), pack-reused 0
Receiving objects: 100% (511/511), 149.58 KiB | 415.00 KiB/s, done.
Resolving deltas: 100% (170/170), done.
[drew@dell-pc ~]$ sudo pacman -S gcc fakeroot binutils meson ninja pkg-config
[sudo] password for drew:
warning: gcc-10.2.0-2 is up to date -- reinstalling
warning: fakeroot-1.24-2 is up to date -- reinstalling
warning: binutils-2.35-2 is up to date -- reinstalling
warning: meson-0.55.3-1 is up to date -- reinstalling
warning: ninja-1.10.1-1 is up to date -- reinstalling
warning: pkgconf-1.7.3-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (6) binutils-2.35-2 fakeroot-1.24-2 gcc-10.2.0-2 meson-0.55.3-1
ninja-1.10.1-1 pkgconf-1.7.3-1
Total Installed Size: 184.15 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
(6/6) checking keys in keyring [######################] 100%
(6/6) checking package integrity [######################] 100%
(6/6) loading package files [######################] 100%
(6/6) checking for file conflicts [######################] 100%
(6/6) checking available disk space [######################] 100%
:: Processing package changes...
(1/6) reinstalling binutils [######################] 100%
(2/6) reinstalling gcc [######################] 100%
(3/6) reinstalling fakeroot [######################] 100%
(4/6) reinstalling ninja [######################] 100%
(5/6) reinstalling meson [######################] 100%
(6/6) reinstalling pkgconf [######################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating the info directory file...
[drew@dell-pc ~]$ cd efl-git
[drew@dell-pc efl-git]$ makepkg -s
==> ERROR: Cannot find the ccache binary required for compiler cache usage.
[drew@dell-pc efl-git]$What have I done wrong or omitted?


Code:drew@dell-pc ~]$ git clone https://aur.archlinux.org/efl-git.git
Cloning into 'efl-git'...
remote: Enumerating objects: 511, done.
remote: Counting objects: 100% (511/511), done.
remote: Compressing objects: 100% (338/338), done.
remote: Total 511 (delta 170), reused 511 (delta 170), pack-reused 0
Receiving objects: 100% (511/511), 149.58 KiB | 415.00 KiB/s, done.
Resolving deltas: 100% (170/170), done.
[drew@dell-pc ~]$ sudo pacman -S gcc fakeroot binutils meson ninja pkg-config
[sudo] password for drew:
warning: gcc-10.2.0-2 is up to date -- reinstalling
warning: fakeroot-1.24-2 is up to date -- reinstalling
warning: binutils-2.35-2 is up to date -- reinstalling
warning: meson-0.55.3-1 is up to date -- reinstalling
warning: ninja-1.10.1-1 is up to date -- reinstalling
warning: pkgconf-1.7.3-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (6) binutils-2.35-2 fakeroot-1.24-2 gcc-10.2.0-2 meson-0.55.3-1
ninja-1.10.1-1 pkgconf-1.7.3-1
Total Installed Size: 184.15 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
(6/6) checking keys in keyring [######################] 100%
(6/6) checking package integrity [######################] 100%
(6/6) loading package files [######################] 100%
(6/6) checking for file conflicts [######################] 100%
(6/6) checking available disk space [######################] 100%
:: Processing package changes...
(1/6) reinstalling binutils [######################] 100%
(2/6) reinstalling gcc [######################] 100%
(3/6) reinstalling fakeroot [######################] 100%
(4/6) reinstalling ninja [######################] 100%
(5/6) reinstalling meson [######################] 100%
(6/6) reinstalling pkgconf [######################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating the info directory file...
[drew@dell-pc ~]$ cd efl-git
[drew@dell-pc efl-git]$ makepkg -s
==> ERROR: Cannot find the ccache binary required for compiler cache usage.
[drew@dell-pc efl-git]$What have I done wrong or omitted?