Date: Thu, 14 Sep 2023 00:53:51 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 252088] [NEW PORT] devel/ccache-devel: Tool to minimize the compile time of C/C++ programs (Development Branch) Message-ID: <bug-252088-7788-M540A6l3xi@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252088-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-252088-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252088 --- 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=3Dyes .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 de= ps, 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=3Dyes portmaster --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252088-7788-M540A6l3xi>