PDA

View Full Version : plz. help ..... for Restart engima patch



fairbird
22nd June, 2009, 01:26 AM
hi all >>>>

i was build cvs image fine and get this lines


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....


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...


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


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
22nd June, 2009, 09:47 AM
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.

fairbird
22nd June, 2009, 06:52 PM
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 ???

satman
22nd June, 2009, 06:56 PM
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?

fairbird
22nd June, 2009, 10:45 PM
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

satman
22nd June, 2009, 10:54 PM
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

fairbird
23rd June, 2009, 05:49 AM
hi....satman....you are so kind

what is the code for update cvs ???

with best ... thanks and regards

satman
23rd June, 2009, 09:23 AM
cvs -z3 up

fairbird
23rd June, 2009, 01:51 PM
i will try it again ... and i well see the result .

thank you a lot.....friend