PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : yammi kompilieren - Fehlermeldung!?


micha97
22.01.03, 09:36
Hallo liebe Fachleute!
Ich habe mir - yammi - per cvs runtergeladen. Beim Kompilieren bekam ich folgende Fehlermeldung:

make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/micha/HEAD/yammi/icons«
make[3]: *** Keine Regel vorhanden, um das Target »Makefile.am«,
benötigt von »Makefile.in«, zu erstellen. Schluss.
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD/yammi/icons«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD/yammi«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD«
make: *** [all] Fehler 2
micha@linux:~/HEAD>

Hoffentlich kann mir da jemand weiterhelfen, da ich dieses Programm als Musiker shr dringend benötige!?
Vielen Dank im voraus!

Gruss micha

sepp2k
22.01.03, 09:39
Poste mal die gesammte Ausgabe von make

hunter
22.01.03, 09:57
Was ist denn jetzt wieder los ? Vor zwei Tagen hast du doch gemeldet das Teil würde jetzt perfekt bei dir laufen.

make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/micha/HEAD/yammi/icons«
make[3]: *** Keine Regel vorhanden, um das Target »Makefile.am«,
benötigt von »Makefile.in«, zu erstellen. Schluss.
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD/yammi/icons«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD/yammi«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD«
make: *** [all] Fehler 2

Sieht für mich nach einem Programmcode Fehler aus. Zumindest nach dem was ich hier sehe. Kann bei CVS durchaus sein.

zander
22.01.03, 10:22
Makefile.am Dateien sind die Vorlagen für Makefile.in Dateien, die wiederum Vorlagen für die eigentlichen Makefiles sind. Von Makefile.am zu Makefile.in "übersetzt" automake, von Makefile.in zu Makefile configure; ich schließe mich hunters Einschätzung an - entweder eines der übergeordneten Ebenen verweist irrtümlicherweise auf ./icons oder die Makefile.am Datei ist verlorengegangen (z.B. beim CVS checkout).

micha97
22.01.03, 10:59
Nun habe ich einen neuen Versuch mit der yammi-0.7.tar gestartet und bekam wieder diese Meldung:

g++: /usr/lib/libid3.so: No such file or directory
make[3]: *** [yammi] Fehler 1
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/yammi-0.7/yammi«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/yammi-0.7/yammi«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/yammi-0.7«
make: *** [all] Fehler 2
micha@linux:~/yammi-0.7>

Zur Erklärung: die -> libid3.so existiert! - Gibt es denn keinen, der das Programm kennt!? - Sollte ich mal eine ältere Ausgabe ausprobieren?

Gruss micha

hunter
22.01.03, 11:57
Sag mal, hast du vieleicht einen Zwilling ?

Ich hatte dir doch gesagt das diese Datei im libid3 devel zu finden ist. Anschließend sagtest du es hätte geklappt und es läuft jetzt.

Siehe hier: http://www.linuxforen.de/forums/showthread.php?s=&threadid=62431
yammi - kompilierung hat geklappt!

Vielen Dank für die Hilfen und Tipps!
Yammi läuft bei mir jetzt super!

micha97
22.01.03, 13:34
Entschuldige bitte, bei dieser Mail habe ich yammi mit Chain Reaction verwechselt! Chain Reaction läuft jetzt einwandfrei.
Yammi ist und bleibt das Problem. Alle nötigen Pakete sind installiert, auch die devel-Pakete. Wo muss sich die Datei libid3.so denn befinden? Wie gesagt bei mir finde ich sie gleich zweimal: /usr/lib/libid3.so und /usr/local/libid3.so

Yammi wie schon erwähnt wäre das Programm für mich als Musiker!

Gruss micha

micha97
23.01.03, 19:04
Hallo Fachleute!
Hier poste ich mal das komplette -> make:
Gruss micha

Source code location .: .
Host System Type .....: i686-pc-linux-gnu
Preprocessor .........: gcc -DQT_THREAD_SUPPORT -D_REENTRANT
Compiler .............: gcc -O2
Linker ...............: gcc -lz -lstdc++ -lid3 -lz -lstdc++ -lvorbisfile -lvorbis -logg
ogg libs support .....: yes
id3lib support .......: yes
Install path .........: /usr/local

Now type 'make' to build yammi 0.7,
and then 'make install' for installation.

