Image erstellen mit oldmake funktioniert nicht.

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
starfighter007
Einsteiger
Einsteiger
Beiträge: 141
Registriert: Montag 4. Dezember 2006, 20:13

Image erstellen mit oldmake funktioniert nicht.

Beitrag von starfighter007 »

Hi,

ich wollte gerade ein Image mit Oldmake erstellen aber es funktioniert nicht.
Ich habe Ubuntu drauf.

Es hört aber immer gleich auf, egal oldmake oder newmake
Hier mal das ende des Logs:

sed -e 's/"\([^"]*\)".*/\1/p' -e d) 2>/dev/null`;\
if [ -z "$version" ]; then \
if [ -r /proc/version ]; then \
version=`sed 's/.*Linux version \([^ ]*\) .*/>>\1<</' \
< /proc/version`; \
else \
version=`uname -r`; \
fi; \
fi; \
os=`uname -s 2> /dev/null`; \
if [ -z "$os" ]; then \
os=Linux; \
fi; \
printf '"Compiled on a %s %s system on %s.\\n"\n' \
"$os" "$version" "`date +%Y-%m-%d`";; \
*) ;; \
esac; \
files="../libio/Banner ../crypt/Banner ../linuxthreads/Banner ../resolv/Banner ../linuxthreads_db/Banner ../nis/Banner ../soft-fp/Banner"; \
if test -n "$files"; then \
echo "\"Available extensions:\\n\""; \
sed -e '/^#/d' -e 's/^[[:space:]]*/ /' \
-e 's/^\(.*\)$/\"\1\\n\"/' $files; \
fi) > /home/max/tuxbox-cvs/cdk/build_glibc/csu/version-info.hT
mv -f /home/max/tuxbox-cvs/cdk/build_glibc/csu/version-info.hT /home/max/tuxbox-cvs/cdk/build_glibc/csu/version-info.h
.././scripts/mkinstalldirs /home/max/tuxbox-cvs/cdk/build_glibc/csu
rm -f /home/max/tuxbox-cvs/cdk/build_glibc/csu/abi-tag.h.new
sed -e 's/#.*$//' -e '/^[ ]*$/d' ../abi-tags | \
while read conf tagos tagver; do \
test `expr 'powerpc-tuxbox-linux-gnu' \
: "$conf"` != 0 || continue; \
( echo "$tagos" | \
sed -e 's/[^0-9xXa-fA-F ]//' \
-e 's/^/#define __ABI_TAG_OS /'; \
echo "#ifndef __ABI_TAG_VERSION"; \
echo "$tagver" | \
sed -e 's/[^0-9xXa-fA-F]/ /g' -e 's/ *$//' \
-e 's/ /,/g' -e 's/^/# define __ABI_TAG_VERSION /'; \
echo "#endif" ) > /home/max/tuxbox-cvs/cdk/build_glibc/csu/abi-tag.h.new; \
done
if test -r /home/max/tuxbox-cvs/cdk/build_glibc/csu/abi-tag.h.new; then mv -f /home/max/tuxbox-cvs/cdk/build_glibc/csu/abi-tag.h.new /home/max/tuxbox-cvs/cdk/build_glibc/csu/abi-tag.h; \
else echo >&2 'This configuration not matched in ../abi-tags'; exit 1; fi
mawk -f ../scripts/gen-as-const.awk ../linuxthreads/sysdeps/powerpc/tcb-offsets.sym \
| powerpc-tuxbox-linux-gnu-gcc -S -o /home/max/tuxbox-cvs/cdk/build_glibc/tcb-offsets.hT3 -std=gnu99 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=823 -meabi -mmultiple -mstring -pipe -msoft-float -mnew-mnemonics -I../include -I. -I/home/max/tuxbox-cvs/cdk/build_glibc/csu -I.. -I../libio -I/home/max/tuxbox-cvs/cdk/build_glibc -I../sysdeps/powerpc/powerpc32/elf -I../sysdeps/powerpc/elf -I../linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../linuxthreads/sysdeps/unix/sysv/linux/powerpc -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/powerpc/powerpc32 -I../linuxthreads/sysdeps/powerpc -I../sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../sysdeps/unix/sysv/linux/powerpc -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/powerpc -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/powerpc/powerpc32 -I../sysdeps/wordsize-32 -I../sysdeps/powerpc/soft-fp -I../sysdeps/powerpc/nofpu -I../sysdeps/powerpc -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /home/max/dbox2/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/include -isystem /home/max/dbox2/cdkroot/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DHAVE_INITFINI -x c - \
-MD -MP -MF /home/max/tuxbox-cvs/cdk/build_glibc/tcb-offsets.h.dT -MT '/home/max/tuxbox-cvs/cdk/build_glibc/tcb-offsets.h.d /home/max/tuxbox-cvs/cdk/build_glibc/tcb-offsets.h'
sed -n 's/^.*@@@name@@@\([^@]*\)@@@value@@@[^0-9Xxa-fA-F-]*\([0-9Xxa-fA-F-][0-9Xxa-fA-F-]*\).*@@@end@@@.*$/#define \1 \2/p' \
/home/max/tuxbox-cvs/cdk/build_glibc/tcb-offsets.hT3 > /home/max/tuxbox-cvs/cdk/build_glibc/tcb-offsets.hT
rm -f /home/max/tuxbox-cvs/cdk/build_glibc/tcb-offsets.hT3
sed -e 's@ /home/max/tuxbox-cvs/cdk/build_glibc/@ $(common-objpfx)@g' -e 's@^/home/max/tuxbox-cvs/cdk/build_glibc/@$(common-objpfx)@g' -e 's@ *\.\.\/\([^ \]*\)@ $(..)\1@g' -e 's@^\.\.\/\([^ \]*\)@$(..)\1@g' \
/home/max/tuxbox-cvs/cdk/build_glibc/tcb-offsets.h.dT > /home/max/tuxbox-cvs/cdk/build_glibc/tcb-offsets.h.dT2
rm -f /home/max/tuxbox-cvs/cdk/build_glibc/tcb-offsets.h.dT
mv -f /home/max/tuxbox-cvs/cdk/build_glibc/tcb-offsets.h.dT2 /home/max/tuxbox-cvs/cdk/build_glibc/tcb-offsets.h.d
mv -f /home/max/tuxbox-cvs/cdk/build_glibc/tcb-offsets.hT /home/max/tuxbox-cvs/cdk/build_glibc/tcb-offsets.h
mawk -f ../scripts/gen-as-const.awk ../sysdeps/powerpc/elf/rtld-global-offsets.sym \
| powerpc-tuxbox-linux-gnu-gcc -S -o /home/max/tuxbox-cvs/cdk/build_glibc/rtld-global-offsets.hT3 -std=gnu99 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=823 -meabi -mmultiple -mstring -pipe -msoft-float -mnew-mnemonics -I../include -I. -I/home/max/tuxbox-cvs/cdk/build_glibc/csu -I.. -I../libio -I/home/max/tuxbox-cvs/cdk/build_glibc -I../sysdeps/powerpc/powerpc32/elf -I../sysdeps/powerpc/elf -I../linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../linuxthreads/sysdeps/unix/sysv/linux/powerpc -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/powerpc/powerpc32 -I../linuxthreads/sysdeps/powerpc -I../sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../sysdeps/unix/sysv/linux/powerpc -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/powerpc -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/powerpc/powerpc32 -I../sysdeps/wordsize-32 -I../sysdeps/powerpc/soft-fp -I../sysdeps/powerpc/nofpu -I../sysdeps/powerpc -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /home/max/dbox2/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/include -isystem /home/max/dbox2/cdkroot/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DHAVE_INITFINI -x c - \
-MD -MP -MF /home/max/tuxbox-cvs/cdk/build_glibc/rtld-global-offsets.h.dT -MT '/home/max/tuxbox-cvs/cdk/build_glibc/rtld-global-offsets.h.d /home/max/tuxbox-cvs/cdk/build_glibc/rtld-global-offsets.h'
sed -n 's/^.*@@@name@@@\([^@]*\)@@@value@@@[^0-9Xxa-fA-F-]*\([0-9Xxa-fA-F-][0-9Xxa-fA-F-]*\).*@@@end@@@.*$/#define \1 \2/p' \
/home/max/tuxbox-cvs/cdk/build_glibc/rtld-global-offsets.hT3 > /home/max/tuxbox-cvs/cdk/build_glibc/rtld-global-offsets.hT
rm -f /home/max/tuxbox-cvs/cdk/build_glibc/rtld-global-offsets.hT3
sed -e 's@ /home/max/tuxbox-cvs/cdk/build_glibc/@ $(common-objpfx)@g' -e 's@^/home/max/tuxbox-cvs/cdk/build_glibc/@$(common-objpfx)@g' -e 's@ *\.\.\/\([^ \]*\)@ $(..)\1@g' -e 's@^\.\.\/\([^ \]*\)@$(..)\1@g' \
/home/max/tuxbox-cvs/cdk/build_glibc/rtld-global-offsets.h.dT > /home/max/tuxbox-cvs/cdk/build_glibc/rtld-global-offsets.h.dT2
rm -f /home/max/tuxbox-cvs/cdk/build_glibc/rtld-global-offsets.h.dT
mv -f /home/max/tuxbox-cvs/cdk/build_glibc/rtld-global-offsets.h.dT2 /home/max/tuxbox-cvs/cdk/build_glibc/rtld-global-offsets.h.d
mv -f /home/max/tuxbox-cvs/cdk/build_glibc/rtld-global-offsets.hT /home/max/tuxbox-cvs/cdk/build_glibc/rtld-global-offsets.h
powerpc-tuxbox-linux-gnu-gcc ../sysdeps/unix/sysv/linux/init-first.c -c -std=gnu99 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=823 -meabi -mmultiple -mstring -pipe -msoft-float -mnew-mnemonics -I../include -I. -I/home/max/tuxbox-cvs/cdk/build_glibc/csu -I.. -I../libio -I/home/max/tuxbox-cvs/cdk/build_glibc -I../sysdeps/powerpc/powerpc32/elf -I../sysdeps/powerpc/elf -I../linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../linuxthreads/sysdeps/unix/sysv/linux/powerpc -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/powerpc/powerpc32 -I../linuxthreads/sysdeps/powerpc -I../sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../sysdeps/unix/sysv/linux/powerpc -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/powerpc -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/powerpc/powerpc32 -I../sysdeps/wordsize-32 -I../sysdeps/powerpc/soft-fp -I../sysdeps/powerpc/nofpu -I../sysdeps/powerpc -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /home/max/dbox2/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/include -isystem /home/max/dbox2/cdkroot/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DHAVE_INITFINI -o /home/max/tuxbox-cvs/cdk/build_glibc/csu/init-first.o -MD -MP -MF /home/max/tuxbox-cvs/cdk/build_glibc/csu/init-first.o.dt -MT /home/max/tuxbox-cvs/cdk/build_glibc/csu/init-first.o
powerpc-tuxbox-linux-gnu-gcc ../sysdeps/powerpc/elf/libc-start.c -c -std=gnu99 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=823 -meabi -mmultiple -mstring -pipe -msoft-float -mnew-mnemonics -I../include -I. -I/home/max/tuxbox-cvs/cdk/build_glibc/csu -I.. -I../libio -I/home/max/tuxbox-cvs/cdk/build_glibc -I../sysdeps/powerpc/powerpc32/elf -I../sysdeps/powerpc/elf -I../linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../linuxthreads/sysdeps/unix/sysv/linux/powerpc -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/powerpc/powerpc32 -I../linuxthreads/sysdeps/powerpc -I../sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../sysdeps/unix/sysv/linux/powerpc -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/powerpc -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/powerpc/powerpc32 -I../sysdeps/wordsize-32 -I../sysdeps/powerpc/soft-fp -I../sysdeps/powerpc/nofpu -I../sysdeps/powerpc -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /home/max/dbox2/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/include -isystem /home/max/dbox2/cdkroot/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DHAVE_INITFINI -o /home/max/tuxbox-cvs/cdk/build_glibc/csu/libc-start.o -MD -MP -MF /home/max/tuxbox-cvs/cdk/build_glibc/csu/libc-start.o.dt -MT /home/max/tuxbox-cvs/cdk/build_glibc/csu/libc-start.o
powerpc-tuxbox-linux-gnu-gcc ../sysdeps/unix/sysv/linux/powerpc/sysdep.c -c -std=gnu99 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=823 -meabi -mmultiple -mstring -pipe -msoft-float -mnew-mnemonics -I../include -I. -I/home/max/tuxbox-cvs/cdk/build_glibc/csu -I.. -I../libio -I/home/max/tuxbox-cvs/cdk/build_glibc -I../sysdeps/powerpc/powerpc32/elf -I../sysdeps/powerpc/elf -I../linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../linuxthreads/sysdeps/unix/sysv/linux/powerpc -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/powerpc/powerpc32 -I../linuxthreads/sysdeps/powerpc -I../sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../sysdeps/unix/sysv/linux/powerpc -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/powerpc -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/powerpc/powerpc32 -I../sysdeps/wordsize-32 -I../sysdeps/powerpc/soft-fp -I../sysdeps/powerpc/nofpu -I../sysdeps/powerpc -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /home/max/dbox2/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/include -isystem /home/max/dbox2/cdkroot/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DHAVE_INITFINI -o /home/max/tuxbox-cvs/cdk/build_glibc/csu/sysdep.o -MD -MP -MF /home/max/tuxbox-cvs/cdk/build_glibc/csu/sysdep.o.dt -MT /home/max/tuxbox-cvs/cdk/build_glibc/csu/sysdep.o
powerpc-tuxbox-linux-gnu-gcc version.c -c -std=gnu99 -Os -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=823 -meabi -mmultiple -mstring -pipe -msoft-float -mnew-mnemonics -I../include -I. -I/home/max/tuxbox-cvs/cdk/build_glibc/csu -I.. -I../libio -I/home/max/tuxbox-cvs/cdk/build_glibc -I../sysdeps/powerpc/powerpc32/elf -I../sysdeps/powerpc/elf -I../linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../linuxthreads/sysdeps/unix/sysv/linux/powerpc -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/powerpc/powerpc32 -I../linuxthreads/sysdeps/powerpc -I../sysdeps/unix/sysv/linux/powerpc/powerpc32 -I../sysdeps/unix/sysv/linux/powerpc -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/powerpc -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/powerpc/powerpc32 -I../sysdeps/wordsize-32 -I../sysdeps/powerpc/soft-fp -I../sysdeps/powerpc/nofpu -I../sysdeps/powerpc -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem /home/max/dbox2/cdk/lib/gcc/powerpc-tuxbox-linux-gnu/3.4.4/include -isystem /home/max/dbox2/cdkroot/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DHAVE_INITFINI -o /home/max/tuxbox-cvs/cdk/build_glibc/csu/version.o -MD -MP -MF /home/max/tuxbox-cvs/cdk/build_glibc/csu/version.o.dt -MT /home/max/tuxbox-cvs/cdk/build_glibc/csu/version.o
In file included from version.c:33:
/home/max/tuxbox-cvs/cdk/build_glibc/csu/version-info.h:2: error: missing terminating " character
/home/max/tuxbox-cvs/cdk/build_glibc/csu/version-info.h:3: error: missing terminating " character
version.c:40: error: parse error before string constant
make[4]: *** [/home/max/tuxbox-cvs/cdk/build_glibc/csu/version.o] Fehler 1
make[4]: Verlasse Verzeichnis '/home/max/tuxbox-cvs/cdk/glibc-2.3.6/csu'
make[3]: *** [csu/subdir_lib] Fehler 2
make[3]: Verlasse Verzeichnis '/home/max/tuxbox-cvs/cdk/glibc-2.3.6'
make[2]: *** [all] Fehler 2
make[2]: Verlasse Verzeichnis '/home/max/tuxbox-cvs/cdk/build_glibc'
make[1]: *** [.deps/glibc] Fehler 2
make[1]: Verlasse Verzeichnis '/home/max/tuxbox-cvs/cdk'
make: *** [.deps/bootstrap] Fehler 2
Ich versuche ein Squashfs Neutrino Image zu erstellen nach der Anleitung im Wiki ( http://wiki.tuxbox-cvs.sourceforge.net/Image_erstellen )..

Wie kann man eigentlich ein jffs2 image erstellen?
überall wo squashfs steht einfach durch jffs2 ersetzen oder wie?

Was soll ich jetzt tun damit es läuft?
ksc
Neugieriger
Neugieriger
Beiträge: 4
Registriert: Sonntag 3. August 2003, 18:11

Beitrag von ksc »

Hallo starfighter007

Ich hatte vor kurzen ein ähnliches Problem.
Ubuntu stellt als Standardscript die "dash" ein.
Mit der "dash" funktionieren nicht alle Scripte des Buildprozesses.
Du kannst dieses prüfen mit:
ls -l /bin/sh
Erfolgt die Ausgabe "/bin/sh -> /bin/dash" zeigt sh auf die "dash"
Du kannt sh mit dem Befehl:
sudo ln -sf /bin/bash /bin/sh
auf "bash" umstellen, danach sollte zumindest newmake wieder funktionieren

Gruß
KSC
starfighter007
Einsteiger
Einsteiger
Beiträge: 141
Registriert: Montag 4. Dezember 2006, 20:13

Beitrag von starfighter007 »

und oldmake?
funktioniert das mit ubuntu garnicht?
starfighter007
Einsteiger
Einsteiger
Beiträge: 141
Registriert: Montag 4. Dezember 2006, 20:13

Beitrag von starfighter007 »

sagmal, kann mir jemand sagen, wie man rpm files in deb files umwandeln kann?
ich bräuchte nämlich automake >1.8, welche ich allerdings nur als rpms finde.
die höchste version für deb ist die 1.5, allerdings ist die zu alt für newmake.
kann mir die (>1.8 ) jemand geben?
Rebel1
Interessierter
Interessierter
Beiträge: 87
Registriert: Montag 14. August 2006, 09:10

Beitrag von Rebel1 »

Hi,
wenn du das aktuelle Ubuntu 6.10 hast, dann deinstalliere automake mal per apt-get remove und mach mal dann ein apt-get install, danach wird dir ein aktuelleres Paket installiert.

cu. Rebel1
starfighter007
Einsteiger
Einsteiger
Beiträge: 141
Registriert: Montag 4. Dezember 2006, 20:13

Beitrag von starfighter007 »

Rebel1 hat geschrieben:Hi,
wenn du das aktuelle Ubuntu 6.10 hast, dann deinstalliere automake mal per apt-get remove und mach mal dann ein apt-get install, danach wird dir ein aktuelleres Paket installiert.

cu. Rebel1
hab ich jetzt probiert aber er installiert trozdem 1.4
starfighter007
Einsteiger
Einsteiger
Beiträge: 141
Registriert: Montag 4. Dezember 2006, 20:13

Beitrag von starfighter007 »

ok. jetzt habe ich es.
apt-get install automake1.8 hat funktioniert.


DANKE!!!
MarcM
Foren-Moderator
Beiträge: 1119
Registriert: Sonntag 9. Juni 2002, 13:28

Beitrag von MarcM »

Hi,

RPM Files kannst du mit alien nach deb wandeln...(apt-get install alien)

alien rpmfile.rpm

aber Ubuntu hat garantiert auch andere automake Versionen :
colinux:~# apt-cache search automake1
automake - A tool for generating GNU Standards-compliant Makefiles
automake1.4 - A tool for generating GNU Standards-compliant Makefiles
automake1.7 - A tool for generating GNU Standards-compliant Makefiles
automake1.8 - A tool for generating GNU Standards-compliant Makefiles
automake1.9 - A tool for generating GNU Standards-compliant Makefiles
colinux:~#
also probier doch mal apt-get install automake1.9

Marc

Edit: zu spät, er hats schon :D
starfighter007
Einsteiger
Einsteiger
Beiträge: 141
Registriert: Montag 4. Dezember 2006, 20:13

Beitrag von starfighter007 »

wie lange dauert es denn ein image zu compilieren?
ich benutze jetzt newmake.
dauert das immer solange oder nur beim ersten mal?
MarcM
Foren-Moderator
Beiträge: 1119
Registriert: Sonntag 9. Juni 2002, 13:28

Beitrag von MarcM »

beim ersten mal muß die ganze Build-Umgebung/Crosscompiler mit gebaut werden....beim nächsten mal dann nicht mehr.....

Das dauert schonmal ne halbe Stunde / Stunde je nach Rechenleistung

Marc
starfighter007
Einsteiger
Einsteiger
Beiträge: 141
Registriert: Montag 4. Dezember 2006, 20:13

Beitrag von starfighter007 »

Was habe ich falsch gemacht?
-I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/explow.c -o explow.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/expmed.c -o expmed.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/expr.c -o expr.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/final.c -o final.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/flow.c -o flow.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/fold-const.c -o fold-const.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/function.c -o function.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/gcse.c -o gcse.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include genrtl.c -o genrtl.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/ggc-common.c -o ggc-common.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/global.c -o global.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/graph.c -o graph.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include gtype-desc.c -o gtype-desc.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/haifa-sched.c -o haifa-sched.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/hooks.c -o hooks.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/ifcvt.c -o ifcvt.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/genattrtab.c -o genattrtab.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/genautomata.c -o genautomata.o
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.4.4/gcc -I../../gcc-3.4.4/gcc/. -I../../gcc-3.4.4/gcc/../include ../../gcc-3.4.4/gcc/varray.c -o varray.o
gcc -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genattrtab \
genattrtab.o genautomata.o \
rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o errors.o \
varray.o ../libiberty/libiberty.a -lm
./genattrtab ../../gcc-3.4.4/gcc/config/rs6000/rs6000.md > tmp-attrtab.c

MarcM
Foren-Moderator
Beiträge: 1119
Registriert: Sonntag 9. Juni 2002, 13:28

Beitrag von MarcM »

öhm...da fehlt die Fehlermeldung...

Marc
starfighter007
Einsteiger
Einsteiger
Beiträge: 141
Registriert: Montag 4. Dezember 2006, 20:13

Beitrag von starfighter007 »

gehört das so?
upps :D

es läuft mittlerweile seit zwei stunden aber es hört nicht auf.
prozessor: intel pentium 4
ram: 512MB

also daran kanns nicht liegen oder?

Wie kann man dann eigentlich nur die neutrino-datei die /bin/neutrino auf der box ist neu compilieren? ohne den rest
Tommy
Tuxboxer
Tuxboxer
Beiträge: 4332
Registriert: Dienstag 7. Mai 2002, 17:04

Beitrag von Tommy »

starfighter007 hat geschrieben:gehört das so?
upps :D

es läuft mittlerweile seit zwei stunden aber es hört nicht auf.
prozessor: intel pentium 4
ram: 512MB

also daran kanns nicht liegen oder?

Wie kann man dann eigentlich nur die neutrino-datei die /bin/neutrino auf der box ist neu compilieren? ohne den rest
plane mal bei erskompilierung 4-6h ein :wink:
---------------------------
Alle weiteren Infos findest Du im WIKI
Bitte vor dem posten Boardregeln lesen und verstehen!
Wie erstelle ich ein Bootlog? Wo finde ich die FAQ?
nessus

Beitrag von nessus »

Auf nem P4 D830 3Ghz, 2GB Ram = 2,5 Std erstmalig.

nessus
starfighter007
Einsteiger
Einsteiger
Beiträge: 141
Registriert: Montag 4. Dezember 2006, 20:13

Beitrag von starfighter007 »

ich habe jetzt alles im cdkflash.

wie baue ich jetzt ein image daraus (Newmake!) ?
MarcM
Foren-Moderator
Beiträge: 1119
Registriert: Sonntag 9. Juni 2002, 13:28

Beitrag von MarcM »

das liegt doch jetzt schon fertig da drin, oder nicht ??? :gruebel:

heißt

neutrino-jffs2.img2x oder neutrino-jffs2.img1x
oder auch
neutrino-squashfs.img2x oder neutrino-squashfs.img1x

Marc
starfighter007
Einsteiger
Einsteiger
Beiträge: 141
Registriert: Montag 4. Dezember 2006, 20:13

Beitrag von starfighter007 »

ne tuts nicht.
nur die ordner var, bin usw.
MarcM
Foren-Moderator
Beiträge: 1119
Registriert: Sonntag 9. Juni 2002, 13:28

Beitrag von MarcM »

mit welchem Befehl hast du den kram gebaut ?
starfighter007
Einsteiger
Einsteiger
Beiträge: 141
Registriert: Montag 4. Dezember 2006, 20:13

Beitrag von starfighter007 »

make flash-neutrino-jffs2-all
starfighter007
Einsteiger
Einsteiger
Beiträge: 141
Registriert: Montag 4. Dezember 2006, 20:13

Beitrag von starfighter007 »

gibt es einen befehl wo man jetzt das image erstellen kann? aus den root-ordnern.
da habe ich gerade noch plugins usw eingefügt.
MarcM
Foren-Moderator
Beiträge: 1119
Registriert: Sonntag 9. Juni 2002, 13:28

Beitrag von MarcM »

das klappt so nicht ohne weiteres...

Les dir bitte nochmal Barfs Doku durch...das mußt du über das Customization machen....

Irgendein Mod hier ? kann das mal abgetrennt werden ? Hier gehts jetzt um newmake nicht mehr um oldmake

Marc
starfighter007
Einsteiger
Einsteiger
Beiträge: 141
Registriert: Montag 4. Dezember 2006, 20:13

Beitrag von starfighter007 »

so ein mist!

wieso hat er nicht das image erstellt???

sagmal, wie kann man den plugins wie sysinfo oder ähnlichem vor dem erstellen des images einbauen?
geht das wieder nur mit oldmake oder was?

gruß
MarcM
Foren-Moderator
Beiträge: 1119
Registriert: Sonntag 9. Juni 2002, 13:28

Beitrag von MarcM »

wieso hat er nicht das image erstellt???
Fehlermeldung ?
sagmal, wie kann man den plugins wie sysinfo oder ähnlichem vor dem erstellen des images einbauen?
geht das wieder nur mit oldmake oder was?
MarcM hat geschrieben:Les dir bitte nochmal Barfs Doku durch...das mußt du über das Customization machen....
starfighter007
Einsteiger
Einsteiger
Beiträge: 141
Registriert: Montag 4. Dezember 2006, 20:13

Beitrag von starfighter007 »

MarcM hat geschrieben: Fehlermeldung ?
gibts keine.

egal.
ich mache einfach das custo.....