Compile cvs dm7000

Alles rund um das grafische Benutzerinterface Enigma
easter
Neugieriger
Neugieriger
Beiträge: 19
Registriert: Dienstag 3. Januar 2006, 15:36

Compile cvs dm7000

Beitrag von easter »

hi
i tryed to compile a new cvs img yesterday .

all running just fine until i get this error ?

Generating configuration files for dvb-tools, please wait....
aclocal
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/auto ... ng-aclocal
/usr/share/aclocal/libstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB
/usr/share/aclocal/libstroke.m4:77: warning: underquoted definition of smr_ARG_WITHINCLUDES
/usr/share/aclocal/libstroke.m4:119: warning: underquoted definition of smr_CHECK_LIB
/usr/share/aclocal/libgstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB
/usr/share/aclocal/libgstroke.m4:77: warning: underquoted definition of smr_ARG_WITHINCLUDES
/usr/share/aclocal/libgstroke.m4:119: warning: underquoted definition of smr_CHECK_LIB
autoconf
autoheader
automake --add-missing
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
skyscan/Makefile.am: installing `./depcomp'
configure.ac:4: installing `./config.guess'
configure.ac:4: installing `./config.sub'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for powerpc-tuxbox-linux-gnu-strip... powerpc-tuxbox-linux-gnu-strip
checking for style of include used by make... GNU
checking for powerpc-tuxbox-linux-gnu-gcc... powerpc-tuxbox-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether powerpc-tuxbox-linux-gnu-gcc accepts -g... yes
checking for powerpc-tuxbox-linux-gnu-gcc option to accept ANSI C... none needed
checking dependency style of powerpc-tuxbox-linux-gnu-gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking target... cdk
checking build system type... i686-suse-linux
checking host system type... powerpc-tuxbox-linux-gnu
checking for powerpc-tuxbox-linux-gnu-gcc... (cached) powerpc-tuxbox-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether powerpc-tuxbox-linux-gnu-gcc accepts -g... (cached) yes
checking for powerpc-tuxbox-linux-gnu-gcc option to accept ANSI C... (cached) none needed
checking dependency style of powerpc-tuxbox-linux-gnu-gcc... (cached) gcc3
checking for powerpc-tuxbox-linux-gnu-g++... powerpc-tuxbox-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether powerpc-tuxbox-linux-gnu-g++ accepts -g... yes
checking dependency style of powerpc-tuxbox-linux-gnu-g++... gcc3
checking how to run the C preprocessor... powerpc-tuxbox-linux-gnu-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ost/dmx.h usability... yes
checking ost/dmx.h presence... yes
checking for ost/dmx.h... yes
configure: found dvb version 1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating skyscan/Makefile
config.status: creating stream/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make -C /home/Easter/Dreambox/CVS_04.05.2009/apps/dvb/tools/stream all install
make[1]: Entering directory `/home/Easter/Dreambox/CVS_04.05.2009/apps/dvb/tools/stream'
if powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. @MPEGTOOLS_CFLAGS@ -I/home/Easter/Dreambox/CVS_04.05.2009/driver/include -Wall -mcpu=405 -msoft-float -mmultiple -mstring -meabi -pipe -Os -ggdb3 -DHAVE_DREAMBOX_HARDWARE -MT streampes.o -MD -MP -MF ".deps/streampes.Tpo" -c -o streampes.o streampes.c; \
then mv -f ".deps/streampes.Tpo" ".deps/streampes.Po"; else rm -f ".deps/streampes.Tpo"; exit 1; fi
powerpc-tuxbox-linux-gnu-gcc: @MPEGTOOLS_CFLAGS@: No such file or directory
make[1]: *** [streampes.o] Fejl 1
make[1]: Leaving directory `/home/Easter/Dreambox/CVS_04.05.2009/apps/dvb/tools/stream'
make: *** [.stream] Fejl 2
Easter@SuseLinux100:~/Dreambox/CVS_04.05.2009/cdk>

Regards
Easter
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Compile cvs dm7000

Beitrag von rhabarber1848 »

How did you check-out the CVS source?
Which configure options did you use?
kamikazemike
Interessierter
Interessierter
Beiträge: 23
Registriert: Donnerstag 21. März 2002, 00:10

Re: Compile cvs dm7000

Beitrag von kamikazemike »

To build a complete Image for any dreambox do following:

1.) create a lokal directory for your new dreambox cdk and change into this new directory

2.) check out tuxbox-cvs branch "dreambox":
export CVS_RSH=ssh
cvs -d anoncvs@cvs.tuxbox-cvs.sourceforge.net:/cvs/tuxbox -z3 co -P -rdreambox .

3.) change into "cdk" directory

4.) "chmod ugo+x prepare"

5.) "./prepare <dm7000, dm500, dm56x0> ( dm7000 is default )

6.) "make checkout" ( this updates many parts of the CVS to HEAD branch )

7.) "make dreamboximage_root"

8.) "make rebuild-flash"

9.) "make flash-compress"

you now find the new image in "../root/cdkflash" named "complete.img"
das hat über jahre funktioniert.
bitte lasst *diese art von image erstellen* nicht wegen newmake sterben,
bzw. fixt das bitte auch.

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

Re: Compile cvs dm7000

Beitrag von seife »

kamikazemike hat geschrieben:bitte lasst *diese art von image erstellen* nicht wegen newmake sterben,
bzw. fixt das bitte auch.
Wie wäre es, wenn die ewig gestrigen auch mal mit Patches anstelle von ständigem Gewinsel rüberkommen würden? (Ja, ich schau's mir grad an, aber trotzdem...)
easter
Neugieriger
Neugieriger
Beiträge: 19
Registriert: Dienstag 3. Januar 2006, 15:36

Re: Compile cvs dm7000

Beitrag von easter »

hi

i have used these commands

export CVS_RSH=ssh
cvs -d anoncvs@cvs.tuxbox-cvs.sourceforge.net:/cvs/tuxbox -z3 co -P -rdreambox .

3.) change into "cdk" directory

4.) "chmod ugo+x prepare"

5.) "./prepare <dm7000, dm500, dm56x0> ( dm7000 is default )

6.) "make checkout" ( this updates many parts of the CVS to HEAD branch )

7.) "make dreamboximage_root"

easter hat geschrieben:hi
i tryed to compile a new cvs img yesterday .

all running just fine until i get this error ?

Generating configuration files for dvb-tools, please wait....
aclocal
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/auto ... ng-aclocal
/usr/share/aclocal/libstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB
/usr/share/aclocal/libstroke.m4:77: warning: underquoted definition of smr_ARG_WITHINCLUDES
/usr/share/aclocal/libstroke.m4:119: warning: underquoted definition of smr_CHECK_LIB
/usr/share/aclocal/libgstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB
/usr/share/aclocal/libgstroke.m4:77: warning: underquoted definition of smr_ARG_WITHINCLUDES
/usr/share/aclocal/libgstroke.m4:119: warning: underquoted definition of smr_CHECK_LIB
autoconf
autoheader
automake --add-missing
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
skyscan/Makefile.am: installing `./depcomp'
configure.ac:4: installing `./config.guess'
configure.ac:4: installing `./config.sub'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for powerpc-tuxbox-linux-gnu-strip... powerpc-tuxbox-linux-gnu-strip
checking for style of include used by make... GNU
checking for powerpc-tuxbox-linux-gnu-gcc... powerpc-tuxbox-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether powerpc-tuxbox-linux-gnu-gcc accepts -g... yes
checking for powerpc-tuxbox-linux-gnu-gcc option to accept ANSI C... none needed
checking dependency style of powerpc-tuxbox-linux-gnu-gcc... gcc3
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking target... cdk
checking build system type... i686-suse-linux
checking host system type... powerpc-tuxbox-linux-gnu
checking for powerpc-tuxbox-linux-gnu-gcc... (cached) powerpc-tuxbox-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether powerpc-tuxbox-linux-gnu-gcc accepts -g... (cached) yes
checking for powerpc-tuxbox-linux-gnu-gcc option to accept ANSI C... (cached) none needed
checking dependency style of powerpc-tuxbox-linux-gnu-gcc... (cached) gcc3
checking for powerpc-tuxbox-linux-gnu-g++... powerpc-tuxbox-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether powerpc-tuxbox-linux-gnu-g++ accepts -g... yes
checking dependency style of powerpc-tuxbox-linux-gnu-g++... gcc3
checking how to run the C preprocessor... powerpc-tuxbox-linux-gnu-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ost/dmx.h usability... yes
checking ost/dmx.h presence... yes
checking for ost/dmx.h... yes
configure: found dvb version 1
configure: creating ./config.status
config.status: creating Makefile
config.status: creating skyscan/Makefile
config.status: creating stream/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make -C /home/Easter/Dreambox/CVS_04.05.2009/apps/dvb/tools/stream all install
make[1]: Entering directory `/home/Easter/Dreambox/CVS_04.05.2009/apps/dvb/tools/stream'
if powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. @MPEGTOOLS_CFLAGS@ -I/home/Easter/Dreambox/CVS_04.05.2009/driver/include -Wall -mcpu=405 -msoft-float -mmultiple -mstring -meabi -pipe -Os -ggdb3 -DHAVE_DREAMBOX_HARDWARE -MT streampes.o -MD -MP -MF ".deps/streampes.Tpo" -c -o streampes.o streampes.c; \
then mv -f ".deps/streampes.Tpo" ".deps/streampes.Po"; else rm -f ".deps/streampes.Tpo"; exit 1; fi
powerpc-tuxbox-linux-gnu-gcc: @MPEGTOOLS_CFLAGS@: No such file or directory
make[1]: *** [streampes.o] Fejl 1
make[1]: Leaving directory `/home/Easter/Dreambox/CVS_04.05.2009/apps/dvb/tools/stream'
make: *** [.stream] Fejl 2
Easter@SuseLinux100:~/Dreambox/CVS_04.05.2009/cdk>

Regards
Easter
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Compile cvs dm7000

Beitrag von rhabarber1848 »

easter hat geschrieben:6.) "make checkout" ( this updates many parts of the CVS to HEAD branch )
Try this again, seife committed a fix for your problem 2,5h ago:
http://article.gmane.org/gmane.comp.vid ... ox.scm/470
easter
Neugieriger
Neugieriger
Beiträge: 19
Registriert: Dienstag 3. Januar 2006, 15:36

Re: Compile cvs dm7000

Beitrag von easter »

Hi

today it goes to the end whitout error :)
rhabarber1848 hat geschrieben:
easter hat geschrieben:6.) "make checkout" ( this updates many parts of the CVS to HEAD branch )
Try this again, seife committed a fix for your problem 2,5h ago:
http://article.gmane.org/gmane.comp.vid ... ox.scm/470