oshazard / apacman

ArchLinux User Repository (AUR) helper and pacman wrapper
https://aur.archlinux.org/packages/apacman/
GNU General Public License v3.0
70 stars 11 forks source link

Disable CCache by default #94

Open Alexander-Shukaev opened 7 years ago

Alexander-Shukaev commented 7 years ago

Add the following to the default apacman.conf:

#
# CCACHE
#

export CCACHE_DISABLE=1

It is very dependent on the configuration of CCache whether usage of CCache will fail the whole build process or not. In my case, the problem was that CCache has been trying to create a .ccache directory inside /var/empty and didn't have permissions either to do so or to access it.