Advertisement
Guest User

Untitled

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