Advertisement
Guest User

Untitled

a guest
May 12th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.58 KB | None | 0 0
  1. hamdy@debian:~/poky/build$ bitbake core-image-minimal
  2. ERROR: /home/hamdy/poky/meta-debian/recipes-misc/qemu/qemu-bios-native_1.7.0.bb: Error executing a python function in <code>: | ETA: --:--:--
  3.  
  4. The stack trace of python calls that resulted in this exception/failure was:
  5. File: '<code>', lineno: 2, function: <module>
  6. 0001:__anon_145__home_hamdy_poky_meta_classes_base_bbclass(d)
  7. *** 0002:__anon_656__home_hamdy_poky_meta_classes_base_bbclass(d)
  8. 0003:__anon_129__home_hamdy_poky_meta_classes_rm_work_bbclass(d)
  9. 0004:__anon_1358__home_hamdy_poky_meta_classes_insane_bbclass(d)
  10. 0005:__anon_242__home_hamdy_poky_meta_classes_package_bbclass(d)
  11. 0006:__anon_747__home_hamdy_poky_meta_classes_package_rpm_bbclass(d)
  12. File: '/home/hamdy/poky/meta/classes/base.bbclass', lineno: 557, function: __anon_656__home_hamdy_poky_meta_classes_base_bbclass
  13. 0553: needsrcrev = False
  14. 0554: srcuri = d.getVar('SRC_URI', True)
  15. 0555: for uri in srcuri.split():
  16. 0556: (scheme, _ , path) = bb.fetch.decodeurl(uri)[:3]
  17. *** 0557:
  18. 0558: # HTTP/FTP use the wget fetcher
  19. 0559: if scheme in ("http", "https", "ftp"):
  20. 0560: d.appendVarFlag('do_fetch', 'depends', ' wget-native:do_populate_sysroot')
  21. 0561:
  22. File: '/home/hamdy/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 360, function: decodeurl
  23. 0356: """
  24. 0357:
  25. 0358: m = re.compile('(?P<type>[^:]*)://((?P<user>[^/]+)@)?(?P<location>[^;]+)(;(?P<parm>.*))?').match(url)
  26. 0359: if not m:
  27. *** 0360: raise MalformedUrl(url)
  28. 0361:
  29. 0362: type = m.group('type')
  30. 0363: location = m.group('location')
  31. 0364: if not location:
  32. Exception: bb.fetch2.MalformedUrl: The URL: '${MISC_GIT_URI}/${MISC_GIT_PREFIX}qemu.git;protocol=${MISC_GIT_PROTOCOL};branch=stable-2.1' is invalid and cannot be interpreted
  33.  
  34. ERROR: /home/hamdy/poky/meta-debian/recipes-misc/ltp/ltp_git.bb: Error executing a python function in <code>:
  35.  
  36. The stack trace of python calls that resulted in this exception/failure was:
  37. File: '<code>', lineno: 2, function: <module>
  38. 0001:__anon_145__home_hamdy_poky_meta_classes_base_bbclass(d)
  39. *** 0002:__anon_656__home_hamdy_poky_meta_classes_base_bbclass(d)
  40. 0003:__anon_129__home_hamdy_poky_meta_classes_rm_work_bbclass(d)
  41. 0004:__anon_1358__home_hamdy_poky_meta_classes_insane_bbclass(d)
  42. 0005:__anon_242__home_hamdy_poky_meta_classes_package_bbclass(d)
  43. 0006:__anon_747__home_hamdy_poky_meta_classes_package_rpm_bbclass(d)
  44. File: '/home/hamdy/poky/meta/classes/base.bbclass', lineno: 557, function: __anon_656__home_hamdy_poky_meta_classes_base_bbclass
  45. 0553: needsrcrev = False
  46. 0554: srcuri = d.getVar('SRC_URI', True)
  47. 0555: for uri in srcuri.split():
  48. 0556: (scheme, _ , path) = bb.fetch.decodeurl(uri)[:3]
  49. *** 0557:
  50. 0558: # HTTP/FTP use the wget fetcher
  51. 0559: if scheme in ("http", "https", "ftp"):
  52. 0560: d.appendVarFlag('do_fetch', 'depends', ' wget-native:do_populate_sysroot')
  53. 0561:
  54. File: '/home/hamdy/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 360, function: decodeurl
  55. 0356: """
  56. 0357:
  57. 0358: m = re.compile('(?P<type>[^:]*)://((?P<user>[^/]+)@)?(?P<location>[^;]+)(;(?P<parm>.*))?').match(url)
  58. 0359: if not m:
  59. *** 0360: raise MalformedUrl(url)
  60. 0361:
  61. 0362: type = m.group('type')
  62. 0363: location = m.group('location')
  63. 0364: if not location:
  64. Exception: bb.fetch2.MalformedUrl: The URL: '${MISC_GIT_URI}/${MISC_GIT_PREFIX}ltp.git;protocol=${MISC_GIT_PROTOCOL}' is invalid and cannot be interpreted
  65.  
  66. ERROR: Failed to parse recipe: /home/hamdy/poky/meta-debian/recipes-misc/qemu/qemu-bios-native_1.7.0.bb
  67. ERROR: /home/hamdy/poky/meta-debian/recipes-kernel/linux-libc-headers/linux-libc-headers-base_git.bb: Error executing a python function in <code>:
  68.  
  69. The stack trace of python calls that resulted in this exception/failure was:
  70. File: '<code>', lineno: 2, function: <module>
  71. 0001:__anon_145__home_hamdy_poky_meta_classes_base_bbclass(d)
  72. *** 0002:__anon_656__home_hamdy_poky_meta_classes_base_bbclass(d)
  73. 0003:__anon_129__home_hamdy_poky_meta_classes_rm_work_bbclass(d)
  74. 0004:__anon_1358__home_hamdy_poky_meta_classes_insane_bbclass(d)
  75. 0005:__anon_242__home_hamdy_poky_meta_classes_package_bbclass(d)
  76. 0006:__anon_747__home_hamdy_poky_meta_classes_package_rpm_bbclass(d)
  77. File: '/home/hamdy/poky/meta/classes/base.bbclass', lineno: 557, function: __anon_656__home_hamdy_poky_meta_classes_base_bbclass
  78. 0553: needsrcrev = False
  79. 0554: srcuri = d.getVar('SRC_URI', True)
  80. 0555: for uri in srcuri.split():
  81. 0556: (scheme, _ , path) = bb.fetch.decodeurl(uri)[:3]
  82. *** 0557:
  83. 0558: # HTTP/FTP use the wget fetcher
  84. 0559: if scheme in ("http", "https", "ftp"):
  85. 0560: d.appendVarFlag('do_fetch', 'depends', ' wget-native:do_populate_sysroot')
  86. 0561:
  87. File: '/home/hamdy/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 360, function: decodeurl
  88. 0356: """
  89. 0357:
  90. 0358: m = re.compile('(?P<type>[^:]*)://((?P<user>[^/]+)@)?(?P<location>[^;]+)(;(?P<parm>.*))?').match(url)
  91. 0359: if not m:
  92. *** 0360: raise MalformedUrl(url)
  93. 0361:
  94. 0362: type = m.group('type')
  95. 0363: location = m.group('location')
  96. 0364: if not location:
  97. Exception: bb.fetch2.MalformedUrl: The URL: '${LINUX_GIT_URI}/${LINUX_GIT_PREFIX}${LINUX_GIT_REPO};branch=${LINUX_GIT_SRCREV};protocol=${LINUX_GIT_PROTOCOL}' is invalid and cannot be interpreted
  98.  
  99. ERROR: /home/hamdy/poky/meta-debian/recipes-kernel/linux/linux-base_git.bb: Error executing a python function in <code>:
  100.  
  101. The stack trace of python calls that resulted in this exception/failure was:
  102. File: '<code>', lineno: 2, function: <module>
  103. 0001:__anon_145__home_hamdy_poky_meta_classes_base_bbclass(d)
  104. *** 0002:__anon_656__home_hamdy_poky_meta_classes_base_bbclass(d)
  105. 0003:__anon_129__home_hamdy_poky_meta_classes_rm_work_bbclass(d)
  106. 0004:__anon_1358__home_hamdy_poky_meta_classes_insane_bbclass(d)
  107. 0005:__anon_242__home_hamdy_poky_meta_classes_package_bbclass(d)
  108. 0006:__anon_747__home_hamdy_poky_meta_classes_package_rpm_bbclass(d)
  109. File: '/home/hamdy/poky/meta/classes/base.bbclass', lineno: 557, function: __anon_656__home_hamdy_poky_meta_classes_base_bbclass
  110. 0553: needsrcrev = False
  111. 0554: srcuri = d.getVar('SRC_URI', True)
  112. 0555: for uri in srcuri.split():
  113. 0556: (scheme, _ , path) = bb.fetch.decodeurl(uri)[:3]
  114. *** 0557:
  115. 0558: # HTTP/FTP use the wget fetcher
  116. 0559: if scheme in ("http", "https", "ftp"):
  117. 0560: d.appendVarFlag('do_fetch', 'depends', ' wget-native:do_populate_sysroot')
  118. 0561:
  119. File: '/home/hamdy/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 360, function: decodeurl
  120. 0356: """
  121. 0357:
  122. 0358: m = re.compile('(?P<type>[^:]*)://((?P<user>[^/]+)@)?(?P<location>[^;]+)(;(?P<parm>.*))?').match(url)
  123. 0359: if not m:
  124. *** 0360: raise MalformedUrl(url)
  125. 0361:
  126. 0362: type = m.group('type')
  127. 0363: location = m.group('location')
  128. 0364: if not location:
  129. Exception: bb.fetch2.MalformedUrl: The URL: '${LINUX_GIT_URI}/${LINUX_GIT_PREFIX}${LINUX_GIT_REPO};branch=${LINUX_GIT_SRCREV};protocol=${LINUX_GIT_PROTOCOL}' is invalid and cannot be interpreted
  130.  
  131.  
  132. Summary: There were 5 ERROR messages shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement