Advertisement
Guest User

Untitled

a guest
Aug 6th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 KB | None | 0 0
  1. philippe@ilma:~/oe/build$ bitbake e-image-core
  2. Loading cache: 100% |#############################################################################################################################################################################| ETA: 00:00:00
  3. Loaded 7170 entries from dependency cache.
  4. NOTE: angstrom DOES NOT support linux-hotplug because hotplug functionality is provided by udev | ETA: --:--:--
  5. NOTE: angstrom DOES NOT support hotplug-ng because hotplug functionality is provided by udev
  6. NOTE: angstrom DOES NOT support bash-noemu because doesn't work on the target | ETA: 00:00:31
  7. NOTE: angstrom DOES NOT support hotplug2 because hotplug functionality is provided by udev | ETA: 00:00:27
  8. NOTE: angstrom DOES NOT support fso-apm because regular apmd is good enough | ETA: 00:00:27
  9. NOTE: angstrom DOES NOT support ipkg because ipkg has been superseded by opkg###### | ETA: 00:00:23
  10. NOTE: angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4
  11. NOTE: angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4################### | ETA: 00:00:14
  12. NOTE: angstrom DOES NOT support linux-hotplug because hotplug functionality is provided by udev############################ | ETA: 00:00:12
  13. NOTE: angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used####################################### | ETA: 00:00:10
  14. NOTE: angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used############################################## | ETA: 00:00:09
  15. NOTE: angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4################################################# | ETA: 00:00:08
  16. NOTE: angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4################################################ | ETA: 00:00:08
  17. NOTE: angstrom DOES NOT support xcursor-watchonly-theme because xcursor-transparent-theme is good enough###################################################################### | ETA: 00:00:03
  18. NOTE: angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4################################################################################### | ETA: 00:00:02
  19. NOTE: angstrom DOES NOT support hotplug-ng because hotplug functionality is provided by udev########################################################################################### | ETA: 00:00:01
  20. NOTE: angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used################################################################################################## | ETA: 00:00:00
  21. Parsing recipes: 100% |###########################################################################################################################################################################| Time: 00:00:26
  22. Parsing of 7325 .bb files complete (6551 cached, 774 parsed). 7964 targets, 334 skipped, 2 masked, 0 errors.
  23.  
  24. Build Configuration:
  25. BB_VERSION = "1.13.0"
  26. METADATA_BRANCH = "master"
  27. METADATA_REVISION = "1227018"
  28. TARGET_ARCH = "arm"
  29. TARGET_OS = "linux-gnueabi"
  30. MACHINE = "omap4430-panda"
  31. DISTRO = "angstrom"
  32. DISTRO_VERSION = "v20110326"
  33. TARGET_FPU = "hard"
  34.  
  35. NOTE: Resolving any missing task queue dependencies
  36. ERROR: Nothing PROVIDES 'xserver-xorg-extension-dri' (but /home/philippe/oe/openembedded/recipes/images/e-image-core.bb DEPENDS on or otherwise requires it)
  37. ERROR: Required build target 'e-image-core' has no buildable providers.
  38. Missing or unbuildable dependency chain was: ['e-image-core', 'xserver-xorg-extension-dri']
  39. ERROR: Command execution failed: Traceback (most recent call last):
  40. File "/home/philippe/oe/bitbake/lib/bb/command.py", line 102, in runAsyncCommand
  41. commandmethod(self.cmds_async, self, options)
  42. File "/home/philippe/oe/bitbake/lib/bb/command.py", line 200, in buildTargets
  43. command.cooker.buildTargets(pkgs_to_build, task)
  44. File "/home/philippe/oe/bitbake/lib/bb/cooker.py", line 822, in buildTargets
  45. taskdata.add_unresolved(localdata, self.status)
  46. File "/home/philippe/oe/bitbake/lib/bb/taskdata.py", line 534, in add_unresolved
  47. self.remove_buildtarget(targetid)
  48. File "/home/philippe/oe/bitbake/lib/bb/taskdata.py", line 491, in remove_buildtarget
  49. self.fail_fnid(fnid, missing_list)
  50. File "/home/philippe/oe/bitbake/lib/bb/taskdata.py", line 471, in fail_fnid
  51. self.remove_buildtarget(target, missing_list)
  52. File "/home/philippe/oe/bitbake/lib/bb/taskdata.py", line 501, in remove_buildtarget
  53. raise bb.providers.NoProvider(target)
  54. NoProvider: e-image-core
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement