On Tue, Jan 28, 2020 at 09:49:26AM +0000, Stuart Henderson wrote: > On 2020/01/28 08:51, Landry Breuil wrote: > > On Mon, Jan 27, 2020 at 09:33:58AM +0100, Landry Breuil wrote: > > > On Sun, Jan 26, 2020 at 09:42:38PM -0500, Brian Callahan wrote: > > > > Hi ports -- > > > > > > > > qgis will pick up ccache if you have it installed, and the build fails > > > > (at > > > > least, it does for me). > > > > Patch to disable ccache attached. > > > > > > > > Found when doing build testing for an upcoming update of > > > > archivers/libzip. > > > > > > i've recently enabled ccache on my builder, so first i'll need to check > > > if i see such a failure (would have been nice to have details on the > > > said failure...) > > > > Successfully built qgis with ccache installed, so if you can reproduce > > your build failure i'd like more details. > > > > Ports shouldn't pick up ccache unless it's a *_DEPENDS or USE_CCACHE is > set, if they do it's just like any other "hidden" dependency. >
I know that well, but i'd like to understand said failure before doing anything. and force-disabling it via -DUSE_CCACHE=OFF in cmake args might be wrong, because that would override setting USE_CCACHE in mk.conf ? support for it was added in https://github.com/qgis/QGIS/commit/8828f9a7006b06cfac699988680ba44220841732, so maybe overriding CCACHE_FOUND or reverting that commit would be better.
