Advertisement
gimmeitorilltell

Untitled

Nov 27th, 2016
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. including vendor/candy/vendorsetup.sh
  2. build/core/product_config.mk:250: *** _nic.PRODUCTS.[[device/htc/t6spr/candy.mk]]: "device/htc/t6-common/t6-common.mk" does not exist.  Stop.
  3. Did not get local manifest, will create a new one
  4. Did not get local manifest, will create a new one
  5. Going to fetch t6spr from CandyDevices github
  6. Found device_htc_t6spr
  7. Adding device/htc/t6spr to track from CandyDevices/device_htc_t6spr (branch: None) in local manifest
  8. Traceback (most recent call last):
  9.   File "vendor/candy/build/tools/roomservice.py", line 235, in <module>
  10.     get_from_github(args.device)
  11.   File "vendor/candy/build/tools/roomservice.py", line 182, in get_from_github
  12.     if add_to_local_manifest(devicepath, res['full_name'], "candy"):
  13.   File "vendor/candy/build/tools/roomservice.py", line 146, in add_to_local_manifest
  14.     write_out_local_manifest(lm)
  15.   File "vendor/candy/build/tools/roomservice.py", line 97, in write_out_local_manifest
  16.     raw_xml = ElementTree.tostring(manif).decode()
  17.   File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1126, in tostring
  18.     ElementTree(element).write(file, encoding, method=method)
  19.   File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 820, in write
  20.     serialize(write, self._root, encoding, qnames, namespaces)
  21.   File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 939, in _serialize_xml
  22.     _serialize_xml(write, e, encoding, qnames, None)
  23.   File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 932, in _serialize_xml
  24.     v = _escape_attrib(v, encoding)
  25.   File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1092, in _escape_attrib
  26.     _raise_serialization_error(text)
  27.   File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1052, in _raise_serialization_error
  28.     "cannot serialize %r (type %s)" % (text, type(text).__name__)
  29. TypeError: cannot serialize None (type NoneType)
  30. build/core/product_config.mk:250: *** _nic.PRODUCTS.[[device/htc/t6spr/candy.mk]]: "device/htc/t6-common/t6-common.mk" does not exist.  Stop.
  31. build/core/product_config.mk:250: *** _nic.PRODUCTS.[[device/htc/t6spr/candy.mk]]: "device/htc/t6-common/t6-common.mk" does not exist.  Stop.
  32.  
  33. ** Don't have a product spec for: 'candy_t6spr'
  34. ** Do you have the right repo manifest?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement