pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.12k stars 448 forks source link

get_webrtc revision runs error. #92

Open jjmind opened 9 years ago

jjmind commented 9 years ago

First of all, thanks for the building scripts.

After I've done setup all the environment

  1. source build.sh
  2. install dependencies
  3. get_webrtc
  4. build_apprtc

--------------- Compile success -----------------------------

  1. get_webrtc 8849 I tried to get 8849 revision code . But I got errors after all:

get_webrtc 8849 Change directory into the depot tools Pull the depot tools down to the latest error: Failed to connect to 2404:6800:4008:c01::52: Network is unreachable while accessing https://chromium.googlesource.com/chromium/tools/depot_tools.git/info/refs fatal: HTTP request failed Configuring gclient for Android build User has not specified a different webrtc url. Using default Pull down the latest from the webrtc repo this can take a while gclient sync with 8849 Syncing projects: 100% ( 1/ 1) src

src (ERROR)

[0:00:00] Started.

Error: Command git remote update returned non-zero exit status 1 in /home/jjmind/work/webrtc/android/webrtc/src Fetching origin

error: Failed to connect to 2404:6800:4008:c01::52: Network is unreachable while accessing https://chromium.googlesource.com/external/webrtc/info/refs fatal: HTTP request failed error: Could not fetch origin

Please advise how to resolve the problem.