Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 09:07:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 232183] www/firefox: r481071 of Mk/bsd.gecko.mk inhibits the use of ccache by absolute pathnames
Message-ID:  <bug-232183-21738-VwYxsZ06Ia@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232183-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232183-21738@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=3D232183

Nuno Teixeira <ed.arrakis@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ed.arrakis@gmail.com

--- Comment #2 from Nuno Teixeira <ed.arrakis@gmail.com> ---
I've tested both patches on FreeBSD 11.2 RELEASE, poudriere 3.2.8, ports
current:

- removing absolute pathnames does't work, ccache not called

- using --with-ccache works, cccache caches ok.

Conclusion:

To have ccache working within poudriere, we just need patch:

.if ${WITH_CCACHE_BUILD}
MOZ_OPTIONS+=3D     --with-ccache
.endif.

I not tested build outside poudriere.

--=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-232183-21738-VwYxsZ06Ia>