Beiträge von tracer

    So, I am using EXT3 Format of my partitions.


    What i see?


    1st. When I commpile image just do make image (Makfile -f.......)


    all is ok


    2nd.


    cd build
    source ./env.source
    bitbake -cclean enigma2
    bitbak enigma2
    bitbake dreambox-image


    and then all time this bug...


    :frowning_face:

    Hi i am really confused last days...




    log.image_cmd...



    Code
    install: cannot change permissions of `/mnt/hdd1/OE/7025/build/tmp/rootfs/boot/dev': Not a directory



    Can Someone tell me what is going on???


    Partition is EXT3 format ( new one! ) after installation fresh Gentoo 2007.0

    cd build; . ./env.source; bitbake dreambox-image
    ERROR: Error in executing:
    ERROR: Exception: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 /mnt/hdd1/OE/7025/openembedded/packages/aalib/aalib_1.4rc5.bb
    ERROR: Error in executing:

    Someone tested OE with new bitbake?




    when i did


    make image


    i get alll errros....


    any idea?

    Hi I ve already reinstall my Gentoo to 2007.0


    I emegred new montone 0.35


    but i can not get working OE tree on it.


    When i am trying commpile montone 0.31 from source


    I ve got this error


    Code
    S   -g -O2 -Wall -W -Wno-unused -fno-strict-aliasing -MT mtn-vocab.o -MD -MP -MF ".deps/mtn-vocab.Tpo" -c -o mtn-vocab.o `test -f 'vocab.cc' || echo './'`vocab.cc; \
            then mv -f ".deps/mtn-vocab.Tpo" ".deps/mtn-vocab.Po"; else rm -f ".deps/mtn-vocab.Tpo"; exit 1; fi
    In file included from vocab.cc:16:
    vocab.hh:126:2: error: invalid preprocessing directive #namespace
    vocab.hh:127:2: error: invalid preprocessing directive #namespace
    make[2]: *** [mtn-vocab.o] Error 1


    Can someone put here his mtn binary ?

    Hi guys, today my 7025 die !


    Plase help me, here is log from Console ( rs cable )


    Dreambox DM7025
    FIRST STAGE 1.4 {2345}
    2ND OK, build #51 (20070322)


    0.000 -DM7025 board setup
    0.002 - initializing PCI...
    0.012 - done!
    0.014 - fp_init
    FP version 7 detected
    0.104 - ca init
    RSA Key 1 is used.
    0.209 - load config
    0.788 - config loaded


    AC loss detected, shoutting down



    Please, what i have to do now?

    Is OE 1.5 Makefile aviable??


    I got problem while i commmpiled Shaedelmeister way...


    Klib doesn't want to commpile and much more things



    I think all elements have to be in __init__ definition, and there need to be def to name of eLabel ?



    EDIT




    OK DONE!! easier use setText :smiling_face:

    Yes, it is exacly this code.


    When i ll put


    Inside this definition


    Python
    def __init__(self):
    
    
    self["XXXname"] = Label(_('Not aviable'))


    Label definition


    it is ok - but no refresh - it is normall why it no refresh...


    Any idea?


    It told me then that Label ="XXXname" is not defined



    Thank You