I've cloned the v8-repo again and it's working now. Thanks! No idea what I've done ...
Jakob Kummerow schrieb am Mittwoch, 8. September 2021 um 17:14:35 UTC+2: > Looks like something's messed up in your checkout. The 9.4.146.13 tag has > no src/init/vm-cage.cc, and its BUILD.gn files don't refer to it, so I > don't know why your ninja thinks it needs it. > > I'd try git checkout -f 9.4.146.13; gclient sync; gm x64.release. If that > doesn't help, rm -rf out/x64.release and try again. > > > On Wed, Sep 8, 2021 at 3:52 PM Thorsten <thorsten...@siemens.com> wrote: > >> Hi, >> >> I'm trying to compile 9.4.146.13 under a freshly installed Debian 11 >> system. >> >> I've installed the depot_tools and did a "gclient sync". >> >> Anyway it fails very quickly (see below). What did I forget? >> >> Thanks! >> >> $ gm x64.release >> # mkdir -p out/x64.release >> # echo > out/x64.release/args.gn << EOF >> is_component_build = false >> is_debug = false >> target_cpu = "x64" >> use_goma = false >> v8_enable_backtrace = true >> v8_enable_disassembler = true >> v8_enable_object_print = true >> v8_enable_verify_heap = true >> dcheck_always_on = false >> EOF >> # gn gen out/x64.release >> Done. Made 174 targets from 98 files in 320ms >> # autoninja -C out/x64.release d8 >> ninja: Entering directory `out/x64.release' >> ninja: error: '../../src/init/vm-cage.cc', needed by >> 'obj/v8_base_without_compiler/vm-cage.o', missing and no known rule to make >> it >> Error! - V8 compilation finished with errors. >> >> -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/375091b4-0f7b-422a-ae79-6ec566fe16a8n%40googlegroups.com.