Beiträge von Calimitux03

    I have launched another time the makeFile and i have a lot of error now :



    seems to be because this file :
    http://sources.dreamboxupdate.…6a7f86d76df7ed2.patch.bz2 no exist

    Hi


    I fix it changing the makefile.
    I have build dm800 with no problem but 725 have some errors :


    Code
    NOTE: Running task 1870 of 1951 (ID: 37, /home/cali/Documentos/Dreambox/openembedded/1.6/openembedded/recipes/quilt/quilt-native_0.48.bb, do_package_write)
    NOTE: Running task 1871 of 1951 (ID: 36, /home/cali/Documentos/Dreambox/openembedded/1.6/openembedded/recipes/quilt/quilt-native_0.48.bb, do_package_stage)
    NOTE: Running task 1872 of 1951 (ID: 25, /home/cali/Documentos/Dreambox/openembedded/1.6/openembedded/recipes/shasum/shasum-native.bb, do_package_write)
    NOTE: Running task 1873 of 1951 (ID: 24, /home/cali/Documentos/Dreambox/openembedded/1.6/openembedded/recipes/shasum/shasum-native.bb, do_package_stage)
    NOTE: Tasks Summary: Attempted 1873 tasks of which 0 didn't need to be rerun and 4 failed.
    ERROR: '/home/cali/Documentos/Dreambox/openembedded/1.6/openembedded/recipes/linux/linux-dm7025_2.6.32.bb' failed
    ERROR: '/home/cali/Documentos/Dreambox/openembedded/1.6/openembedded/recipes/dreambox/dreambox-wdog.bb' failed
    ERROR: '/home/cali/Documentos/Dreambox/openembedded/1.6/openembedded/recipes/dreambox/dreambox-dvb-modules.bb' failed
    ERROR: '/home/cali/Documentos/Dreambox/openembedded/1.6/openembedded/recipes/dreambox/dreambox-secondstage.bb' failed
    make: *** [image] Error 1

    Hi


    Trying to run the makefile OE 1.6 i have the following error



    Thanks

    Hi


    I i am trying to get the update for make a new nfi without lost my modifications in .bb files and so on.
    I try comand git pull but i give some errors :


    Code
    packages/enigma2/enigma2-plugins.bb: needs update
    packages/enigma2/enigma2.bb: needs update
    packages/images/dreambox-image.bb: needs update
    packages/initscripts/initscripts-1.0/dm8000/bootup: needs update
    error: Entry 'packages/enigma2/enigma2-plugins.bb' not uptodate. Cannot merge.


    so i have try with command git checkout -f and after git pull again but this time it's another problem :


    I hope someone can hep me.


    Best Regards

    hi,


    I have this problem


    Code
    /home/cali/Documents/Dreambox/dm800/build/tmp/cross/lib/gcc/mipsel-linux/4.1.1/../../../../mipsel-linux/bin/ld: cannot find -lgstaudio-0.10
    collect2: ld returned 1 exit status
    make[3]: *** [libgstdvbvideosink.la] Error 1
    make[3]: Leaving directory `/home/cali/Documents/Dreambox/dm800/build/tmp/work/gst-plugin-dvbmediasink-0.10+20090604-r0/dvbmediasink/src'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/cali/Documents/Dreambox/dm800/build/tmp/work/gst-plugin-dvbmediasink-0.10+20090604-r0/dvbmediasink'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/home/cali/Documents/Dreambox/dm800/build/tmp/work/gst-plugin-dvbmediasink-0.10+20090604-r0/dvbmediasink'
    FATAL: oe_runmake failed


    Someone have an idea?


    Thanks

    Hi


    I want know if it's possible to change the size of an pixmap?


    I try to use self["pixmap"].instance.resize(eSize(15,15))


    but i get AttributeError: 'NoneTyoe' objet has no attribute 'resize'


    Thanks for help me

    Hi all


    I am playing with the Module pySerial and i dialog with no problem with serial port (tty).
    But i am trying to dialog with sci0 and sci1 and i can't i have an error when i make the file with command termios maybe because sciX are not serial port.


    Someone have an idea for dialog with sci ?


    Best Regards


    Cali