snare / voltron

A hacky debugger UI for hackers
MIT License
6.18k stars 414 forks source link

install.sh fails while trying to install python packages for lldb #193

Closed rohshall closed 7 years ago

rohshall commented 7 years ago

` ++ tail -1

My system information:

` salil@lenovo:~/voltron$ python Python 3.6.0 (default, Jan 16 2017, 12:12:55) [GCC 6.3.1 20170109] on linux Type "help", "copyright", "credits" or "license" for more information.

salil@lenovo:~/voltron$ python2 Python 2.7.13 (default, Dec 21 2016, 07:16:46) [GCC 6.2.1 20160830] on linux2 Type "help", "copyright", "credits" or "license" for more information.

salil@lenovo:~/voltron$ cat /etc/os-release NAME="Arch Linux" PRETTY_NAME="Arch Linux" ID=arch ID_LIKE=archlinux ANSI_COLOR="0;36" HOME_URL="https://www.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/"

salil@lenovo:~/voltron$ lldb -v lldb version 3.9.1 ( revision )

salil@lenovo:~/voltron$ gdb -v GNU gdb (GDB) 7.12.1

`

snare commented 7 years ago

Thanks!