error 2 during make all

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
arghz
Neugieriger
Neugieriger
Beiträge: 5
Registriert: Sonntag 8. August 2004, 15:27

error 2 during make all

Beitrag von arghz »

Hi. i am trying to compile the latest cvs on a gentoo system.
i know this is not the recomendet system. first "./autogen" failed. so i tried "aclocal", which allowed me to run "autoreconf -fis" sucsessfullly. then i run "./configure --enable-maintainer-mode --prefix=/home/gizmo/dbox2 --with-cvsdir=/home/gizmo/tuxbox-cvs" followed by "make all".
witch did terminate with this dump:
| grep -v DSOC_ALL >> directfb_strings.h
../include/mknames.sh DFBScreenOutputSignals DSOS UNKNOWN ScreenOutputSignals signal directfb.h \
| grep -v DSOS_ALL >> directfb_strings.h
make[3]: Leaving directory `/home/gizmo/tuxbox-cvs/cdk/DirectFB/include'
Making all in lib
make[3]: Entering directory `/home/gizmo/tuxbox-cvs/cdk/DirectFB/lib'
Making all in direct
make[4]: Entering directory `/home/gizmo/tuxbox-cvs/cdk/DirectFB/lib/direct'
/bin/sh ../../libtool --mode=compile powerpc-tuxbox-linux-gnu-as -Wall -O3 -ffast-math -pipe -mcpu=823 -mmultiple -mstring -meabi -pipe -O2 -g3 -gdwarf-2 -I/home/gizmo/tuxbox-cvs/cdk/linux/arch/ppc -D_GNU_SOURCE -Werror-implicit-function-declaration -c -o ppcasm_memcpy.lo `test -f ppcasm_memcpy.S || echo './'`ppcasm_memcpy.S
powerpc-tuxbox-linux-gnu-as -Wall -O3 -ffast-math -pipe -mcpu=823 -mmultiple -mstring -meabi -pipe -O2 -g3 -gdwarf-2 -I/home/gizmo/tuxbox-cvs/cdk/linux/arch/ppc -D_GNU_SOURCE -Werror-implicit-function-declaration -c ppcasm_memcpy.S -fPIC -DPIC -o ppcasm_memcpy.lo
powerpc-tuxbox-linux-gnu-as: unrecognized option `-O3'
make[4]: *** [ppcasm_memcpy.lo] Error 1
make[4]: Leaving directory `/home/gizmo/tuxbox-cvs/cdk/DirectFB/lib/direct'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/gizmo/tuxbox-cvs/cdk/DirectFB/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/gizmo/tuxbox-cvs/cdk/DirectFB'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/gizmo/tuxbox-cvs/cdk/DirectFB'
make: *** [.deps/libdirectfb] Error 2
bash-2.05b$
this is for a dreambox db7000. does not the enigma use the directFB for screen?
Npq
Senior Member
Beiträge: 1339
Registriert: Donnerstag 24. April 2003, 12:12

Beitrag von Npq »

Seems there is something wrong with your autotools/libtool-setup. I use Gentoo as well and it works fine.

Did you export WANT_AUTOMAKE="1.8"?
arghz
Neugieriger
Neugieriger
Beiträge: 5
Registriert: Sonntag 8. August 2004, 15:27

Beitrag von arghz »

no. I did not find out where i should set it. that's why i did the workaround :) Thanks man.Will test it now.