Advertisement
Guest User

YoctoBug

a guest
Nov 25th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.08 KB | None | 0 0
  1. dave@debian:~/yocto/fsl-community-bsp/build$ bitbake core-image-minimal
  2. WARNING: Host distribution "Debian-7.2" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
  3. Parsing recipes: 100% |##################################################################| Time: 00:01:38
  4. Parsing of 1340 .bb files complete (0 cached, 1340 parsed). 1732 targets, 95 skipped, 0 masked, 0 errors.
  5. NOTE: Resolving any missing task queue dependencies
  6.  
  7. Build Configuration:
  8. BB_VERSION = "1.20.0"
  9. BUILD_SYS = "i686-linux"
  10. NATIVELSBSTRING = "Debian-7.2"
  11. TARGET_SYS = "arm-poky-linux-gnueabi"
  12. MACHINE = "imx28evk"
  13. DISTRO = "poky"
  14. DISTRO_VERSION = "1.5"
  15. TUNE_FEATURES = "armv5 thumb dsp"
  16. TARGET_FPU = "soft"
  17. meta-fsl-arm = "ewgeco:5b3b6618426ad06e4fb6a3a77c4a53dfb47f0556"
  18. meta-fsl-arm-extra = "ewgeco:11ac45d22963a3f047a85c96009c36cb6e156d0a"
  19. meta-fsl-demos = "ewgeco:cd6275042cdd2d87490521f6cbeb65972ed37a66"
  20. meta-oe = "ewgeco:513e7ca20ddd0a5c3b649bf292a67c3e0473d3a8"
  21. meta
  22. meta-yocto
  23. meta-yocto-bsp = "ewgeco:75bed4086eb83f1d24c31392f3dd54aa5c3679b1"
  24.  
  25. NOTE: Preparing runqueue
  26. NOTE: Executing SetScene Tasks
  27. NOTE: Executing RunQueue Tasks
  28. WARNING: Failed to fetch URL http://downloads.yoctoproject.org/releases/gnu-config/gnu-config-20120814.tar.bz2, attempting MIRRORS if available
  29. ERROR: Error executing a python function in /home/dave/yocto/fsl-community-bsp/sources/poky/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb:
  30.  
  31. The stack trace of python calls that resulted in this exception/failure was:
  32. File: 'base_do_fetch', lineno: 18, function: <module>
  33. 0014: except bb.fetch2.BBFetchException as e:
  34. 0015: raise bb.build.FuncFailed(e)
  35. 0016:
  36. 0017:
  37. *** 0018:base_do_fetch(d)
  38. 0019:
  39. File: 'base_do_fetch', lineno: 13, function: base_do_fetch
  40. 0009: bb.data.update_data(localdata)
  41. 0010:
  42. 0011: try:
  43. 0012: fetcher = bb.fetch2.Fetch(src_uri, localdata)
  44. *** 0013: fetcher.download()
  45. 0014: except bb.fetch2.BBFetchException as e:
  46. 0015: raise bb.build.FuncFailed(e)
  47. 0016:
  48. 0017:
  49. File: '/home/dave/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 1413, function: download
  50. 1409: # Remove any incomplete fetch
  51. 1410: m.clean(ud, self.d)
  52. 1411: logger.debug(1, "Trying MIRRORS")
  53. 1412: mirrors = mirror_from_string(self.d.getVar('MIRRORS', True))
  54. *** 1413: localpath = try_mirrors (self.d, ud, mirrors)
  55. 1414:
  56. 1415: if not localpath or ((not os.path.exists(localpath)) and localpath.find("*") == -1):
  57. 1416: if firsterr:
  58. 1417: logger.error(str(firsterr))
  59. File: '/home/dave/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 852, function: try_mirrors
  60. 0848:
  61. 0849: uris, uds = build_mirroruris(origud, mirrors, ld)
  62. 0850:
  63. 0851: for index, uri in enumerate(uris):
  64. *** 0852: ret = try_mirror_url(uri, origud, uds[index], ld, check)
  65. 0853: if ret != False:
  66. 0854: return ret
  67. 0855: return None
  68. 0856:
  69. File: '/home/dave/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 785, function: try_mirror_url
  70. 0781: if found:
  71. 0782: return found
  72. 0783: return False
  73. 0784:
  74. *** 0785: os.chdir(ld.getVar("DL_DIR", True))
  75. 0786:
  76. 0787: if not os.path.exists(ud.donestamp) or ud.method.need_update(newuri, ud, ld):
  77. 0788: ud.method.download(newuri, ud, ld)
  78. 0789: if hasattr(ud.method,"build_mirror_data"):
  79. Exception: OSError: [Errno 2] No such file or directory: '${BSPDIR}/downloads/'
  80.  
  81. ERROR: Function failed: base_do_fetch
  82. ERROR: Logfile of failure stored in: /home/dave/yocto/fsl-community-bsp/build/tmp/work/i686-linux/gnu-config-native/20120814-r0/temp/log.do_fetch.14586
  83. ERROR: Task 429 (virtual:native:/home/dave/yocto/fsl-community-bsp/sources/poky/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb, do_fetch) failed with exit code '1'
  84. WARNING: Failed to fetch URL http://download.savannah.gnu.org/releases/quilt/quilt-0.60.tar.gz, attempting MIRRORS if available
  85. ERROR: Error executing a python function in /home/dave/yocto/fsl-community-bsp/sources/poky/meta/recipes-devtools/quilt/quilt-native_0.60.bb:
  86.  
  87. The stack trace of python calls that resulted in this exception/failure was:
  88. File: 'base_do_fetch', lineno: 18, function: <module>
  89. 0014: except bb.fetch2.BBFetchException as e:
  90. 0015: raise bb.build.FuncFailed(e)
  91. 0016:
  92. 0017:
  93. *** 0018:base_do_fetch(d)
  94. 0019:
  95. File: 'base_do_fetch', lineno: 13, function: base_do_fetch
  96. 0009: bb.data.update_data(localdata)
  97. 0010:
  98. 0011: try:
  99. 0012: fetcher = bb.fetch2.Fetch(src_uri, localdata)
  100. *** 0013: fetcher.download()
  101. 0014: except bb.fetch2.BBFetchException as e:
  102. 0015: raise bb.build.FuncFailed(e)
  103. 0016:
  104. 0017:
  105. File: '/home/dave/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 1413, function: download
  106. 1409: # Remove any incomplete fetch
  107. 1410: m.clean(ud, self.d)
  108. 1411: logger.debug(1, "Trying MIRRORS")
  109. 1412: mirrors = mirror_from_string(self.d.getVar('MIRRORS', True))
  110. *** 1413: localpath = try_mirrors (self.d, ud, mirrors)
  111. 1414:
  112. 1415: if not localpath or ((not os.path.exists(localpath)) and localpath.find("*") == -1):
  113. 1416: if firsterr:
  114. 1417: logger.error(str(firsterr))
  115. File: '/home/dave/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 852, function: try_mirrors
  116. 0848:
  117. 0849: uris, uds = build_mirroruris(origud, mirrors, ld)
  118. 0850:
  119. 0851: for index, uri in enumerate(uris):
  120. *** 0852: ret = try_mirror_url(uri, origud, uds[index], ld, check)
  121. 0853: if ret != False:
  122. 0854: return ret
  123. 0855: return None
  124. 0856:
  125. File: '/home/dave/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 785, function: try_mirror_url
  126. 0781: if found:
  127. 0782: return found
  128. 0783: return False
  129. 0784:
  130. *** 0785: os.chdir(ld.getVar("DL_DIR", True))
  131. 0786:
  132. 0787: if not os.path.exists(ud.donestamp) or ud.method.need_update(newuri, ud, ld):
  133. 0788: ud.method.download(newuri, ud, ld)
  134. 0789: if hasattr(ud.method,"build_mirror_data"):
  135. Exception: OSError: [Errno 2] No such file or directory: '${BSPDIR}/downloads/'
  136.  
  137. ERROR: Function failed: base_do_fetch
  138. ERROR: Logfile of failure stored in: /home/dave/yocto/fsl-community-bsp/build/tmp/work/i686-linux/quilt-native/0.60-r0/temp/log.do_fetch.14585
  139. ERROR: Task 18 (/home/dave/yocto/fsl-community-bsp/sources/poky/meta/recipes-devtools/quilt/quilt-native_0.60.bb, do_fetch) failed with exit code '1'
  140. WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/m4/m4-1.4.16.tar.gz, attempting MIRRORS if available
  141. ERROR: Error executing a python function in /home/dave/yocto/fsl-community-bsp/sources/poky/meta/recipes-devtools/m4/m4-native_1.4.16.bb:
  142.  
  143. The stack trace of python calls that resulted in this exception/failure was:
  144. File: 'base_do_fetch', lineno: 18, function: <module>
  145. 0014: except bb.fetch2.BBFetchException as e:
  146. 0015: raise bb.build.FuncFailed(e)
  147. 0016:
  148. 0017:
  149. *** 0018:base_do_fetch(d)
  150. 0019:
  151. File: 'base_do_fetch', lineno: 13, function: base_do_fetch
  152. 0009: bb.data.update_data(localdata)
  153. 0010:
  154. 0011: try:
  155. 0012: fetcher = bb.fetch2.Fetch(src_uri, localdata)
  156. *** 0013: fetcher.download()
  157. 0014: except bb.fetch2.BBFetchException as e:
  158. 0015: raise bb.build.FuncFailed(e)
  159. 0016:
  160. 0017:
  161. File: '/home/dave/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 1413, function: download
  162. 1409: # Remove any incomplete fetch
  163. 1410: m.clean(ud, self.d)
  164. 1411: logger.debug(1, "Trying MIRRORS")
  165. 1412: mirrors = mirror_from_string(self.d.getVar('MIRRORS', True))
  166. *** 1413: localpath = try_mirrors (self.d, ud, mirrors)
  167. 1414:
  168. 1415: if not localpath or ((not os.path.exists(localpath)) and localpath.find("*") == -1):
  169. 1416: if firsterr:
  170. 1417: logger.error(str(firsterr))
  171. File: '/home/dave/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 852, function: try_mirrors
  172. 0848:
  173. 0849: uris, uds = build_mirroruris(origud, mirrors, ld)
  174. 0850:
  175. 0851: for index, uri in enumerate(uris):
  176. *** 0852: ret = try_mirror_url(uri, origud, uds[index], ld, check)
  177. 0853: if ret != False:
  178. 0854: return ret
  179. 0855: return None
  180. 0856:
  181. File: '/home/dave/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 785, function: try_mirror_url
  182. 0781: if found:
  183. 0782: return found
  184. 0783: return False
  185. 0784:
  186. *** 0785: os.chdir(ld.getVar("DL_DIR", True))
  187. 0786:
  188. 0787: if not os.path.exists(ud.donestamp) or ud.method.need_update(newuri, ud, ld):
  189. 0788: ud.method.download(newuri, ud, ld)
  190. 0789: if hasattr(ud.method,"build_mirror_data"):
  191. Exception: OSError: [Errno 2] No such file or directory: '${BSPDIR}/downloads/'
  192.  
  193. ERROR: Function failed: base_do_fetch
  194. ERROR: Logfile of failure stored in: /home/dave/yocto/fsl-community-bsp/build/tmp/work/i686-linux/m4-native/1.4.16-r4/temp/log.do_fetch.14587
  195. ERROR: Task 1078 (/home/dave/yocto/fsl-community-bsp/sources/poky/meta/recipes-devtools/m4/m4-native_1.4.16.bb, do_fetch) failed with exit code '1'
  196. WARNING: Failed to fetch URL ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz, attempting MIRRORS if available
  197. ERROR: Error executing a python function in /home/dave/yocto/fsl-community-bsp/sources/poky/meta/recipes-devtools/autoconf/autoconf_2.69.bb:
  198.  
  199. The stack trace of python calls that resulted in this exception/failure was:
  200. File: 'base_do_fetch', lineno: 18, function: <module>
  201. 0014: except bb.fetch2.BBFetchException as e:
  202. 0015: raise bb.build.FuncFailed(e)
  203. 0016:
  204. 0017:
  205. *** 0018:base_do_fetch(d)
  206. 0019:
  207. File: 'base_do_fetch', lineno: 13, function: base_do_fetch
  208. 0009: bb.data.update_data(localdata)
  209. 0010:
  210. 0011: try:
  211. 0012: fetcher = bb.fetch2.Fetch(src_uri, localdata)
  212. *** 0013: fetcher.download()
  213. 0014: except bb.fetch2.BBFetchException as e:
  214. 0015: raise bb.build.FuncFailed(e)
  215. 0016:
  216. 0017:
  217. File: '/home/dave/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 1413, function: download
  218. 1409: # Remove any incomplete fetch
  219. 1410: m.clean(ud, self.d)
  220. 1411: logger.debug(1, "Trying MIRRORS")
  221. 1412: mirrors = mirror_from_string(self.d.getVar('MIRRORS', True))
  222. *** 1413: localpath = try_mirrors (self.d, ud, mirrors)
  223. 1414:
  224. 1415: if not localpath or ((not os.path.exists(localpath)) and localpath.find("*") == -1):
  225. 1416: if firsterr:
  226. 1417: logger.error(str(firsterr))
  227. File: '/home/dave/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 852, function: try_mirrors
  228. 0848:
  229. 0849: uris, uds = build_mirroruris(origud, mirrors, ld)
  230. 0850:
  231. 0851: for index, uri in enumerate(uris):
  232. *** 0852: ret = try_mirror_url(uri, origud, uds[index], ld, check)
  233. 0853: if ret != False:
  234. 0854: return ret
  235. 0855: return None
  236. 0856:
  237. File: '/home/dave/yocto/fsl-community-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py', lineno: 785, function: try_mirror_url
  238. 0781: if found:
  239. 0782: return found
  240. 0783: return False
  241. 0784:
  242. *** 0785: os.chdir(ld.getVar("DL_DIR", True))
  243. 0786:
  244. 0787: if not os.path.exists(ud.donestamp) or ud.method.need_update(newuri, ud, ld):
  245. 0788: ud.method.download(newuri, ud, ld)
  246. 0789: if hasattr(ud.method,"build_mirror_data"):
  247. Exception: OSError: [Errno 2] No such file or directory: '${BSPDIR}/downloads/'
  248.  
  249. ERROR: Function failed: base_do_fetch
  250. ERROR: Logfile of failure stored in: /home/dave/yocto/fsl-community-bsp/build/tmp/work/i686-linux/autoconf-native/2.69-r11/temp/log.do_fetch.14594
  251. ERROR: Task 390 (virtual:native:/home/dave/yocto/fsl-community-bsp/sources/poky/meta/recipes-devtools/autoconf/autoconf_2.69.bb, do_fetch) failed with exit code '1'
  252. NOTE: Tasks Summary: Attempted 4 tasks of which 0 didn't need to be rerun and 4 failed.
  253. Waiting for 0 running tasks to finish:
  254.  
  255. Summary: 4 tasks failed:
  256. virtual:native:/home/dave/yocto/fsl-community-bsp/sources/poky/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb, do_fetch
  257. /home/dave/yocto/fsl-community-bsp/sources/poky/meta/recipes-devtools/quilt/quilt-native_0.60.bb, do_fetch
  258. /home/dave/yocto/fsl-community-bsp/sources/poky/meta/recipes-devtools/m4/m4-native_1.4.16.bb, do_fetch
  259. virtual:native:/home/dave/yocto/fsl-community-bsp/sources/poky/meta/recipes-devtools/autoconf/autoconf_2.69.bb, do_fetch
  260. Summary: There were 5 WARNING messages shown.
  261. Summary: There were 8 ERROR messages shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement