From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla at busybox.net Date: Thu, 07 Dec 2017 20:15:43 +0000 Subject: [Buildroot] [Bug 10536] Finding non-relative paths in the ccache In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net https://bugs.busybox.net/show_bug.cgi?id=10536 --- Comment #2 from Trent Piepho --- This ends up being a big problem if multiple buildroot output directories are used. For example: make O=first some_defconfig ; make O=first all rm -rf first make O=second some_defconfig ; make O=second all The build in second fails because ccache will use cached dependency files from the first build, and these cached files reference headers with a "*/first/*" path and those headers no longer exist. -- You are receiving this mail because: You are on the CC list for the bug.