[Bug 252088] [NEW PORT] devel/ccache-devel: Tool to minimize the compile time of C/C++ programs (Development Branch)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Sep 2023 00:53:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252088 --- Comment #22 from Ivan Rozhuk <rozhuk.im@gmail.com> --- (In reply to Nuno Teixeira from comment #20) This is because there is loop in deps. To avoid loop Makefile contains: NO_CCACHE_DEPEND=yes .export NO_CCACHE_DEPEND so every sub make will have set NO_CCACHE_DEPEND. This removes ccache from deps list. But portmaster, poudriere and some other build tools try to manage build deps, so they call make few times: first they try get deps list (and recursively install it); second to build port. As work around you may set env var before run your ports tool: env NO_CCACHE_DEPEND=yes portmaster -- You are receiving this mail because: You are the assignee for the bug.