The fix for this has landed yesterday as https://github.com/v8/v8/commit/6bb221b49ebcac13653477d2d3e01f921a721474. It should work if you just retry.
--Clemens On Tue, Feb 28, 2017 at 11:31 AM <[email protected]> wrote: > I ran: > > git checkout 5.7-lkgr > gclient sync > make x64.release > > Errors: > > make[1]: Entering directory '/home/mzasso/git/chromium/v8/v8/out' > CXX(target) > /home/mzasso/git/chromium/v8/v8/out/x64.release/obj.target/v8_base/src/wasm/wasm-js.o > ../src/wasm/wasm-js.cc:250:8: error: unused variable 'bytes' > [-Werror,-Wunused-variable] > auto bytes = GetFirstArgumentAsBytes(args, &thrower); > ^ > ../src/wasm/wasm-js.cc:296:8: error: unused variable 'bytes' > [-Werror,-Wunused-variable] > auto bytes = GetFirstArgumentAsBytes(args, &thrower); > ^ > 2 errors generated. > src/v8_base.target.x64.release.mk:697: recipe for target > '/home/mzasso/git/chromium/v8/v8/out/x64.release/obj.target/v8_base/src/wasm/wasm-js.o' > failed > make[1]: *** > [/home/mzasso/git/chromium/v8/v8/out/x64.release/obj.target/v8_base/src/wasm/wasm-js.o] > Error 1 > > > > The lines were introduced in this commit: > https://github.com/v8/v8/commit/b98b2190bf24960388760146c771fa94b4860ac0 > > -- > -- > 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. > -- Clemens Hammacher Software Engineer [email protected] Google Germany GmbH Erika-Mann-Straße 33 80636 München Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Diese E-Mail ist vertraulich. Falls sie diese fälschlicherweise erhalten haben sollten, leiten Sie diese bitte nicht an jemand anderes weiter, löschen Sie alle Kopien und Anhänge davon und lassen Sie mich bitte wissen, dass die E-Mail an die falsche Person gesendet wurde. This e-mail is confidential. If you received this communication by mistake, please don't forward it to anyone else, please erase all copies and attachments, and please let me know that it has gone to the wrong person. -- -- 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.
