plz. help ..... for Restart engima patch

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fairbird
    Junior Member
    • Jun 2009
    • 31

    #1

    plz. help ..... for Restart engima patch

    hi all >>>>

    i was build cvs image fine and get this lines

    Code:
    Big endian filesystem, data block size 65536, compressed data, compressed metadata, compressed fragments 
    Filesystem size 4031.03 Kbytes (3.94 Mbytes) 
    	34.04% of uncompressed filesystem size (11840.87 Kbytes) 
    Inode table size 5821 bytes (5.68 Kbytes) 
    	24.04% of uncompressed inode table size (24213 bytes) 
    Directory table size 7456 bytes (7.28 Kbytes) 
    	46.82% of uncompressed directory table size (15924 bytes) 
    Number of duplicate files found 81 
    Number of inodes 1077 
    Number of files 820 
    Number of fragments 40 
    Number of symbolic links  140 
    Number of device nodes 0 
    Number of fifo nodes 0 
    Number of socket nodes 0 
    Number of directories 117 
    Number of uids 1 
    	root (0) 
    Number of gids 0 
    cp /home/raed/rrrr/root/cdkflash/boot-cramfs.img /home/raed/rrrr/root/cdkflash/complete.img; \ 
    	dd if=/home/raed/rrrr/root/cdkflash/root-squashfs.img of=/home/raed/rrrr/root/cdkflash/complete.img bs=1024 seek=1152 
    4032+0 records in 
    4032+0 records out 
    4128768 bytes (4.1 MB) copied, 0.0352819 s, 117 MB/s 
    raed@ubuntu:~/rrrr/cdk$
    ok >>>>

    but when i want to do ( Restart engima patch ) i found error

    i go to.... cd rrrr/cdk

    then i make .... rm .enigma

    but after this step......make .enigma
    i get this lins....

    Code:
    enigma_main.cpp: In member function `void eZapMain::standbyRelease()': 
    enigma_main.cpp:3153: error: `t' undeclared (first use this function) 
    enigma_main.cpp:3153: error: (Each undeclared identifier is reported only once for each function it appears in.) 
    enigma_main.cpp:3156: error: case label `5' not within a switch statement 
    enigma_main.cpp:3158: error: break statement not within loop or switch 
    enigma_main.cpp:3159: error: case label `1' not within a switch statement 
    enigma_main.cpp:3162: error: break statement not within loop or switch 
    enigma_main.cpp:3163: error: case label not within a switch statement 
    enigma_main.cpp:3164: error: case label `0' not within a switch statement 
    enigma_main.cpp:3165: error: break statement not within loop or switch 
    enigma_main.cpp:3126: error: label `standby' used but not defined 
    enigma_main.cpp: At global scope: 
    enigma_main.cpp:3168: error: expected unqualified-id before "else" 
    enigma_main.cpp:3168: error: expected `,' or `;' before "else" 
    enigma_main.cpp:3191: error: expected declaration before '}' token 
    make[3]: *** [enigma_main.o] Error 1 
    make[3]: Leaving directory `/home/raed/rrrr/apps/tuxbox/enigma/src' 
    make[2]: *** [all-recursive] Error 1 
    make[2]: Leaving directory `/home/raed/rrrr/apps/tuxbox/enigma' 
    make[1]: *** [all] Error 2 
    make[1]: Leaving directory `/home/raed/rrrr/apps/tuxbox/enigma' 
    make: *** [.enigma] Error 2 
    raed@ubuntu:~/rrrr/cdk$
    and the final lines for make flash-compress this...

    Code:
    Number of duplicate files found 0
    Number of inodes 264
    Number of files 74
    Number of fragments 7
    Number of symbolic links  139
    Number of device nodes 0
    Number of fifo nodes 0
    Number of socket nodes 0
    Number of directories 51
    Number of uids 1
    	root (0)
    Number of gids 0
    cp /home/raed/rrrr/root/cdkflash/boot-cramfs.img /home/raed/rrrr/root/cdkflash/complete.img; \
    	dd if=/home/raed/rrrr/root/cdkflash/root-squashfs.img of=/home/raed/rrrr/root/cdkflash/complete.img bs=1024 seek=1152
    728+0 records in
    728+0 records out
    745472 bytes (745 kB) copied, 0.00494562 s, 151 MB/s
    raed@ubuntu:~/rrrr/cdk$
    not corrected image .... see the image size just ( 745 ) KB .

    so plz. plz. tell me what is the wrong ???


    ********************

    and it was same things for ( UK Infobar 'Now and Next' EPG Modification )

    after .... make .enigma

    i get this error lines

    Code:
    enigma_main.cpp:2340: error: redefinition of `int eZapMain::setEITcache()'
    enigma_main.cpp:2217: error: `int eZapMain::setEITcache()' previously defined here
    enigma_main.cpp:2588: error: redefinition of `int eZapMain::setEITcache()'
    enigma_main.cpp:2217: error: `int eZapMain::setEITcache()' previously defined here
    make[3]: *** [enigma_main.o] Error 1
    make[3]: Leaving directory `/home/raed/rrrr/apps/tuxbox/enigma/src'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/raed/rrrr/apps/tuxbox/enigma'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/home/raed/rrrr/apps/tuxbox/enigma'
    make: *** [.enigma] Error 2
    raed@ubuntu:~/rrrr/cdk$
    please anyone can help me ???
  • satman
    V.I.P. Member
    • Jun 2008
    • 736

    #2
    the patches are probably too old to just work automatically on the up-to-date CVS.( especially recently the tuxbox CVS has a few large updates )
    you should go thru the patch manually, and hand patch the files and try find where your patch is broken.
    boom!

    Comment

    • fairbird
      Junior Member
      • Jun 2009
      • 31

      #3
      thank you so so much .... satman

      what about ( Restart engima patch ) i just macked copies and posted manually to enigma_main.cpp

      and i found the error ..



      second thing .... if i want to go back ... to try again what should i do it ???

      Comment

      • satman
        V.I.P. Member
        • Jun 2008
        • 736

        #4
        sorry i not sure i understand what you mean.
        open the patch in text editor and look at the files its editing,
        go thru the files one by one and see if the lines are there already or need added by hand?.. do you understand?
        boom!

        Comment

        • fairbird
          Junior Member
          • Jun 2009
          • 31

          #5
          yep i understand what u mean ....

          but what i mean .....

          after the error .... what i do to prepare the cvs before mack the patch again .... must.. i make the cvs again or there is some code to do for prepare it .

          i wish to understand what i mean .

          whit best regards

          Comment

          • satman
            V.I.P. Member
            • Jun 2008
            • 736

            #6
            you could find the files it edits inside the patch, remove them, do a cvs update, and start again, no need to check the whole cvs out again
            boom!

            Comment

            • fairbird
              Junior Member
              • Jun 2009
              • 31

              #7
              hi....satman....you are so kind

              what is the code for update cvs ???

              with best ... thanks and regards

              Comment

              • satman
                V.I.P. Member
                • Jun 2008
                • 736

                #8
                Code:
                cvs -z3 up
                boom!

                Comment

                • fairbird
                  Junior Member
                  • Jun 2009
                  • 31

                  #9
                  i will try it again ... and i well see the result .

                  thank you a lot.....friend

                  Comment

                  Working...