webrtcbuilds icon indicating copy to clipboard operation
webrtcbuilds copied to clipboard

ERROR Unresolved dependencies.

Open netmindms opened this issue 7 years ago • 1 comments

Hi,

I encountered as following error while building on Ubuntu 16.04. I don't know which package is missed. Could you help me ?

Compiling WebRTC

  • compile linux /home/netmind/opensrcs/visimonwebrtcbuild/out linux x64
  • local platform=linux
  • local outdir=/home/netmind/opensrcs/visimonwebrtcbuild/out
  • local target_os=linux
  • local target_cpu=x64
  • local 'common_args=is_component_build=false rtc_include_tests=false'
  • local 'target_args=target_os="linux" target_cpu="x64"'
  • pushd /home/netmind/opensrcs/visimonwebrtcbuild/out/src
  • case $platform in
  • '[' linux = linux ']'
  • target_args+=' is_clang=false use_sysroot=false'
  • gn gen out/Debug '--args=is_component_build=false rtc_include_tests=false target_os="linux" target_cpu="x64" is_clang=false use_sysroot=false' ERROR Unresolved dependencies. //:default(//build/toolchain/linux:x64) needs //webrtc:webrtc(//build/toolchain/linux:x64)

netmindms avatar Aug 10 '17 10:08 netmindms

Hi, Interesting, I just gave this a go with an ubuntu 16.04 VM and it finished building without the unresolved dependencies error.

Could we pull the latest? Could we maybe try with a clean repo? git clean -xfd or rm -rf out depot_tools

vsimon avatar Aug 11 '17 07:08 vsimon