micha@linux:~/HEAD> make
cd . && /bin/sh /home/micha/HEAD/admin/missing --run aclocal
cd . && \
/bin/sh /home/micha/HEAD/admin/missing --run automake --foreign Makefile
cd . && perl admin/am_edit Makefile.in
cd . && /bin/sh /home/micha/HEAD/admin/missing --run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure --prefix /usr/local --no-create --no-recursion
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -frepo... yes
checking for ogg_sync_init in -logg... yes
checking for vorbis_comment_init in -lvorbis... yes
checking for ov_open in -lvorbisfile... yes
checking for ogg libs for reading ogg tags... yes
checking for id3lib support... checking for library containing ID3Tag_Link... -lid3 -lz -lstdc++
yes
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output...
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "GCJ" to libtool
checking if gcj supports -fno-rtti -fno-exceptions... (cached) yes
checking for gcj option to produce PIC... -fPIC
checking if gcj PIC flag -fPIC works... yes
checking if gcj supports -c -o file.o... no
checking whether the gcj linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
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 for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for res_init... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for char... yes
checking size of char... 1
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for Xinerama... no
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... libraries /usr/lib/qt3/lib, headers /usr/lib/qt3/include using -mt
checking if Qt compiles without flags... no
checking for moc... /usr/lib/qt3/bin/moc
checking for uic... /usr/lib/qt3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking if admin should be compiled... no
checking if yammi should be compiled... yes
configure: creating ./config.status

Configuration for yammi 0.7 :
--------------------------------

Source code location .: .
Host System Type .....: i686-pc-linux-gnu
Preprocessor .........: gcc -DQT_THREAD_SUPPORT -D_REENTRANT
Compiler .............: gcc -O2
Linker ...............: gcc -lz -lstdc++ -lid3 -lz -lstdc++ -lvorbisfile -lvorbis -logg
ogg libs support .....: yes
id3lib support .......: yes
Install path .........: /usr/local

Now type 'make' to build yammi 0.7,
and then 'make install' for installation.

cd . && \
CONFIG_HEADERS= CONFIG_LINKS= \
CONFIG_FILES=Makefile /bin/sh ./config.status
config.status: creating Makefile
cd . && /bin/sh /home/micha/HEAD/admin/missing --run autoheader
autoheader: config.h.in is unchanged
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Wechsel in das Verzeichnis Verzeichnis »/home/micha/HEAD«
Making all in yammi
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/micha/HEAD/yammi«
cd .. && \
CONFIG_HEADERS= CONFIG_LINKS= \
CONFIG_FILES=yammi/Makefile /bin/sh ./config.status
config.status: creating yammi/Makefile
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD/yammi«
make[2]: Wechsel in das Verzeichnis Verzeichnis »/home/micha/HEAD/yammi«
Making all in docs
make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/micha/HEAD/yammi/docs«
cd ../.. && \
CONFIG_HEADERS= CONFIG_LINKS= \
CONFIG_FILES=yammi/docs/Makefile /bin/sh ./config.status
config.status: creating yammi/docs/Makefile
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD/yammi/docs«
make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/micha/HEAD/yammi/docs«
Making all in en
make[4]: Wechsel in das Verzeichnis Verzeichnis »/home/micha/HEAD/yammi/docs/en«
cd ../../.. && \
CONFIG_HEADERS= CONFIG_LINKS= \
CONFIG_FILES=yammi/docs/en/Makefile /bin/sh ./config.status
config.status: creating yammi/docs/en/Makefile
make[4]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD/yammi/docs/en«
make[4]: Wechsel in das Verzeichnis Verzeichnis »/home/micha/HEAD/yammi/docs/en«
make[4]: Für das Target »all« gibt es nichts zu tun.
make[4]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD/yammi/docs/en«
make[4]: Wechsel in das Verzeichnis Verzeichnis »/home/micha/HEAD/yammi/docs«
make[4]: Für das Target »all-am« gibt es nichts zu tun.
make[4]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD/yammi/docs«
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD/yammi/docs«
Making all in icons
make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/micha/HEAD/yammi/icons«
make[3]: *** Keine Regel vorhanden, um das Target »Makefile.am«,
benötigt von »Makefile.in«, zu erstellen. Schluss.
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD/yammi/icons«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD/yammi«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/micha/HEAD«
make: *** [all] Fehler 2
micha@linux:~/HEAD>

zander
23.01.03, 21:03
Die Fehlermeldung ist identisch mit derjenigen, die Du zu Anfang angegeben hast; vermutlich ist dein CVS checkout unvollständig.

micha97
23.01.03, 21:27
Danke erst mal!
Wie kann ich den Fehler denn korrigieren?

Gruss micha

micha97
26.01.03, 18:31
Hallo!
Zur Kenntnisnahme: Die Installation der - i386.rpm - klappte reibungslos!!!

Gruss micha