Thank you very much Jakob.

It seems to be that. I'll test on Monday.

Adam

On Sat, May 28, 2016 at 12:20 AM, Jakob Kummerow <[email protected]>
wrote:

> Probably related:
> https://bugs.chromium.org/p/chromium/issues/detail?id=615278
>
> On Fri, May 27, 2016 at 6:24 AM, <[email protected]> wrote:
>
>> I get this error after doing fetch v8
>>
>> v8/buildtools/third_party/libc++abi/trunk (ERROR)
>>
>> The whole output:
>>
>>
>> Running: gclient root
>> Running: gclient config --spec 'solutions = [
>>   {
>>     "managed": False,
>>     "name": "v8",
>>     "url": "https://chromium.googlesource.com/v8/v8.git";,
>>     "custom_deps": {},
>>     "deps_file": "DEPS",
>>     "safesync_url": "",
>>   },
>> ]
>> '
>> Running: gclient sync --with_branch_heads
>>
>> v8/buildtools/third_party/libc++abi/trunk (ERROR)
>> ----------------------------------------
>> [0:01:46] Started.
>> [0:01:46]
>>
>> ________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout
>> --progress
>> https://chromium.googlesource.com/chromium/llvm-project/libcxxabi.git
>> /home/adan.munoz/v8-src/v8/buildtools/third_party/libc++abi/_gclient_trunk_DPe_8s'
>> in '/home/adan.munoz/v8-src'
>> [0:01:46] Cloning into
>> '/home/adan.munoz/v8-src/v8/buildtools/third_party/libc++abi/_gclient_trunk_DPe_8s'...
>> [0:01:56] Receiving objects:   0% (1/2699)
>> [0:01:56] Receiving objects:  10% (270/2699)
>> [0:01:56] remote: Total 2699 (delta 1937), reused 2699 (delta 1937)
>> [0:01:56] Receiving objects: 100% (2699/2699)
>> [0:01:56] Resolving deltas:   0% (0/1937)
>> [0:01:56] Resolving deltas:  10% (202/1937)
>> [0:01:57] Resolving deltas:  97% (1898/1937)
>> [0:01:57] Resolving deltas: 100% (1937/1937)
>> [0:01:57] Checking connectivity... done.
>> [0:02:03] _____ Conflicting directory found in
>> /home/adan.munoz/v8-src/v8/buildtools/third_party/libc++abi/trunk. Moving
>> to
>> /home/adan.munoz/v8-src/_bad_scm/v8/buildtools/third_party/libc++abi/trunkwsNnvZ.
>> [0:02:03]
>>
>> ________ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout
>> --progress
>> https://chromium.googlesource.com/chromium/llvm-project/libcxxabi.git
>> /home/adan.munoz/v8-src/v8/buildtools/third_party/libc++abi/_gclient_trunk_NEBcew'
>> in '/home/adan.munoz/v8-src'
>> [0:02:03] Cloning into
>> '/home/adan.munoz/v8-src/v8/buildtools/third_party/libc++abi/_gclient_trunk_NEBcew'...
>> [0:02:09] Receiving objects:   0% (1/2699)
>> [0:02:10] Receiving objects:  10% (270/2699)
>> [0:02:11] Receiving objects:  77% (2079/2699), 771.77 KiB | 472.00 KiB/s
>> [0:02:12] remote: Total 2699 (delta 1937), reused 2699 (delta 1937)
>> [0:02:12] Receiving objects: 100% (2699/2699), 1.19 MiB | 569.00 KiB/s
>> [0:02:12] Resolving deltas:   0% (0/1937)
>> [0:02:12] Resolving deltas:  10% (202/1937)
>> [0:02:12] Resolving deltas: 100% (1937/1937)
>> [0:02:13] Checking connectivity... done.
>> ----------------------------------------
>> Error: Command 'git checkout --quiet
>> 9a39e428d018b723d7d187181fd08908b1cb6bd0' returned non-zero exit status 128
>> in /home/adan.munoz/v8-src/v8/buildtools/third_party/libc++abi/trunk
>> fatal: reference is not a tree: 9a39e428d018b723d7d187181fd08908b1cb6bd0
>>
>>
>>
>> Warnings:
>> Conflicting directory
>> /home/adan.munoz/v8-src/v8/buildtools/third_party/libc++abi/trunk moved to
>> /home/adan.munoz/v8-src/_bad_scm/v8/buildtools/third_party/libc++abi/trunkwsNnvZ.
>> Conflicting directory
>> /home/adan.munoz/v8-src/v8/buildtools/third_party/libc++/trunk moved to
>> /home/adan.munoz/v8-src/_bad_scm/v8/buildtools/third_party/libc++/trunkXbS1L9.
>> Traceback (most recent call last):
>>   File "/home/adan.munoz/depot_tools/fetch.py", line 353, in <module>
>>     sys.exit(main())
>>   File "/home/adan.munoz/depot_tools/fetch.py", line 348, in main
>>     return run(options, spec, root)
>>   File "/home/adan.munoz/depot_tools/fetch.py", line 342, in run
>>     return checkout.init()
>>   File "/home/adan.munoz/depot_tools/fetch.py", line 142, in init
>>     self.run_gclient(*sync_cmd)
>>   File "/home/adan.munoz/depot_tools/fetch.py", line 76, in run_gclient
>>     return self.run(cmd_prefix + cmd, **kwargs)
>>   File "/home/adan.munoz/depot_tools/fetch.py", line 66, in run
>>     return subprocess.check_output(cmd, **kwargs)
>>   File "/usr/local/lib/python2.7/subprocess.py", line 573, in check_output
>>     raise CalledProcessError(retcode, cmd, output=output)
>> subprocess.CalledProcessError: Command '('gclient', 'sync',
>> '--with_branch_heads')' returned non-zero exit status 1
>>
>>
>>
>> --
>> --
>> 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.
>>
>
> --
> --
> v8-dev mailing list
> [email protected]
> http://groups.google.com/group/v8-dev
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "v8-dev" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/v8-dev/Tp6_6tR0y9A/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
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.

Reply via email to