Closed Bug 519174 Opened 15 years ago Closed 15 years ago

Mac bloat and check trunk builds building with gcc-4.0 not gcc-4.2 due to ccache?

Categories

(Mozilla Messaging Graveyard :: Release Engineering, defect, P1)

All
macOS
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: standard8, Assigned: gozer)

Details

I've just been investigating some issues with the trunk Mac builds. Firstly I found that the normal dep builds were still build with gcc-4.0, so I've clobbered them.

Secondly, I realised that the bloat and check boxes are possibly building with gcc-4.0. It is a bit hard to tell, but as we define:

CC="ccache gcc"
CXX="ccache g++"

in the .mozconfigs I'm assuming that will default to gcc-4.0? If so, we ought to change that so we use 4.2.
Assignee: nobody → gozer
Priority: -- → P1
Should be taking care of itself for bloat with this change:

changeset:   1564:bf572c5ae8b6
tag:         tip
user:        Philippe M. Chiasson <gozer@mozillamessaging.com>
date:        Thu Oct 01 12:58:33 2009 -0400
summary:     Bug 519174 Mac bloat trunk builds building with gcc-4.0 not gcc-4.2 due to ccache.
Verified for bloat, the latest comm-central bloat build http://tinderbox.mozilla.org/showlog.cgi?log=Thunderbird/1254423956.1254427921.22337.gz was build with gcc-4.2. Needs clobbering to be safe.
And this one should take care of the unittest

changeset:   1570:ef29caab9b5c
tag:         tip
user:        Philippe M. Chiasson <gozer@mozillamessaging.com>
date:        Fri Oct 02 11:37:57 2009 -0400
summary:     Bug 519174 Mac unittest trunk builds building with gcc-4.0 not
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.