Created
February 25, 2013 02:46
-
-
Save mcr/5027060 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mcr@c3p0:~/cm10-1$ breakfast tf300t | |
including vendor/cm/vendorsetup.sh | |
ls: cannot access device/*/tf300t/cm.mk: No such file or directory | |
build/core/product_config.mk:234: *** Cannot locate config makefile for product "cm_tf300t". Stop. | |
Device tf300t not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod). | |
Traceback (most recent call last): | |
File "build/tools/roomservice.py", line 59, in <module> | |
result = json.loads(urllib2.urlopen(githubreq).read()) | |
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen | |
return _opener.open(url, data, timeout) | |
File "/usr/lib/python2.7/urllib2.py", line 407, in open | |
response = meth(req, response) | |
File "/usr/lib/python2.7/urllib2.py", line 520, in http_response | |
'http', request, response, code, msg, hdrs) | |
File "/usr/lib/python2.7/urllib2.py", line 445, in error | |
return self._call_chain(*args) | |
File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain | |
result = func(*args) | |
File "/usr/lib/python2.7/urllib2.py", line 528, in http_error_default | |
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) | |
urllib2.HTTPError: HTTP Error 403: Forbidden | |
ls: cannot access device/*/tf300t/cm.mk: No such file or directory | |
build/core/product_config.mk:234: *** Cannot locate config makefile for product "cm_tf300t". Stop. | |
** Don't have a product spec for: 'cm_tf300t' | |
** Do you have the right repo manifest? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment