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.13k stars 447 forks source link

build_apprtc causes shell logout and said "Release build for apprtc failed for revision" #104

Open forlayo opened 9 years ago

forlayo commented 9 years ago

Setting up build environment for Android Export the base settings of GYP_DEFINES so we can define how we want to build User has not specified any gyp defines so we proceed with default ARMv7 with Neon Build GYP_DEFINES=OS=android host_os=linux libjingle_java=1 build_with_libjingle=1 build_with_chromium=0 enable_tracing=1 enable_android_opensl=0 OS=android Run gclient hooks Build AppRTCDemo in Release (arch: armv7) Running ninja ninja: Entering directory `out_android_armeabi-v7a/Release' Release build for apprtc failed for revision

aaalaniz commented 9 years ago

Looks like it's failing to grab a revision. Is this happening in the latest version of build scripts?

munimkazia commented 9 years ago

+1 This has been happening for me too. It basically logs me out (or closes my ssh session if i am not logged in any other user). This has been happening for file permissions error and compile errors too.

soulfly commented 9 years ago

The same for me

https://github.com/pristineio/webrtc-build-scripts/issues/124

can't build Android x86 and x86_64, but armv7 and armv8 work correct

Any ideas?

soulfly commented 9 years ago

Ok, I found a solution for this issue

try to use the following order

source android/build.sh
pull_depot_tools
export WEBRTC_ARCH=x86
prepare_gyp_defines && execute_build
aagmangour commented 8 years ago

I am facing the same issue ,I am using source android/build.sh pull_depot_tools export WEBRTC_armv7 prepare_gyp_defines && execute_build Any idea?

Sopamo commented 8 years ago

The same issue here, none of armv7,armv8,x86 or x86_64 work.

tungpd commented 8 years ago

the same problem also happened to me, any solution?