./configure warnt mich und make schlägt fehl

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
petb
Erleuchteter
Erleuchteter
Beiträge: 785
Registriert: Samstag 6. August 2005, 03:39

./configure warnt mich und make schlägt fehl

Beitrag von petb »

Hi,
Mein Aufruf von ....

Code: Alles auswählen

./configure --prefix=/home/dboxdev/dbox2 --with-cvsdir=/home/dboxdev/tuxbox-cvs --enable-maintainer-mode --disable-libcrypto --with-targetruleset=flash 
meckert wie folgt:

Code: Alles auswählen

configure: WARNING: using tuxbox mklibs
configure: WARNING: can't build images with uid 0 as non-root
configure: WARNING: can't build jffs2
configure: WARNING: can't build squashfs
hier die Ausgaben, alles was done war hab ich rausgenommen

Code: Alles auswählen

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... powerpc-tuxbox-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for apps directory... yes
checking for boot directory... yes
checking for driver directory... yes
checking for hostapps directory... yes
checking for mklibs... no
checking for fakeroot... no
checking for mkcramfs... /usr/sbin/mkcramfs
checking for mkjffs2... no
checking for mkfs.jffs2... no
checking for mksquashfs... no
summary:
----------------------------------------
target cpu:		823
host rule set:		standard
target rule set:	flash
target prefix:		/home/dboxdev/dbox2/cdkroot
host prefix:		/home/dboxdev/dbox2/cdk
boot prefix:		/home/dboxdev/dbox2/tftpboot
build prefix:		/home/dboxdev/tuxbox-cvs/cdk
target apps directory:	/home/dboxdev/tuxbox-cvs/apps
boot directory:		/home/dboxdev/tuxbox-cvs/boot
driver directory:	/home/dboxdev/tuxbox-cvs/driver
host apps directory:	/home/dboxdev/tuxbox-cvs/hostapps
GNU server:		ftp.gwdg.de/pub/misc/gnu/ftp/gnu
default server:		tuxbox.berlios.de/pub/tuxbox/cdk/src

configure: creating Makefile-archive
configure: creating ./config.status
config.status: creating Makefile
config.status: creating root/Makefile
config.status: creating root/etc/Makefile
config.status: creating root/etc/init.d/Makefile
config.status: creating root/etc/network/Makefile
config.status: creating root/share/Makefile
config.status: creating root/share/udhcpc/Makefile
config.status: creating rules-downcheck.pl
config.status: executing depfiles commands
config.status: executing rules-downcheck-chmod commands
Wer kann mir da helfen :gruebel: :gruebel:
Danke
bye
PetB
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Beitrag von Houdini »

configure: WARNING: using tuxbox mklibs
sollte kein problem darstellen
configure: WARNING: can't build images with uid 0 as non-root
fakeroot wird nicht gefunden
configure: WARNING: can't build jffs2
mkfs.jffs2 wird nicht gefunden -> du kannst keine jffs2 images machen
configure: WARNING: can't build squashfs
mkfs.squashfs oder mksquashfs oder so wird nicht gefunden -> du kannst keine squashfs images machen
petb
Erleuchteter
Erleuchteter
Beiträge: 785
Registriert: Samstag 6. August 2005, 03:39

Beitrag von petb »

Danke schon mal,

das mit fakeroot ist klar und beseitigt.
und das andere auch :lol:

An sowas simples hatte ich heute Nacht garnicht mehr gedacht.
klar, wenn die entsprechenden tools fehlen.....

ist das mit dem cross compiling ok ???

Auf jeden fall hat

Code: Alles auswählen

make flash-cramfsneutrinoimages
nun ein Image gebaut...
cramfsjffs2neutrino_1x.img und auch "2x flash"
da wundert mich nur die bezeichnung "cramfsjffs.." zusammen.
Die Größe passt auch 8257536 oder nach winndoof 8064 KB

Auf jeden Fall sollte ich das doch nun z.B. mit dem Flash Assi flashen können oder ?
Dabei ist es ja egal ob es eine Sagem, Nokia oder Philps ist.
wichtig ist nur die Anzahl der Flash es oder ?


Schonmal vielen Dank und bye
PetB
petb
Erleuchteter
Erleuchteter
Beiträge: 785
Registriert: Samstag 6. August 2005, 03:39

Beitrag von petb »

Ok,
es bleibt nur noch

Code: Alles auswählen

checking for mkjffs2... no
übrig.
Das sollte kein Problem sein sagte man mir, da ja auch im makefile mkjffs2 auf die exisitierende mkfs.jffs verweist.

Dafür baut er aber nicht funktionierende Images..

Bitte lest im neuen Thread weiter, danke

http://forum.tuxbox-cvs.sourceforge.net ... hp?t=38935