Advertisement
Guest User

err while fetching ubuntu-phone sources for mako (nexus 4)

a guest
Feb 22nd, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. After running the following command:
  2. phablet-dev-bootstrap -v mako ubuntuTouchSrcs
  3.  
  4. I got the following errors:
  5. DEBUG:phablet-dev-bootstrap:Executing . build/envsetup.sh; breakfast mako
  6. including device/asus/grouper/vendorsetup.sh
  7. including device/generic/armv7-a-neon/vendorsetup.sh
  8. including device/generic/armv7-a/vendorsetup.sh
  9. including device/generic/mips/vendorsetup.sh
  10. including device/generic/x86/vendorsetup.sh
  11. including device/lge/mako/vendorsetup.sh
  12. including device/samsung/manta/vendorsetup.sh
  13. including device/ti/panda/vendorsetup.sh
  14. including vendor/cm/vendorsetup.sh
  15. including vendor/cm/vendorsetup.sh
  16. /bin/bash: bison: command not found
  17.  
  18. /bin/bash: bison: command not found
  19. /bin/bash: bison: command not found
  20. /bin/bash: bison: command not found
  21. /bin/bash: bison: command not found
  22. /bin/bash: bison: command not found
  23. /bin/bash: bison: command not found
  24. /bin/bash: bison: command not found
  25. /bin/bash: bison: command not found
  26. ============================================
  27. PLATFORM_VERSION_CODENAME=REL
  28. PLATFORM_VERSION=4.2.1
  29. TARGET_PRODUCT=cm_mako
  30. TARGET_BUILD_VARIANT=userdebug
  31. TARGET_BUILD_TYPE=release
  32. TARGET_BUILD_APPS=
  33. TARGET_ARCH=arm
  34. TARGET_ARCH_VARIANT=armv7-a-neon
  35. HOST_ARCH=x86
  36. HOST_OS=linux
  37. HOST_OS_EXTRA=Linux-3.5.0-25-generic-x86_64-with-Ubuntu-12.10-quantal
  38. HOST_BUILD_TYPE=release
  39. BUILD_ID=JOP40D
  40. OUT_DIR=ubuntuTouchSrcs/out
  41. ============================================
  42.  
  43. INFO:phablet-dev-bootstrap:Branching lp:phablet-extras/libhybris into ubuntu/hybris
  44. /bin/sh: 1: bzr: not found
  45. Traceback (most recent call last):
  46. File "/usr/bin/phablet-dev-bootstrap", line 167, in <module>
  47. main(args)
  48. File "/usr/bin/phablet-dev-bootstrap", line 162, in main
  49. setup_branches()
  50. File "/usr/bin/phablet-dev-bootstrap", line 118, in setup_branches
  51. branch_target(branches[branch], branch)
  52. File "/usr/bin/phablet-dev-bootstrap", line 100, in branch_target
  53. subprocess.check_call(cmd, shell=True)
  54. File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
  55. raise CalledProcessError(retcode, cmd)
  56. subprocess.CalledProcessError: Command 'bzr branch lp:phablet-extras/libhybris ubuntu/hybris' returned non-zero exit status 127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement