Advertisement
Guest User

Untitled

a guest
Aug 7th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. Building ParanoidAndroid v3.69
  2.  
  3. Looking for device files
  4. Device tree found. Skipping step.
  5.  
  6.  
  7. Setting up environment
  8. including vendor/pa/vendorsetup.sh
  9. including sdk/bash_completion/adb.bash
  10. including vendor/pa/bash_completion/repo.bash
  11. vendor/pa/bash_completion/repo.bash: line 96: export: __gitdir: not a function
  12. vendor/pa/bash_completion/repo.bash: line 97: export: __git_ps1: not a function
  13.  
  14. Lunching device
  15. Traceback (most recent call last):
  16. File "vendor/pa/tools/removeprojects.py", line 109, in <module>
  17. process_removes(def_file)
  18. File "vendor/pa/tools/removeprojects.py", line 90, in process_removes
  19. projects = json.loads(projects_file.read())
  20. File "/usr/lib/python2.7/json/__init__.py", line 326, in loads
  21. return _default_decoder.decode(s)
  22. File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
  23. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  24. File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
  25. obj, end = self.scan_once(s, idx)
  26. ValueError: Expecting object: line 25 column 6 (char 663)
  27. build/core/product_config.mk:228: *** _nic.PRODUCTS.[[vendor/pa/products/pa_S7500.mk]]: "device/samsung/S7500/full_S7500.mk" does not exist. Stop.
  28. Device S7500 not found. Attempting to retrieve device repository from ParanoidAndroid Github (http://github.com/ParanoidAndroid).
  29. Repository for S7500 not found in the ParanoidAndroid Github repository list. If this is in error, you may need to manually add it to your local_manifest.xml.
  30. Traceback (most recent call last):
  31. File "vendor/pa/tools/removeprojects.py", line 109, in <module>
  32. process_removes(def_file)
  33. File "vendor/pa/tools/removeprojects.py", line 90, in process_removes
  34. projects = json.loads(projects_file.read())
  35. File "/usr/lib/python2.7/json/__init__.py", line 326, in loads
  36. return _default_decoder.decode(s)
  37. File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
  38. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  39. File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
  40. obj, end = self.scan_once(s, idx)
  41. ValueError: Expecting object: line 25 column 6 (char 663)
  42. build/core/product_config.mk:228: *** _nic.PRODUCTS.[[vendor/pa/products/pa_S7500.mk]]: "device/samsung/S7500/full_S7500.mk" does not exist. Stop.
  43.  
  44. ** Don't have a product spec for: 'pa_S7500'
  45. ** Do you have the right repo manifest?
  46.  
  47.  
  48. Starting compilation
  49. build/envsetup.sh: line 89: schedtool: command not found
  50.  
  51. Total time elapsed: 0 minutes (3.914809089 seconds)
  52. blinnqipa@ubuntu:~/android/system$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement