Sie sind nicht angemeldet.

1

11.10.2006, 16:17

[gelöst] libtool mismatch in Kdevelop

Hallo,

leider bekomm ich beim kompilieren eines C-Programms (Das Standard-Hello-World Prog) folgende Fehlermeldung:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
cd '/home/mike/Studium/prog_i_1' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs && cd '/home/mike/Studium/prog_i_1/debug' && CFLAGS="-O0 -g3 " "/home/mike/Studium/prog_i_1/configure" --enable-debug=full && cd '/home/mike/Studium/prog_i_1/debug/src' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k prog_i_1.lo
aclocal
/usr/share/aclocal/libglade.m4:7: warning: underquoted definition of AM_PATH_LIBGLADE
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/gtkglextmm-1.0.m4:11: warning: underquoted definition of AM_PATH_GTKGLEXTMM_1_0
/usr/share/aclocal/gtkglextmm-1.0.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
autoheader
automake
autoconf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... 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 build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
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++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... 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 ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for correct ltmain.sh version... no
configure: error:
<br />
*** [Gentoo] sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.22, ltmain.sh = 1.5a) ***
<br />
Please run:
<br />
libtoolize --copy --force
<br />
if appropriate, please contact the maintainer of this
package (or your distribution) for help.
<br />
*** Exited with status: 1 ***


Ich hab jetzt schon diverse Dinge ausprobiert, in einer Gentoo News stand, dass diese Problem bekannt ist und man bei den Bugs kucken soll. Da hab ich eins gefunden mit fixed ebuild für etwas, das bei mir garnicht drauf ist (dev-cpp/gtkglextmm-1.0.1), hab es trotzdem emerged, leider hat es nichts gebracht.

Eiin libtoolize --copy --force hilft leider auch nicht, ich hab zwar rausgefunden das man es in " /usr/share/libtool/libltdl/" ausführen muss, aber dann kommt immer die Meldung:

Quellcode

1
2
3
# libtoolize --copy --force
You should update your `aclocal.m4' by running aclocal.
You should update your `aclocal.m4' by running aclocal.


Bei einem aclocal kommt folgende Meldung:

Quellcode

1
2
3
4
5
6
7
# aclocal
/usr/share/aclocal/libglade.m4:7: warning: underquoted definition of AM_PATH_LIBGLADE
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/gtkglextmm-1.0.m4:11: warning: underquoted definition of AM_PATH_GTKGLEXTMM_1_0
/usr/share/aclocal/gtkglextmm-1.0.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO


Geändert hat sich leider immer noch nichts :/

Ich weiß nicht mehr weiter.

Grüße,
Mike
vita somnium breve

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »MKV21« (13.10.2006, 10:41)


2

13.10.2006, 09:25

Hast du den Befehl mal in dem Verzeichnis ausgeführt, in dem dein Projekt liegt. Ich habe gestern seit langem wieder mal kurz kdevelop benutzt und somit das "Problem" in den Griff bekommen.
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

3

13.10.2006, 10:40

Vielen dank, das hat mein Problem gelöst!

Darauf bin ich nicht gekommen, es dort mal auszuführen. Stattdessen hab ich jetzt ca. 20 neue Packages auf meinem System, die ich garnicht brauche. ;)

Jetzt meckert er nurnoch das er nicht die KDE-Konsole hat, muss ich wohl emergen, in den Optionen darf ich kein anderes Terminal zum Ausführen auswählen, seltsam.

Grüße,
Mike
vita somnium breve

4

13.10.2006, 18:52

hättest du die suche verwendet hättest du das problem gleich beheben können.
haeb da sogar eine alternativ lösung!
MfG MyD

5

13.10.2006, 22:41

Zitat

Original von MyD
hättest du die suche verwendet hättest du das problem gleich beheben können.
haeb da sogar eine alternativ lösung!


Auch wenn ich die Suche dieses Forums, die von gentoo.org und google bemüht habe, danke für den Hinweis.
vita somnium breve