Hab mein Ubuntu neu aufgesetzt und auch monotone 0.37 migriert.
So bei mein ersten versuch bekomme ich diesen Fehler.
ERROR: local variable 'bb' referenced before assignment while parsing /home/mrcop/tuxbox-bb/openembedded/packages/linux/linux-mtx-1_2.4.27.bb
ERROR: Error in executing:
ERROR: Exception:<type 'exceptions.UnboundLocalError'> Message:local variable 'bb' referenced before assignment
ERROR: Printing the environment of the function
ERROR: 0001:def __anonfunc():
ERROR: 0002: import exceptions
ERROR: 0003: need_host = bb.data.getVar('COMPATIBLE_HOST', d, 1)
ERROR: 0004: if need_host:
ERROR: 0005: import re
ERROR: 0006: this_host = bb.data.getVar('HOST_SYS', d, 1)
ERROR: 0007: if not re.match(need_host, this_host):
ERROR: local variable 'bb' referenced before assignment while parsing /home/mrcop/tuxbox-bb/openembedded/packages/linux/linux-colinux_2.6.10.bb
ERROR: Error in compiling:
ERROR: The lines resulting into this error were:
ERROR: 50:IndentationError:' pv = bb.data.getVar("PV",d,1).split('-')'
ERROR: Printing the environment of the function
ERROR: 0046: # The patches list may be empty. This code starts with the base
ERROR: 0047: # kernel version and steps through the patches. Because the rc and
ERROR: 0048: # pre patches actually require the *preceding* kernel version the code
ERROR: 0049: # fixes that up appropriately.
ERROR: 0050: pv = bb.data.getVar("PV",d,1).split('-')
ERROR: 0051: kernel = pv[0].split('.')
ERROR: 0052: base = pv[0]
ERROR: 0053: name = [base]
ERROR: 0054: major = '.'.join(name[0].split('.')[0:2])
make: *** [image] Fehler 1
mrcop@Ubuntu8:~/tuxbox-bb$
Kann jemand weiterhelfen. Ich vermute das der fehler bei copilieren der linux-colinux_2.6.10.bb
Aber wie soll ich den becheben.