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?