Wrong Section
Hi julio501
Your in the Wrong section, this section is for Dreambox problems
Regards
Wizard
Hi julio501
Your in the Wrong section, this section is for Dreambox problems
Regards
Wizard
find: `/home/raed/rr/root/cdkflash/root/lib/autofs/': No such file or directory I: Using ld.so.1 as dynamic linker. I: library reduction pass 1 713 symbols, 699 unresolved No library provides non-weak _ZN8eZapMain8instanceE No library provides non-weak _ZN8eZapMain16startNGrabRecordEv No library provides non-weak _ZN8eZapMain15stopNGrabRecordEv I: library reduction pass 2 907 symbols, 68 unresolved No library provides non-weak _ZN8eZapMain8instanceE No library provides non-weak _ZN8eZapMain16startNGrabRecordEv No library provides non-weak _ZN8eZapMain15stopNGrabRecordEv I: library reduction pass 3 912 symbols, 5 unresolved No library provides non-weak _ZN8eZapMain8instanceE No library provides non-weak _ZN8eZapMain16startNGrabRecordEv No library provides non-weak _ZN8eZapMain15stopNGrabRecordEv I: library reduction pass 4 912 symbols, 5 unresolved cd /home/raed/rr/root/cdkflash/root/lib && ln -sf libgcc_s_nof.so.1 libgcc_s.so.1 make[1]: Leaving directory `/home/raed/rr/cdk' [EMAIL="raed@ubuntu:~/rr/cdk$"]raed@ubuntu:~/rr/cdk$ [/EMAIL]
rm: cannot remove `.enigma': No such file or directory
for security reasons all user ssh-keys older than 04.2008 got deleted cvs: WARNING: Read-only repository access mode selected via `cvs -R'. Using this option to access a repository which some users write to may cause intermittent sandbox corruption. cvs update: Updating . cvs update: Updating libavs cvs update: Updating liblcddisplay cvs update: Updating liblircdclient cvs update: Updating libtuxbox cvs update: Updating libtuxtxt raed@ubuntu:~/RAED/cdk$
I had the same problem too! I had tried everything without success.Then i realised that library (libfreetype.la) was missing from the \lib folder to which a user doesn't have access (only root has). These 2 files are located in /xyz/root/cdkroot/lib (replace xyz with the directory where your cvs files are located). So i copied libfreetype.la, libfreetype.so.6 (i executed in terminal "sudo cp libfreetype.la /lib and "sudo cp libfreetype.so.6 /lib") to that folder and then i executed "make dreamboximage_root" again, and the problem was gone (As i noticed there were only 2 warnings that these 2 files were moved). I compiled the image but haven't tested yet. So i hope it works
I had the same problem too! I had tried everything without success.Then i realised that library (libfreetype.la) was missing from the \lib folder to which a user doesn't have access (only root has). These 2 files are located in /xyz/root/cdkroot/lib (replace xyz with the directory where your cvs files are located). So i copied libfreetype.la, libfreetype.so.6 (i executed in terminal "sudo cp libfreetype.la /lib and "sudo cp libfreetype.so.6 /lib") to that folder and then i executed "make dreamboximage_root" again, and the problem was gone (As i noticed there were only 2 warnings that these 2 files were moved). I compiled the image but haven't tested yet. So i hope it works 
start terminal mkdir tuxbox-cvs cd tuxbox-cvs export CVS_RSH=ssh cvs -d [email protected]:/cvs/tuxbox -z3 co -P . cd cdk ./autogen.sh ./configure --with-boxtype=dreambox --with-boxmodel=dm500 --with-webif=expert --prefix=/home/ubuntu/tuxbox-cvs/root --with-cvsdir=/home/ubuntu/tuxbox-cvs --with-cpu=405 --with-epg=private --with-mhw-epg=yes --with-flashtool=expert --with-reiserfs=no --with-ext-flashtool=yes --enable-kernel26 --with-defaultlocale=english --enable-dreambox-serial-console --enable-freesatepg --disable-pictureviewer
make flash-neutrino-squashfs
make flash-enigma-squashfs
Comment