Closed
Bug 744179
Opened 14 years ago
Closed 14 years ago
try-macosx64-debug build busted w/ "configure: error: ccache not found"
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dholbert, Unassigned)
References
Details
https://tbpl.mozilla.org/php/getParsedLog.php?id=10784328&full=1&branch=try
OS X 10.6.2 try leak test build on 2012-04-10 13:26:14 PDT for push 7c92804addc7
builder: try-macosx64-debug
slave: try-mac64-slave06
starttime: 1334089574.94
results: failure (2)
buildid: 20120410132633
builduid: 2c12b2ed99db44dab6a02072203ba233
revision: 7c92804addc7
{
========= Started compile failed (results: 2, elapsed: 20 secs) (at 2012-04-10 13:31:21.804046) =========
make -f client.mk build MOZ_BUILD_DATE=20120410132633
[...]
Adding configure options from /builds/slave/try-osx64-dbg/build/.mozconfig:
--enable-stdcxx-compat
--enable-debug
--enable-trace-malloc
--enable-accessibility
--enable-signmar
--with-macbundlename-prefix=Firefox
--enable-warnings-as-errors
--with-ccache
[...]
checking for valid optimization flags... yes
checking for ccache... no
configure: error: ccache not found
*** Fix above errors and then restart with "make -f client.mk build"
}
http://hg.mozilla.org/mozilla-central/rev/b687cabf75a1
| Reporter | ||
Updated•14 years ago
|
OS: Linux → Mac OS X
| Reporter | ||
Comment 1•14 years ago
|
||
(In reply to Daniel Holbert [:dholbert] from comment #0)
>
> http://hg.mozilla.org/mozilla-central/rev/b687cabf75a1
Sorry for that trailing cset -- I meant to say "This try build was based off of this m-c revision: http://hg.mozilla.org/mozilla-central/rev/b687cabf75a1 "
| Reporter | ||
Comment 2•14 years ago
|
||
CC'ing jhford in case this has anything to do with bug 720027 (the quoted cset in prev. comment)
(e.g. perhaps m-c now has built-in assumption that it'll be building on one of our OS X 10.7 boxes, whereas this log was from a 10.6 box... or something like that?)
Comment 3•14 years ago
|
||
This is me, that changeset is what's needed to get ccache working (huge build performance win!). There is a slight gap, due to needing to test updates, between when this went live on mozilla-central and when it'll be valid for try and other branches.
Please remove the --with-ccache line from browser/config/mozconfigs/macosx-universal/nightly or use that changeset's parent as your basis.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•14 years ago
|
||
Gotcha. Thanks for the clarification!
> or use that changeset's parent as your basis.
(cool - I've now done that in a followup mac-specific try push, for my mac testing needs).
| Assignee | ||
Updated•13 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•