Advertisement
Learning

Untitled

Sep 28th, 2011
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. MACHINE=beagleboard ./oebb.sh bitbake virtual/kernel -c compile -f -D
  2. Updating bitbake
  3. Executing: cd /media/test/make_angstrom/setup-scripts/sources/bitbake && git pull --rebase
  4. Your configuration specifies to merge the ref '1.12' from the
  5. remote, but no such ref was fetched.
  6. Updating OpenEmbedded
  7. Executing: git pull --rebase
  8. Your configuration specifies to merge the ref '2011.03-maintenance' from the
  9. remote, but no such ref was fetched.
  10. Using ~/.oe/environment-2008 to setup needed variables. It is recommended to do '. ~/.oe/environment-2008' and run 'bitbake something' without using ./oebb.sh as wrapper
  11. Executing: MACHINE=beagleboard bitbake virtual/kernel -c compile -f -D
  12. Traceback (most recent call last):
  13. File "/media/test/make_angstrom/setup-scripts/sources/bitbake/bin/bitbake", line 234, in <module>
  14. ret = main()
  15. File "/media/test/make_angstrom/setup-scripts/sources/bitbake/bin/bitbake", line 197, in main
  16. server = ProcessServer(server_channel, event_queue, configuration)
  17. File "/media/test/make_angstrom/setup-scripts/sources/bitbake/lib/bb/server/process.py", line 81, in __init__
  18. self.cooker = BBCooker(configuration, self.register_idle_function)
  19. File "/media/test/make_angstrom/setup-scripts/sources/bitbake/lib/bb/cooker.py", line 77, in __init__
  20. self.parseConfigurationFiles(self.configuration.file)
  21. File "/media/test/make_angstrom/setup-scripts/sources/bitbake/lib/bb/cooker.py", line 543, in parseConfigurationFiles
  22. bb.fetch.fetcher_init(self.configuration.data)
  23. OperationalError: disk I/O error
  24. DEBUG: Clearing SRCREV cache due to cache policy of: clear
  25. DEBUG: Removed the following variables from the environment: SSH_ASKPASS, GDM_KEYBOARD_LAYOUT, KDE_IS_PRELINKED, OE_BUILD_DIR, DISTRO_DIRNAME, OE_SOURCE_DIR, GNOME_DESKTOP_SESSION_ID, DDGEN_TEMPLATES, LESSOPEN, QT_IM_MODULE, QTDIR, QTLIB, QTINC, G_BROKEN_FILENAMES, HISTSIZE, WINDOWID, IMSETTINGS_INTEGRATE_DESKTOP, SVN_EDITOR, GDMSESSION, ORA_NLS33, IMSETTINGS_MODULE, ORACLE_HOME, XMODIFIERS, OE_BUILD_TMPDIR, OE_BASE, ORBIT_SOCKETDIR, KDEDIRS, DDGEN_CATALOG, OLDPWD, HOSTNAME, GDM_LANG, DDGen_HOME, HISTCONTROL, SHLVL, CVS_RSH, MAIL, LS_COLORS
  26.  
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement