[已解决]編譯安卓時,出現這問題,提示py出問題了,該怎麼解決
Tofloor
poster avatar
wbshrtd
deepin
2012-06-17 01:24
Author
build/core/product_config.mk:189: *** _nic.PRODUCTS.[[vendor/lewa/products/lewa_shakira.mk]]: "device/semc/shakira/device_shakira.mk" does not exist.  Stop.
Device shakira 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 16, in
    result = json.loads(urllib2.urlopen("http://github.com/api/v2/json/repos/show/CyanogenMod?page=%d" % page).read())
  File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 406, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 519, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 444, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 527, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found
Reply Favorite View the author
All Replies
tuhaihe
deepin
2012-07-11 23:50
#1
可去 Deepinuser 邮件列表发问。
Reply View the author
EvilBeast
deepin
2012-07-12 00:30
#2
https://github.com/api/v2/json/repos/sh ... Mod?page=1  这个github地址已经不存在了 , 所以报错, 可能是你的包太旧了, 或者是作者已经不维护了
Reply View the author
EvilBeast
deepin
2012-07-12 00:31
#3
https://github.com/CyanogenMod 直接到这上面下载你要的包
Reply View the author