Advertisement
Guest User

D320

a guest
Nov 23rd, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.15 KB | None | 0 0
  1. orion@Orion-X51RL:~$ git clone https://github.com/vm03/android_device_lge_w5ds.git
  2. Cloning into 'android_device_lge_w5ds'...
  3. remote: Counting objects: 50, done.
  4. remote: Compressing objects: 100% (6/6), done.
  5. remote: Total 50 (delta 0), reused 0 (delta 0)
  6. Unpacking objects: 100% (50/50), done.
  7. Checking connectivity... done.
  8. orion@Orion-X51RL:~$ . build/envsetup.sh
  9. including device/generic/mini-emulator-armv7-a-neon/vendorsetup.sh
  10. including device/generic/mini-emulator-arm64/vendorsetup.sh
  11. including device/generic/mini-emulator-x86_64/vendorsetup.sh
  12. including device/generic/mini-emulator-mips/vendorsetup.sh
  13. including device/generic/mini-emulator-x86/vendorsetup.sh
  14. including device/lge/w5ds/vendorsetup.sh
  15. including device/lge/w3ds/vendorsetup.sh
  16. including vendor/cm/vendorsetup.sh
  17. including sdk/bash_completion/adb.bash
  18. including vendor/cm/bash_completion/git.bash
  19. including vendor/cm/bash_completion/repo.bash
  20. orion@Orion-X51RL:~$ brunch cm_w5ds-userdebug
  21. including vendor/cm/vendorsetup.sh
  22. build/core/product_config.mk:239: *** _nic.PRODUCTS.[[device/lge/w5ds/cm.mk]]: "vendor/cm/config/gsm.mk" does not exist.  Stop.
  23. Device w5ds not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
  24. ^CTraceback (most recent call last):
  25.   File "build/tools/roomservice.py", line 76, in <module>
  26.     result = json.loads(urllib.request.urlopen(githubreq).read().decode())
  27.   File "/usr/lib/python2.7/socket.py", line 351, in read
  28.     data = self._sock.recv(rbufsize)
  29.   File "/usr/lib/python2.7/httplib.py", line 567, in read
  30.     s = self.fp.read(amt)
  31.   File "/usr/lib/python2.7/socket.py", line 380, in read
  32.     data = self._sock.recv(left)
  33.   File "/usr/lib/python2.7/ssl.py", line 341, in recv
  34.     return self.read(buflen)
  35.   File "/usr/lib/python2.7/ssl.py", line 260, in read
  36.     return self._sslobj.read(len)
  37. KeyboardInterrupt
  38. build/core/product_config.mk:239: *** _nic.PRODUCTS.[[device/lge/w5ds/cm.mk]]: "vendor/cm/config/gsm.mk" does not exist.  Stop.
  39.  
  40. ** Don't have a product spec for: 'cm_w5ds'
  41. ** Do you have the right repo manifest?
  42.  
  43. No such item in brunch menu. Try 'breakfast'
  44. orion@Orion-X51RL:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement