Author Topic: I Think I Broke My Oe Env.  (Read 3665 times)

MrSquishy

  • Full Member
  • ***
  • Posts: 159
    • View Profile
    • http://
I Think I Broke My Oe Env.
« on: February 17, 2005, 12:51:53 pm »
I did
bk pull; bk -r co -q
and now I get this:

mrsquishy@VonBraun:~/oe/build$ bitbake freesci
NOTE: Using cache in '/home/mrsquishy/oe/build/tmp/cache'
NOTE: Parsing finished. 2055 cached, 0 parsed, 42 skipped, 0 masked.
NOTE: Building provider hash: [####################] (100%)
NOTE: build 200502170847: started
Traceback (most recent call last):
  File "/home/mrsquishy/bitbake/bin/bitbake", line 706, in ?
    bb.event.fire(bb.event.BuildStarted(buildname, pkgs_to_build, make.cfg))
  File "/home/mrsquishy/bitbake/lib/bb/event.py", line 49, in fire
    if tmpHandler(event) == Handled:
  File "tmpHandler(e)", line 30, in tmpHandler
NameError: global name 'bb' is not defined

I tried reinstalling bitbake (Even redownloaded it with Subversion), and I get this:

VonBraun:/home/mrsquishy/oe/bitbake# ./setup.py install --prefix=/usr/local
Traceback (most recent call last):
  File "./setup.py", line 20, in ?
    from distutils.core import setup
ImportError: No module named distutils.core
VonBraun:/home/mrsquishy/oe/bitbake#

Have I completely screwed something up, or are some secret changes taking place?
« Last Edit: February 17, 2005, 12:52:37 pm by MrSquishy »

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
I Think I Broke My Oe Env.
« Reply #1 on: February 17, 2005, 01:36:38 pm »
Please don't try to get support for OE here. We have a mailing list for a reason. Just for the records though - distutils is a module from your local system. Install it.
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

MrSquishy

  • Full Member
  • ***
  • Posts: 159
    • View Profile
    • http://
I Think I Broke My Oe Env.
« Reply #2 on: February 17, 2005, 02:52:59 pm »
Well I guess it is time to stop being lazy and join the mailing list.
Thanks.

I must have done something to it, it used to work.

Is there anywhere where beginning OE people are gathering?  Not so much for the support, but just to see where others are at and have some info and feedback on writing .bb files and the like.  The wiki is lacking a lot of info (Not a gripe at all, those who are working have a lot of other things to do).

The forums here have such a great community, it'd be nice to have a forum for people to know they arent alone in OE.

But I'll stop polluting the OZ/Opie Dev. forum.

Thanks again.