fehler beim imagebau :(

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

fehler beim imagebau :(

Beitrag von mb405 »

Hallo
Ich habe mein linux system kaputt gemacht beim update. dann hab ich das alte system wieder aufgesetzt.
mein imageverzeichnis wieder reinkopiert, und nun kommt beim erstellen diese meldung. ich weis nicht was ich machen soll :(

Code: Alles auswählen

touch config.h.in
make  all-recursive
make[2]: Entering directory `/home/mb405/image/tuxbox-cvs/apps/tuxbox/libs'
Making all in libavs
make[3]: Entering directory `/home/mb405/image/tuxbox-cvs/apps/tuxbox/libs/libavs'
/bin/sh ../libtool --tag=CC   --mode=compile powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..   -I/home/mb405/image/tuxbox-cvs/driver/include -I/home/mb405/image/tuxbox-cvs/driver/dvb/include  -Wall -mcpu=823 -mmultiple -mstring -meabi -pipe -Os -MT libavs.lo -MD -MP -MF .deps/libavs.Tpo -c -o libavs.lo libavs.c
libtool: Version mismatch error.  This is libtool 2.2.6b, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b
libtool: and run autoconf again.
make[3]: *** [libavs.lo] Fehler 63
make[3]: Leaving directory `/home/mb405/image/tuxbox-cvs/apps/tuxbox/libs/libavs'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/mb405/image/tuxbox-cvs/apps/tuxbox/libs'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/mb405/image/tuxbox-cvs/apps/tuxbox/libs'
make: *** [.deps/tuxbox_libs] Fehler 2
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Re: fehler beim imagebau :(

Beitrag von Houdini »

im cdk noch mal ./autogen.sh vor dem compilieren aufrufen?
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Re: fehler beim imagebau :(

Beitrag von mb405 »

nöö bringts auch nicht.
ich verstehs nicht. ist das libtool nun auf meinen system ein anderes als das er will ??
muss ja irgendwo gespeichert sein.
mohousch
Einsteiger
Einsteiger
Beiträge: 362
Registriert: Mittwoch 14. Dezember 2005, 03:25

Re: fehler beim imagebau :(

Beitrag von mohousch »

solange der marker config.status im unter ordner da ist ./autogen.sh im cdk aufrufen hilft nicht, es muss local in den ensprechenden unter ordner aufgerufen, also im apps/tuxbox/libs config.status löschen und nochmal kompilieren der Fehler wird nochmal in anderen src unterordner auftreten das selber machen.
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Re: fehler beim imagebau :(

Beitrag von mb405 »

schon komischer fehler. hatte ich noch nie :(

Code: Alles auswählen

cd /home/mb405/image/tuxbox-cvs/apps/misc/libs && ./autogen.sh && CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ CFLAGS="-Wall -mcpu=823 -mmultiple -mstring -meabi -pipe -Os" CXXFLAGS="-Wall -mcpu=823 -mmultiple -mstring -meabi -pipe -Os" LDFLAGS="-s" ./configure --build=i686-suse-linux-gnu --host=powerpc-tuxbox-linux-gnu --prefix=/home/mb405/image/dbox2/cdkroot --with-driver=/home/mb405/image/tuxbox-cvs/driver --with-dvbincludes=/home/mb405/image/tuxbox-cvs/driver/dvb/include --with-target=cdk --enable-ide --enable-upnp   --enable-maintainer-mode --without-debug
Generating configuration files for tuxbox-apps-misc-libs, please wait....
  aclocal
configure.ac:5: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE
acinclude.m4:376: AC_GNU_SOURCE is expanded from...
acinclude.m4:1: TUXBOX_APPS is expanded from...
configure.ac:5: the top level
configure.ac:5: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE
  libtoolize --automake
  autoconf
configure.ac:5: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE
acinclude.m4:376: AC_GNU_SOURCE is expanded from...
acinclude.m4:1: TUXBOX_APPS is expanded from...
configure.ac:5: the top level
configure.ac:5: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE
  autoheader
configure.ac:5: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE
acinclude.m4:376: AC_GNU_SOURCE is expanded from...
acinclude.m4:1: TUXBOX_APPS is expanded from...
configure.ac:5: the top level
configure.ac:5: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE
  automake --add-missing
configure.ac:5: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE
acinclude.m4:376: AC_GNU_SOURCE is expanded from...
acinclude.m4:1: TUXBOX_APPS is expanded from...
configure.ac:5: the top level
configure.ac:5: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE
configure: WARNING: unrecognized options: --with-driver, --with-dvbincludes, --enable-ide
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
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 ISO C89... none needed
checking dependency style of powerpc-tuxbox-linux-gnu-gcc... 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 endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking whether byte ordering is bigendian... yes
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 target... cdk
checking build system type... i686-suse-linux-gnu
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 ISO C89... (cached) none needed
checking dependency style of powerpc-tuxbox-linux-gnu-gcc... (cached) gcc3
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 for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for fgrep... /usr/bin/grep -F
checking for ld used by powerpc-tuxbox-linux-gnu-gcc... /home/mb405/image/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld
checking if the linker (/home/mb405/image/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/mb405/image/dbox2/cdk/bin/powerpc-tuxbox-linux-gnu-nm -B
checking the name lister (/home/mb405/image/dbox2/cdk/bin/powerpc-tuxbox-linux-gnu-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 805306365
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /home/mb405/image/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld option to reload object files... -r
checking for powerpc-tuxbox-linux-gnu-objdump... powerpc-tuxbox-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for powerpc-tuxbox-linux-gnu-ar... powerpc-tuxbox-linux-gnu-ar
checking for powerpc-tuxbox-linux-gnu-strip... (cached) powerpc-tuxbox-linux-gnu-strip
checking for powerpc-tuxbox-linux-gnu-ranlib... powerpc-tuxbox-linux-gnu-ranlib
checking command to parse /home/mb405/image/dbox2/cdk/bin/powerpc-tuxbox-linux-gnu-nm -B output from powerpc-tuxbox-linux-gnu-gcc object... ok
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether powerpc-tuxbox-linux-gnu-g++ accepts -g... (cached) yes
checking dependency style of powerpc-tuxbox-linux-gnu-g++... (cached) gcc3
checking how to run the C++ preprocessor... powerpc-tuxbox-linux-gnu-g++ -E
checking for objdir... .libs
checking if powerpc-tuxbox-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for powerpc-tuxbox-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if powerpc-tuxbox-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if powerpc-tuxbox-linux-gnu-gcc static flag -static works... yes
checking if powerpc-tuxbox-linux-gnu-gcc supports -c -o file.o... yes
checking if powerpc-tuxbox-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the powerpc-tuxbox-linux-gnu-gcc linker (/home/mb405/image/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by powerpc-tuxbox-linux-gnu-g++... /home/mb405/image/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld
checking if the linker (/home/mb405/image/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) is GNU ld... yes
checking whether the powerpc-tuxbox-linux-gnu-g++ linker (/home/mb405/image/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking for powerpc-tuxbox-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if powerpc-tuxbox-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if powerpc-tuxbox-linux-gnu-g++ static flag -static works... yes
checking if powerpc-tuxbox-linux-gnu-g++ supports -c -o file.o... yes
checking if powerpc-tuxbox-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the powerpc-tuxbox-linux-gnu-g++ linker (/home/mb405/image/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libconfigfile/Makefile
config.status: creating libconfigfile/tuxbox-configfile.pc
config.status: creating libconnection/Makefile
config.status: creating libconnection/tuxbox-connection.pc
config.status: creating libcramfs/Makefile
config.status: creating libcramfs/tuxbox-cramfs.pc
config.status: creating libeventserver/Makefile
config.status: creating libeventserver/tuxbox-eventserver.pc
config.status: creating libmd5sum/Makefile
config.status: creating libmd5sum/tuxbox-md5sum.pc
config.status: creating libmpegtools/Makefile
config.status: creating libmpegtools/tuxbox-mpegtools.pc
config.status: creating libnet/Makefile
config.status: creating libnet/tuxbox-net.pc
config.status: creating libucodes/Makefile
config.status: creating libucodes/tuxbox-ucodes.pc
config.status: creating libxmltree/Makefile
config.status: creating libxmltree/tuxbox-xmltree.pc
config.status: creating libupnpclient/Makefile
config.status: creating libupnpclient/tuxbox-upnpclient.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-driver, --with-dvbincludes, --enable-ide
make -C /home/mb405/image/tuxbox-cvs/apps/misc/libs all install
make[1]: Entering directory `/home/mb405/image/tuxbox-cvs/apps/misc/libs'
cd . && /bin/sh /home/mb405/image/tuxbox-cvs/apps/misc/libs/missing --run autoheader
configure.ac:5: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE
acinclude.m4:376: AC_GNU_SOURCE is expanded from...
acinclude.m4:1: TUXBOX_APPS is expanded from...
configure.ac:5: the top level
configure.ac:5: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[2]: Entering directory `/home/mb405/image/tuxbox-cvs/apps/misc/libs'
Making all in libconfigfile
make[3]: Entering directory `/home/mb405/image/tuxbox-cvs/apps/misc/libs/libconfigfile'
/bin/sh ../libtool --tag=CXX   --mode=compile powerpc-tuxbox-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..     -Wall -mcpu=823 -mmultiple -mstring -meabi -pipe -Os -MT configfile.lo -MD -MP -MF .deps/configfile.Tpo -c -o configfile.lo configfile.cpp
libtool: Version mismatch error.  This is libtool 2.2.6b, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b
libtool: and run autoconf again.
make[3]: *** [configfile.lo] Fehler 63
make[3]: Leaving directory `/home/mb405/image/tuxbox-cvs/apps/misc/libs/libconfigfile'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/mb405/image/tuxbox-cvs/apps/misc/libs'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/mb405/image/tuxbox-cvs/apps/misc/libs'
make: *** [.deps/misc_libs] Fehler 2
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Re: fehler beim imagebau :(

Beitrag von Houdini »

das configure aufzurufen reicht aber nicht aus, die .in Files müssen neu generiert werden, danach muß configure neu laufen.

@mb405
Deine libtool version ist jetzt neuer als die zu der Zeit wo du angefangen hast zu kompilieren auf deinem alten System
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Re: fehler beim imagebau :(

Beitrag von mb405 »

also
make clean
dann die restlichen .deps killen, die noch existieren
die config.status dateien löschen
die *.in dateien löschen

mal sehn was passiert
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Re: fehler beim imagebau :(

Beitrag von mb405 »

nee tut sich nix :(

Code: Alles auswählen

Tool Checker for Tuxbox-CVS

automake    >=1.7    : Installed! (Version: 1.10.1)
autoconf    >=2.50   : Installed! (Version: 2.63)
cvs                  : Installed!
svn                  : Installed!
libtool     >=1.4.2  : Installed! (Version: 2.2.6b)
make        >=3.79   : Installed! (Version: 3.81)
gettext     >=0.12.1 : Installed! (Version: 0.17)
makeinfo             : Installed!
tar                  : Installed!
bunzip2              : Installed!
gunzip               : Installed!
patch                : Installed!
infocmp              : Installed!
g++         >=3.0    : Installed! (Version: 4.3)
bison                : Installed!
flex                 : Installed!
pkg-config           : Installed!
python               : Installed!
wget                 : Installed!
yacc                 : Installed!
ncurses-devel        : Installed!
zlib-devel           : Installed!
tomworld
Einsteiger
Einsteiger
Beiträge: 247
Registriert: Sonntag 24. August 2008, 03:44

Re: fehler beim imagebau :(

Beitrag von tomworld »

:(

eigentlich solltest du bissel Ahnung haben

du hast alles auf deinen neuen System aktiviert, auch .sh, das war bei meinen Ubuntu ein Problem, da standartmäßig .bash lief
sind die Scripe lauffähig?
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Re: fehler beim imagebau :(

Beitrag von mb405 »

er compiliert ja auch fast alles wunderbar.
nur eben bei verschiedenen sachen spackt er rum grrrrrrrrrrrrrrr

Code: Alles auswählen

Tool Checker for Tuxbox-CVS

automake    >=1.7    : Installed! (Version: 1.10.1)
autoconf    >=2.50   : Installed! (Version: 2.63)
cvs                  : Installed!
svn                  : Installed!
libtool     >=1.4.2  : Installed! (Version: 2.2.6)
make        >=3.79   : Installed! (Version: 3.81)
gettext     >=0.12.1 : Installed! (Version: 0.17)
makeinfo             : Installed!
tar                  : Installed!
bunzip2              : Installed!
gunzip               : Installed!
patch                : Installed!
infocmp              : Installed!
g++         >=3.0    : Installed! (Version: 4.3)
bison                : Installed!
flex                 : Installed!
pkg-config           : Installed!
python               : Installed!
wget                 : Installed!
yacc                 : Installed!
ncurses-devel        : Installed!
zlib-devel           : Installed!
jetzt stimmt die version und er spackt immer noch rum

ich werde morgen jedes verzeichnis mit dem original aus dem cvs vergleichen. irgendwas löscht der wohl nicht
dietmarw
Contributor
Beiträge: 1833
Registriert: Mittwoch 10. April 2002, 15:39

Re: fehler beim imagebau :(

Beitrag von dietmarw »

aber einen komplett neuen checkout + build hast du natürlich schon mal gemacht? (konnte ich den bisherigen posts nicht entnehmen)

bevor man sich mehrere tagen mit irgendwelchen ominösen resten rumschlägt, ist das doch deutlich schneller..
und wenn es um lokale änderungen geht, die macht man ja eh über diffs mit der customization funktion..
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Re: fehler beim imagebau :(

Beitrag von mb405 »

ich habs grade angeschubst. mal sehn was passiert.
geht auch nicht. ich werd das dann wohl lassen.
dbt
Administrator
Beiträge: 2675
Registriert: Donnerstag 28. September 2006, 19:18

Re: fehler beim imagebau :(

Beitrag von dbt »

Sag mal, du baust doch etwa nicht noch mit Oldmake? :gruebel:
tomworld
Einsteiger
Einsteiger
Beiträge: 247
Registriert: Sonntag 24. August 2008, 03:44

Re: fehler beim imagebau :(

Beitrag von tomworld »

Ich habe mein linux system kaputt gemacht beim update...
was für ein Linux-System auf deinen PC <- ich weiss es noch nicht, ich bau mit Ubuntu in der 9'ner Version
keiner hat hier lust drauf zu raten, das sollte klar sein

gib bitte Info, manchmal ist der Fehler ganz klein :(
mb405
Tuxboxer
Tuxboxer
Beiträge: 2331
Registriert: Donnerstag 24. März 2005, 21:52

Re: fehler beim imagebau :(

Beitrag von mb405 »

ich hatte mit oldmake gebaut.
da was nimmer geht nehm ich jetzt newmake.
suse 11.1 update auf 11.2 und dann auf 11.3 hats system zerschossen, da ging nix mehr hinterher.
deswegen komplett neu mit 11.3 und da war der fehler.
ich nerve dann weiter mit newmake :)