Advertisement
Guest User

build_mer-hybris; Sailfish OS HADK

a guest
Nov 19th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Device i9100g not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
  2. Traceback (most recent call last):
  3. File "build/tools/roomservice.py", line 76, in <module>
  4. result = json.loads(urllib.request.urlopen(githubreq).read().decode())
  5. File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
  6. return _opener.open(url, data, timeout)
  7. File "/usr/lib/python2.7/urllib2.py", line 410, in open
  8. response = meth(req, response)
  9. File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
  10. 'http', request, response, code, msg, hdrs)
  11. File "/usr/lib/python2.7/urllib2.py", line 448, in error
  12. return self._call_chain(*args)
  13. File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
  14. result = func(*args)
  15. File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
  16. raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  17. urllib2.HTTPError: HTTP Error 403: Forbidden
  18. ls: cannot access device/*/i9100g/cm.mk: No such file or directory
  19. build/core/product_config.mk:233: *** Can not locate config makefile for product "cm_i9100g". Stop.
  20.  
  21. ** Don't have a product spec for: 'cm_i9100g'
  22. ** Do you have the right repo manifest?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement