On Wed, Feb 17, 2016 at 9:04 PM, Ben Noordhuis <[email protected]> wrote: > On Wed, Feb 17, 2016 at 6:59 PM, Peter Schow <[email protected]> wrote: >> I'm seeing a V8 build failure with one of the files generated at build >> time: >> >> out/Release/obj/gen/debug-support.cc:45:35: error: 'kArgumentMarker' is >> not a member of 'v8::internal::Oddball' >> int v8dbg_OddballArgumentMarker = Oddball::kArgumentMarker; >> >> I know that kArgumentMarker was recently renamed to kArgumentsMarker via: >> - >> >> https://codereview.chromium.org/1694403002/patch/100001/110004 >> >> but am wondering why my debug-support.cc is not being generated >> accordingly. Am I missing a dependency check? >> >> I'm getting this with a clean checkout (via "fetch v8") and build, and >> it all built fine two days ago. Version was "4.10.0 (candidate)" >> >> OS is Solaris on x64. >> >> Thanks, >> >> Peter > > It means the tools/gen-postmortem-metadata.py script needs an update. > It's community supported - if you want to see it fixed, file a CL. :-)
For posterity, this was fixed recently in https://codereview.chromium.org/1718953002 -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
