Advertisement
Guest User

tightvnc

a guest
Jan 11th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. Build Configuration:
  2. BB_VERSION = "1.10.2"
  3. METADATA_BRANCH = "master"
  4. METADATA_REVISION = "8e7ed36"
  5. TARGET_ARCH = "arm"
  6. TARGET_OS = "linux-uclibceabi"
  7. MACHINE = "mini2440"
  8. DISTRO = "angstrom"
  9. DISTRO_VERSION = "v2012.01"
  10. TARGET_FPU = "soft"
  11.  
  12. NOTE: Resolving any missing task queue dependencies
  13. ERROR: '['/home/bhagwan/rahul/OEBASE_Uclibc//openembedded/recipes/images/minimal-image.bb']' RDEPENDS/RRECOMMENDS or otherwise requires the runtime entity 'tightvnc' but it wasn't found in any PACKAGE or RPROVIDES variables
  14. Unknown Event: <bb.event.NoProvider instance at 0x110f862c>
  15. NOTE: Runtime target 'tightvnc' is unbuildable, removing...
  16. Missing or unbuildable dependency chain was: ['tightvnc']
  17. ERROR: Required build target 'minimal-image' has no buildable providers.
  18. Missing or unbuildable dependency chain was: ['minimal-image', 'tightvnc']
  19. Command execution failed: Traceback (most recent call last):
  20. File "/home/bhagwan/rahul/OEBASE_Uclibc//bitbake/lib/bb/command.py", line 88, in runAsyncCommand
  21. commandmethod(self.cmds_async, self, options)
  22. File "/home/bhagwan/rahul/OEBASE_Uclibc//bitbake/lib/bb/command.py", line 174, in buildTargets
  23. command.cooker.buildTargets(pkgs_to_build, task)
  24. File "/home/bhagwan/rahul/OEBASE_Uclibc//bitbake/lib/bb/cooker.py", line 784, in buildTargets
  25. taskdata.add_unresolved(localdata, self.status)
  26. File "/home/bhagwan/rahul/OEBASE_Uclibc//bitbake/lib/bb/taskdata.py", line 562, in add_unresolved
  27. self.remove_runtarget(self.getrun_id(target))
  28. File "/home/bhagwan/rahul/OEBASE_Uclibc//bitbake/lib/bb/taskdata.py", line 535, in remove_runtarget
  29. self.fail_fnid(fnid, missing_list)
  30. File "/home/bhagwan/rahul/OEBASE_Uclibc//bitbake/lib/bb/taskdata.py", line 490, in fail_fnid
  31. self.remove_buildtarget(target, missing_list)
  32. File "/home/bhagwan/rahul/OEBASE_Uclibc//bitbake/lib/bb/taskdata.py", line 519, in remove_buildtarget
  33. raise bb.providers.NoProvider
  34. NoProvider
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement