grr compile issue

  • so I downloaded the Makefile-openembedded-1.5 from


    http://opendreambox.org/~obi/Makefile-opendreambox-1.5


    but here is the error I get

    Code
    Branch org.openembedded.dreambox set up to track remote branch refs/remotes/origin/org.openembedded.dreambox.
    error: Entry 'classes/autotools.bbclass' would be overwritten by merge. Cannot merge.
    make: *** [/home/updatelee/dreambox/cvs-oe/dm800/openembedded/.git] Error 1


    this is a clean folder so I know its not some old residual file

  • If I remember correctly you're using an old git version. Try a more recent one...

    Homescreen eurer Apple-Geräte noch nicht voll genug?


    dreaMote: Fernbedienung für Dreamboxen
    Mobile WOL: Wake-on-LAN Client für iOS mit optionalem Widget
    My Home Remote: Fernkontrolle für Homematic CCU/CCU2 optimiert für mobile Benutzung

  • yes, that's definitely caused by an old git version. i had the same problems.

    mfg


    OoZooN


    Support für OoZooN Images gibt es auf forum.oozoon.de , nicht hier!


    Two Beer or not two Beer, thats the Question


    Aktuelle Nachrichten rund um OoZooN-Images gibt es auf Twitter

  • You can fix it without upgrading git.
    From the folder with the makefile in it, run (replace dm800 with your machine type):

    Code
    cd dm800/openembedded
    git reset HEAD --hard
    git checkout org.openembedded.dreambox -f
    cd ../..


    then run the makefile again.

  • ok I guess ubuntu doesnt have the very latest version of git in its repository, I went to git's website and downloaded the newest version and got a little farther, its looking better


    Code
    log_check: Using /home/updatelee/dreambox/cvs-oe/dm800/build/tmp/work/dreambox-image-1.0-r0/temp/log.do_rootfs.20047 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-crashlogautosubmit.
    Check the spelling or perhaps run 'ipkg update'


    now its looking for a requirement and cant find it...