Tuxbox Build for DM7000 consistently fails

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
shylock_1
Interessierter
Interessierter
Beiträge: 42
Registriert: Dienstag 8. Dezember 2009, 19:46

Tuxbox Build for DM7000 consistently fails

Beitrag von shylock_1 »

Hi Forum,

I am trying to build dream box image build continues to fail half way. My configuration params as follow:

Code: Alles auswählen


Updated using following command

cvs -z3 up -dP

./configure --prefix=/home/shylock_1/tuxbox --with-cvsdir=/home/shylock_1/tuxbox --enable-flashrules --enable-maintainer-mode --with-boxtype=dreambox --with-boxmodel=dm7000 --with-logosdir=/home/shylock_1/tuxbox/private/logos  --with-defaultlocale=english --enable-debug --enable-freesatepg --enable-cdkVcInfo --enable-link-g

make flash-enigma-squashfs
the build errors are as follow:

Code: Alles auswählen

config.status: config.h is unchanged
config.status: executing depfiles commands
make -C /home/shylock_1/tuxbox/apps/tuxbox/enigma all install prefix=/home/shylock_1/tuxbox/cdkflash/root-enigma
make[1]: Entering directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma'
make  all-recursive
make[2]: Entering directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma'
Making all in include
make[3]: Entering directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include'
Making all in lib
make[4]: Entering directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib'
Making all in base
make[5]: Entering directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/base'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/base'
Making all in codecs
make[5]: Entering directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/codecs'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/codecs'
Making all in driver
make[5]: Entering directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/driver'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/driver'
Making all in dvb
make[5]: Entering directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/dvb'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/dvb'
Making all in gdi
make[5]: Entering directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/gdi'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/gdi'
Making all in gui
make[5]: Entering directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/gui'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/gui'
Making all in socket
make[5]: Entering directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/socket'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/socket'
Making all in system
make[5]: Entering directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/system'
Makefile:421: *** missing separator.  Stop.
make[5]: Leaving directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib/system'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma/include'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/shylock_1/tuxbox/apps/tuxbox/enigma'
make: *** [/home/shylock_1/tuxbox/cdkflash/root-enigma] Error 2
[shylock_1@tomcat cdk]$ cvs -z3 up -dPcvs -z3 up -dP

Please advise if there is any other place/site to look for main repository for download tuxbox project instead from
cvs -d anoncvs@cvs.tuxbox-cvs.sourceforge.net:/cvs/tuxbox -z3 co -P .

Is there git download facility exist on the somewhere? Please guide for the download of latest build.

Shy
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: Tuxbox Build for DM7000 consistently fails

Beitrag von seife »

Whats on line 423 of that Makefile?

simply reading the error messages can often help....