[chromium-dev] Re: Help with linux build error

2009-06-17 Thread Michael Moss
On closer inspection, it looks like it's a bash vs. dash issue. Our Linux official builder (gHardy) is using bash (probably the Mac is too), so the original syntax works. This experimental bot (regular Hardy) is using dash, so '-nt' fails when the file doesn't exist. Adam's fix should make both ha

[chromium-dev] Re: Help with linux build error

2009-06-17 Thread Mark Larson (Google)
Thanks, for the fix Adam. On Wed, Jun 17, 2009 at 15:04, Michael Moss wrote: > BTW, the mac script has the same thing (I added the -nt on Mark's > suggestion), but maybe on mac it behaves differently so it's OK. Do we > have a mac builder that's running dump_app_syms? I'd guess only the officia

[chromium-dev] Re: Help with linux build error

2009-06-17 Thread Michael Moss
BTW, the mac script has the same thing (I added the -nt on Mark's suggestion), but maybe on mac it behaves differently so it's OK. Do we have a mac builder that's running dump_app_syms? Michael On Wed, Jun 17, 2009 at 2:59 PM, Adam Langley wrote: > > On Wed, Jun 17, 2009 at 2:41 PM, Adam Langley

[chromium-dev] Re: Help with linux build error

2009-06-17 Thread Adam Langley
On Wed, Jun 17, 2009 at 2:41 PM, Adam Langley wrote: > On Wed, Jun 17, 2009 at 2:33 PM, Mark Larson (Google) > wrote: >> This is happening on a new Google Chrome Linux builder on the 'experimental' >> waterfall: http://build.chromium.org/buildbot/waterfall.fyi/waterfall?branch=&builder=Google+Chr

[chromium-dev] Re: Help with linux build error

2009-06-17 Thread Adam Langley
On Wed, Jun 17, 2009 at 2:33 PM, Mark Larson (Google) wrote: > This is happening on a new Google Chrome Linux builder on the 'experimental' > waterfall: http://build.chromium.org/buildbot/waterfall.fyi/waterfall?branch=&builder=Google+Chrome+XP&builder=Google+Chrome+Linux&reload=60 > The linux com