Gentoo Archives: gentoo-user

From: Rumen Yotov <rumen@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] kopte-3.5.5-r2
Date: Thu, 22 Mar 2007 04:34:30
Message-Id: 20070322063101.2a191476@rumen.qrypto.org
In Reply to: [gentoo-user] kopte-3.5.5-r2 by Timo Bergemann
1 On Wed, 21 Mar 2007 11:37:17 +0100
2 Timo Bergemann <tbergema@×××.org> wrote:
3
4 > Hello all,
5 > This is my first mail to this mailing list, so I hope it is the right
6 > one.
7 >
8 > I have a problem compiling kopete-3.5.5-r2 into my system. Additional
9 > I have to say that I am mainly try to compile kde-meta. Also I
10 > googled already and found the following, which is exactly also my
11 > problem, but the solution does not help me :(
12 > the link is here: http://forums.gentoo.org/viewtopic.php?t=515922
13 > My general USE-Flags are:
14 >
15 > USE="aac aim alsa amd apache2 apm arts artworkextra asf audiofile
16 > automount avi berkdb bigger-fonts bitmap-fonts bl blender-game bmp
17 > bootsplash bzip2 c++ -cdinstall cdr cli cpudetection cracklib crypt
18 > css ctype cups custom-cflags -cvs dba dbus directfb disablexmb dri
19 > -dv dvd dvdr dvdread eds elibc_glibc emboss encode escreen esd
20 > ethereal examples exif expat extensions fam fastbuild fbcon fbsplash
21 > ffmpeg firefox -flood font-server foomaticdb force-cgi-redirect
22 > fortran ftp gd gdbm gif -gimp -gimpprint glut glx gmp -gnome gpm
23 > gstreamer gtk gtk2 gtkhtml guile -gvim gzip icq idn imap imlib ipv6
24 > irc -jabber jack java javascript joystick jpeg jpeg2k
25 > kdehiddenvisibility kde kernel_linux lcms libg++ libwww lzo mad
26 > memlimit mikmod mixer mjpeg mmx mmxext mng motif mozilla mp3 mp4live
27 > mpeg mplayer mythtv ncurses nfs nls nntp nptl nsplugin ntfs nvidia
28 > ogg opengl oscar oss pam pcre pdflib perl -php png pnp pop posix
29 > python qt qt3support quicktime quotas rar readline rogue samba screen
30 > sdl session simplexml slang smp sms soap sockets sounds speech speex
31 > spell spl ssl stroke subtitles svg symlink -syslog tcltk tcpd tiff
32 > tokenizer transcode truetype truetype-fonts type1-fonts udev
33 > userland_GNU vcd videos vidix vnc vorbis win32codecs winbind wma wv X
34 > x11vnc x264 x86 xanim xatrix -xface xml xml2 xmms xpm xrandr
35 > xscreensaver xsl xv xvid xvmc yaepg yahoo zip zlib"
36 >
37 > while I compiling kopete with:
38 > kde-base/kopete addbookmarks alias autoreplace connectionstatus
39 > contactnotes groupwise highlight history kdeenablefinal
40 > kdehiddenvisibility netmeeting nowlistening statistics -sametime -slp
41 > texteffect translator webpresence winpopup
42 >
43 > more about my make.conf:
44 > CFLAGS="-O2 -march=pentium4 -pipe"
45 > CHOST="i686-pc-linux-gnu"
46 > CXXFLAGS="${CFLAGS}"
47 > MAKEOPTS="-j3"
48 >
49 > the last bit of the copilation log:
50 >
51 > ...
52 > /bin/sh ../../../libtool --silent --tag=CXX --mode=link
53 > i686-pc-linux-gnu-g++ -Wno-long-long -Wundef -ansi
54 > -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
55 > -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2
56 > -O2 -march=pentium4 -pipe -Wformat-security
57 > -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions
58 > -fno-check-new -fno-common -fvisibility=hidden
59 > -fvisibility-inlines-hidden -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
60 > -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o
61 > kopete_meanwhile.la -rpath /usr/kde/3.5/lib/kde3 -no-undefined
62 > -Wl,--no-undefined -Wl,--allow-shlib-undefined -module -avoid-version
63 > -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined
64 > -R /usr/kde/3.5/lib -R /usr/kde/3.5/lib -R /usr/qt/3/lib -R /usr/lib
65 > -L/usr/kde/3.5/lib -L/usr/qt/3/lib -L/usr/lib
66 > kopete_meanwhile_la.all_cpp.lo ../../../kopete/libkopete/libkopete.la
67 > ui/libkopetemeanwhileui.la -lmeanwhile
68 > -lglib-2.0 .libs/kopete_meanwhile_la.all_cpp.o: In function
69 > `MeanwhileProtocol::lookupStatus(Kopete::OnlineStatusManager::Categories)':
70 > kopete_meanwhile_la.all_cpp.cpp:(.text+0x1a0f): undefined reference
71 > to `Kopete::OnlineStatusManager::self()'
72 > kopete_meanwhile_la.all_cpp.cpp:(.text+0x1a29): undefined reference
73 > to `Kopete::OnlineStatusManager::onlineStatus(Kopete::Protocol*,
74 > Kopete::OnlineStatusManager::Categories) const' collect2: ld returned
75 > 1 exit status make[5]: *** [kopete_meanwhile.la] Error 1 make[5]:
76 > Leaving directory
77 > `/var/tmp/portage/kde-base/kopete-3.5.5-r2/work/kopete-3.5.5/kopete/protocols/meanwhile'
78 >
79 > make[4]: *** [all-recursive] Error 1
80 > make[4]: Leaving directory
81 > `/var/tmp/portage/kde-base/kopete-3.5.5-r2/work/kopete-3.5.5/kopete/protocols/meanwhile'
82 >
83 > make[3]: *** [all-recursive] Error 1
84 > make[3]: Leaving directory
85 > `/var/tmp/portage/kde-base/kopete-3.5.5-r2/work/kopete-3.5.5/kopete/protocols'
86 >
87 > make[2]: *** [all-recursive] Error 1
88 > make[2]: Leaving directory
89 > `/var/tmp/portage/kde-base/kopete-3.5.5-r2/work/kopete-3.5.5/kopete'
90 > make[1]: *** [all-recursive] Error 1
91 > make[1]: Leaving directory
92 > `/var/tmp/portage/kde-base/kopete-3.5.5-r2/work/kopete-3.5.5'
93 > make: *** [all] Error 2
94 >
95 > !!! ERROR: kde-base/kopete-3.5.5-r2 failed.
96 > Call stack:
97 > ebuild.sh, line 1614: Called dyn_compile
98 > ebuild.sh, line 971: Called qa_call 'src_compile'
99 > environment, line 4936: Called src_compile
100 > kopete-3.5.5-r2.ebuild, line 121: Called kde_src_compile
101 > kde.eclass, line 171: Called kde_src_compile 'all'
102 > kde.eclass, line 341: Called kde_src_compile 'myconf' 'configure'
103 > 'make' kde.eclass, line 337: Called die
104 >
105 > !!! died running emake, kde_src_compile:make
106 > !!! If you need support, post the topmost build error, and the call
107 > stack if relevant.
108 > !!! A complete build log is located at
109 > '/var/tmp/portage/kde-base/kopete-3.5.5-r2/temp/build.log'.
110 >
111 >
112 > what am I doing wrong?
113 >
114 > Thank you for your Help
115 > Timo Bergemann
116 Hi,
117 Try reemerging 'libtool' than again emerge kopete.
118 HTH. Rumen
119 --
120 gentoo-user@g.o mailing list