`fetch v8` results in this: $ fetch v8 Running: gclient root Your current directory appears to already contain, or be part of, a checkout. "fetch" is used only to get new checkouts. Use "gclient sync" to update existing checkouts.
Fetch also does not yet deal with partial checkouts, so if fetch failed, delete the checkout and start over (crbug.com/230691). I reset my repository to undo any changes with git reset --hard and run `fetch v8` again: $ fetch v8 Running: gclient root Your current directory appears to already contain, or be part of, a checkout. "fetch" is used only to get new checkouts. Use "gclient sync" to update existing checkouts. Fetch also does not yet deal with partial checkouts, so if fetch failed, delete the checkout and start over (crbug.com/230691). So I don't get it. On Tuesday, December 22, 2015 at 4:13:38 PM UTC, Ben Noordhuis wrote: > > On Tue, Dec 22, 2015 at 4:23 PM, NeMewSys <[email protected] <javascript:>> > wrote: > > Hello, > > > > I am trying to build V8 because I believe I have found a bug in one of > the > > JS native functions and would like to debug it. > > > > However I am facing some challenges which I describe here so that anyone > can > > check up the answer later, avoiding headaches with same issue in the > future. > > Could you give me some help? > > > > Thanks! > > > > Best regards, > > Pedro D. > > You did `git clone https://github.com/v8/v8` <https://github.com/v8/v8> > but you should use `fetch > v8`, that also checks out dependencies. `fetch` is distributed with > depot_tools. > -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
