vsimon / webrtcbuilds

Getting started with WebRTC natively is no easy picnic. The goal of webrtcbuilds is to provide a single standalone WebRTC static library and package.
BSD 3-Clause "New" or "Revised" License
202 stars 163 forks source link

Script stops at "Checking webrtcbuilds dependencies" #34

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi, at least in terminal i see only this text. Thanks!

Ubuntu 16.04 LTS 64 bit

vsimon commented 8 years ago

Hi, good point we should have a 'debug' option: https://github.com/vsimon/webrtcbuilds/pull/35 Can you show what ./build.sh -d outputs?

ghost commented 8 years ago

After that it required password and after introduce password it stop ))

vsimon commented 8 years ago

OK, could you try doing sudo apt-get install lbzip2 manually and show its output? Like

$ sudo apt-get install lbzip2
Reading package lists... Done
Building dependency tree
Reading state information... Done
lbzip2 is already the newest version (2.5-1).
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
ghost commented 8 years ago

Building dependency tree
Reading state information... Done The following packages were automatically installed and are no longer required: libcdaudio1 libenca0 libgif7:i386 libp11-kit-gnome-keyring:i386 libslv2-9 linux-headers-4.4.0-22 linux-headers-4.4.0-22-generic linux-headers-4.4.0-24 linux-headers-4.4.0-24-generic linux-headers-4.4.0-28 linux-headers-4.4.0-28-generic linux-headers-4.4.0-31 linux-headers-4.4.0-31-generic linux-headers-4.4.0-34 linux-headers-4.4.0-34-generic linux-image-4.4.0-22-generic linux-image-4.4.0-24-generic linux-image-4.4.0-28-generic linux-image-4.4.0-31-generic linux-image-4.4.0-34-generic linux-image-extra-4.4.0-22-generic linux-image-extra-4.4.0-24-generic linux-image-extra-4.4.0-28-generic linux-image-extra-4.4.0-31-generic linux-image-extra-4.4.0-34-generic wine-gecko2.21 wine-gecko2.21:i386 wine-mono0.0.8 Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: lbzip2 0 upgraded, 1 newly installed, 0 to remove and 12 not upgraded. Need to get 71.3 kB of archives. After this operation, 180 kB of additional disk space will be used. Get:1 http://md.archive.ubuntu.com/ubuntu xenial/universe amd64 lbzip2 amd64 2.5-1 [71.3 kB] Fetched 71.3 kB in 0s (1,348 kB/s) Selecting previously unselected package lbzip2. (Reading database ... 400917 files and directories currently installed.) Preparing to unpack .../lbzip2_2.5-1_amd64.deb ... Unpacking lbzip2 (2.5-1) ... Processing triggers for man-db (2.7.5-1) ... Setting up lbzip2 (2.5-1) ...

vsimon commented 8 years ago

OK that looks good. Can we continue ./build.sh -d again?