On Wed, 14 Aug 2019 07:17:28 +0900 Jongmin Kim <jm...@pukyong.ac.kr> wrote: > No error reported on chroot without ccache. When I tried with ccache > installed chroot, following same issue was occurred: > > Compiler stderr: > ccache: error: Failed to create directory > /sbuild-nonexistent/.ccache/tmp: Permission denied > > Checking if "libgit2 supports SSH" compiles: NO > > meson.build:148:2: ERROR: Assert failed: libgit2 ssh support was > requested, but not found. Use -Dssh=false to build without it. > > The problem seems ccache was installed and its output path (CCACHE_DIR, > default is $HOME/.ccache) is not writable. It seems Meson detects if > ccache installed and use it [2]..
yes, I can confirm this finding. I was able to build it after removing ccache from the chroot. And thanks for the MR, I merged it.