Advertisement
Guest User

Xbian & LCD troubles

a guest
Dec 7th, 2013
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.22 KB | None | 0 0
  1. Connection to 192.168.1.24 closed.
  2. mbpdealexandre:~ Anderson69s$ ssh root@192.168.1.24
  3. root@192.168.1.24's password:
  4. ------------------------------------------------------------------
  5.     Y88b d88P  888888b.   8888888        d8888 888b    888
  6.      Y88o88P   888  .88P    888        d88P888 88888b  888
  7.       Y888P    8888888K.    888       d88P 888 888Y88b 888
  8.       d888b    888  "Y88b   888      d88P  888 888 Y88b888
  9.     d88P Y88b  888   d88P   888    d8888888888 888   Y8888
  10.    d88P   Y88b 8888888P"  8888888 d88P     888 888    Y888
  11. ------------------------------------------------------------------
  12. XBian v1.0B2 - XBMC on the Raspbery Pi, Bleeding Edge, 2012 - 2013
  13. Find us at: http://www.xbian.org http://github.com/xbianonpi/xbian
  14.  
  15. XBian and all its packages are distributed as free software; for
  16. important license, terms and conditions, please refer into
  17. /etc/xbian_copying. XBian comes with ABSOLUTELY NO WARRANTY, to the
  18. extent permitted by applicable law.
  19.  
  20. ! rpi-update usage at your own risk. can break your xbian setup !
  21. Last login: Sat Dec  7 08:23:44 2013 from 192.168.1.19
  22. root@xbian:~# sudo pip install RPi.GPIO
  23. Downloading/unpacking RPi.GPIO
  24.  Downloading RPi.GPIO-0.5.3a.tar.gz
  25.  Running setup.py egg_info for package RPi.GPIO
  26.    
  27. Installing collected packages: RPi.GPIO
  28.  Running setup.py install for RPi.GPIO
  29.    building 'RPi.GPIO' extension
  30.    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c source/py_gpio.c -o build/temp.linux-armv6l-2.7/source/py_gpio.o
  31.    unable to execute gcc: No such file or directory
  32.    error: command 'gcc' failed with exit status 1
  33.    Complete output from command /usr/bin/python -c "import setuptools;__file__='/root/build/RPi.GPIO/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-Wsiz6D-record/install-record.txt:
  34.    running install
  35.  
  36. running build
  37.  
  38. running build_py
  39.  
  40. creating build
  41.  
  42. creating build/lib.linux-armv6l-2.7
  43.  
  44. creating build/lib.linux-armv6l-2.7/RPi
  45.  
  46. copying RPi/__init__.py -> build/lib.linux-armv6l-2.7/RPi
  47.  
  48. running build_ext
  49.  
  50. building 'RPi.GPIO' extension
  51.  
  52. creating build/temp.linux-armv6l-2.7
  53.  
  54. creating build/temp.linux-armv6l-2.7/source
  55.  
  56. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c source/py_gpio.c -o build/temp.linux-armv6l-2.7/source/py_gpio.o
  57.  
  58. unable to execute gcc: No such file or directory
  59.  
  60. error: command 'gcc' failed with exit status 1
  61.  
  62. ----------------------------------------
  63. Command /usr/bin/python -c "import setuptools;__file__='/root/build/RPi.GPIO/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-Wsiz6D-record/install-record.txt failed with error code 1 in /root/build/RPi.GPIO
  64. Storing complete log in /root/.pip/pip.log
  65. root@xbian:~# sudo halt  
  66.  
  67. root@xbian:~# Broadcast message from root@xbian
  68.     (/dev/pts/0) at 8:28 ...
  69.  
  70. The system is going down for halt NOW!
  71. Connection to 192.168.1.24 closed by remote host.
  72. Connection to 192.168.1.24 closed.
  73. mbpdealexandre:~ Anderson69s$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement