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 happy.
Michael On Wed, Jun 17, 2009 at 3:12 PM, Mark Larson (Google)<[email protected]> wrote: > Thanks, for the fix Adam. > On Wed, Jun 17, 2009 at 15:04, Michael Moss <[email protected]> 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 official release builder is running that, and it > succeeded yesterday. > We don't have a continuous Google Chrome builder on Mac, yet. > >> >> Michael >> >> On Wed, Jun 17, 2009 at 2:59 PM, Adam Langley<[email protected]> wrote: >> > >> > On Wed, Jun 17, 2009 at 2:41 PM, Adam Langley<[email protected]> wrote: >> >> On Wed, Jun 17, 2009 at 2:33 PM, Mark Larson (Google)<[email protected]> >> >> 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 compile fails here: >> >> >> >> I think this is mmoss, or maybe thestig. It's a symbol dumping process >> >> which is failing. >> >> >> >> I think there's a bug in the script, -nt doesn't work when the output >> >> doesn't exist. I'll fix it now. >> > >> > I may, or may not have, fixed this in r18659. I'll wait for the >> > builder to cycle round. >> > >> > >> > AGL >> > >> > >> > >> > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
