whats going on with cvs ?

  • I havent been able to compile enigma2 for a few days, its complaining it cant find enigma2-plugin-systemplugins-softwaremanager


    Code
    log_check: Using /home/updatelee/dreambox/cvs-oe/dm800/build/tmp/work/dreambox-image-1.0-r0/temp/log.do_rootfs.31750 as logfile
    log_check: There were error messages in the logfile
    log_check: Matched keyword: [Cannot find package]
    Collected errors:
    Cannot find package enigma2-plugin-systemplugins-softwaremanager.
    Check the spelling or perhaps run 'ipkg update'


    which is interesing, how would running ipkg update on my pc help at all ?

  • I got same error
    Build from GIT 1.5
    trunk_git.opendreambox.org_.enigma2__20090207.tar.gz
    Checked out revision 23659


    I just remove string "enigma2-plugin-systemplugins-softwaremanager" from dm800/openembedded/packages/images/dreambox-image.bb

    Einmal editiert, zuletzt von zuriuslev ()

  • GIT 1.5 for me as well, I beleive...


  • Hi,


    Edit you file -> openembeded/packages/enigma2/enigma2.bb


    change :


    Code
    PN = "enigma2"
    PR = "r0"
    SRCDATE = "20090207"


    To :


    Code
    PN = "enigma2"
    
    
    PR = "r0"
    
    
    SRCDATE = "20090225"


    Launch back the compilation process and it would work.


    regards