* [Buildroot] [Bug 8396] New: CCACHE initialization
@ 2015-10-13 7:50 bugzilla at busybox.net
2015-10-13 7:52 ` [Buildroot] [Bug 8396] " bugzilla at busybox.net
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2015-10-13 7:50 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8396
Summary: CCACHE initialization
Product: buildroot
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: sv99 at inbox.ru
CC: buildroot at uclibc.org
Estimated Hours: 0.0
In the Makefile
372: ifeq ($(BR2_CCACHE),y)
373 CCACHE := $(HOST_DIR)/usr/bin/ccache
$(HOST_DIR) ???
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [Bug 8396] CCACHE initialization
2015-10-13 7:50 [Buildroot] [Bug 8396] New: CCACHE initialization bugzilla at busybox.net
@ 2015-10-13 7:52 ` bugzilla at busybox.net
2015-10-13 7:55 ` bugzilla at busybox.net
2015-10-13 8:06 ` bugzilla at busybox.net
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2015-10-13 7:52 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8396
--- Comment #1 from sv99 <sv99@inbox.ru> 2015-10-13 07:52:27 UTC ---
ccache worked, but wery long output - in each line full path to the
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [Bug 8396] CCACHE initialization
2015-10-13 7:50 [Buildroot] [Bug 8396] New: CCACHE initialization bugzilla at busybox.net
2015-10-13 7:52 ` [Buildroot] [Bug 8396] " bugzilla at busybox.net
@ 2015-10-13 7:55 ` bugzilla at busybox.net
2015-10-13 8:06 ` bugzilla at busybox.net
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2015-10-13 7:55 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8396
--- Comment #2 from sv99 <sv99@inbox.ru> 2015-10-13 07:55:57 UTC ---
Created attachment 6181
--> https://bugs.busybox.net/attachment.cgi?id=6181
patch
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [Bug 8396] CCACHE initialization
2015-10-13 7:50 [Buildroot] [Bug 8396] New: CCACHE initialization bugzilla at busybox.net
2015-10-13 7:52 ` [Buildroot] [Bug 8396] " bugzilla at busybox.net
2015-10-13 7:55 ` bugzilla at busybox.net
@ 2015-10-13 8:06 ` bugzilla at busybox.net
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2015-10-13 8:06 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8396
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2015-10-13 08:06:20 UTC ---
Thanks for your bug report.
However, your patch is incorrect: we don't want to use /usr/bin/ccache, but the
ccache that Buildroot builds in $(HOST_DIR). So the current code is perfectly
correct.
HOST_DIR is defined in the main Makefile:
HOST_DIR := $(BASE_DIR)/host
If you have an issue with the ccache support, could you instead report 1/ the
Buildroot configuration you've used and 2/ the last ~100 lines of build output.
This way we can see if there is indeed something broken in Buildroot or some
other issue.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-10-13 8:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-13 7:50 [Buildroot] [Bug 8396] New: CCACHE initialization bugzilla at busybox.net
2015-10-13 7:52 ` [Buildroot] [Bug 8396] " bugzilla at busybox.net
2015-10-13 7:55 ` bugzilla at busybox.net
2015-10-13 8:06 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox