On Wed, 21 Mar 2007 11:37:17 +0100 Timo Bergemann <[EMAIL PROTECTED]> wrote:
> Hello all, > This is my first mail to this mailing list, so I hope it is the right > one. > > I have a problem compiling kopete-3.5.5-r2 into my system. Additional > I have to say that I am mainly try to compile kde-meta. Also I > googled already and found the following, which is exactly also my > problem, but the solution does not help me :( > the link is here: http://forums.gentoo.org/viewtopic.php?t=515922 > My general USE-Flags are: > > USE="aac aim alsa amd apache2 apm arts artworkextra asf audiofile > automount avi berkdb bigger-fonts bitmap-fonts bl blender-game bmp > bootsplash bzip2 c++ -cdinstall cdr cli cpudetection cracklib crypt > css ctype cups custom-cflags -cvs dba dbus directfb disablexmb dri > -dv dvd dvdr dvdread eds elibc_glibc emboss encode escreen esd > ethereal examples exif expat extensions fam fastbuild fbcon fbsplash > ffmpeg firefox -flood font-server foomaticdb force-cgi-redirect > fortran ftp gd gdbm gif -gimp -gimpprint glut glx gmp -gnome gpm > gstreamer gtk gtk2 gtkhtml guile -gvim gzip icq idn imap imlib ipv6 > irc -jabber jack java javascript joystick jpeg jpeg2k > kdehiddenvisibility kde kernel_linux lcms libg++ libwww lzo mad > memlimit mikmod mixer mjpeg mmx mmxext mng motif mozilla mp3 mp4live > mpeg mplayer mythtv ncurses nfs nls nntp nptl nsplugin ntfs nvidia > ogg opengl oscar oss pam pcre pdflib perl -php png pnp pop posix > python qt qt3support quicktime quotas rar readline rogue samba screen > sdl session simplexml slang smp sms soap sockets sounds speech speex > spell spl ssl stroke subtitles svg symlink -syslog tcltk tcpd tiff > tokenizer transcode truetype truetype-fonts type1-fonts udev > userland_GNU vcd videos vidix vnc vorbis win32codecs winbind wma wv X > x11vnc x264 x86 xanim xatrix -xface xml xml2 xmms xpm xrandr > xscreensaver xsl xv xvid xvmc yaepg yahoo zip zlib" > > while I compiling kopete with: > kde-base/kopete addbookmarks alias autoreplace connectionstatus > contactnotes groupwise highlight history kdeenablefinal > kdehiddenvisibility netmeeting nowlistening statistics -sametime -slp > texteffect translator webpresence winpopup > > more about my make.conf: > CFLAGS="-O2 -march=pentium4 -pipe" > CHOST="i686-pc-linux-gnu" > CXXFLAGS="${CFLAGS}" > MAKEOPTS="-j3" > > the last bit of the copilation log: > > ... > /bin/sh ../../../libtool --silent --tag=CXX --mode=link > i686-pc-linux-gnu-g++ -Wno-long-long -Wundef -ansi > -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion > -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 > -O2 -march=pentium4 -pipe -Wformat-security > -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions > -fno-check-new -fno-common -fvisibility=hidden > -fvisibility-inlines-hidden -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST > -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o > kopete_meanwhile.la -rpath /usr/kde/3.5/lib/kde3 -no-undefined > -Wl,--no-undefined -Wl,--allow-shlib-undefined -module -avoid-version > -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined > -R /usr/kde/3.5/lib -R /usr/kde/3.5/lib -R /usr/qt/3/lib -R /usr/lib > -L/usr/kde/3.5/lib -L/usr/qt/3/lib -L/usr/lib > kopete_meanwhile_la.all_cpp.lo ../../../kopete/libkopete/libkopete.la > ui/libkopetemeanwhileui.la -lmeanwhile > -lglib-2.0 .libs/kopete_meanwhile_la.all_cpp.o: In function > `MeanwhileProtocol::lookupStatus(Kopete::OnlineStatusManager::Categories)': > kopete_meanwhile_la.all_cpp.cpp:(.text+0x1a0f): undefined reference > to `Kopete::OnlineStatusManager::self()' > kopete_meanwhile_la.all_cpp.cpp:(.text+0x1a29): undefined reference > to `Kopete::OnlineStatusManager::onlineStatus(Kopete::Protocol*, > Kopete::OnlineStatusManager::Categories) const' collect2: ld returned > 1 exit status make[5]: *** [kopete_meanwhile.la] Error 1 make[5]: > Leaving directory > `/var/tmp/portage/kde-base/kopete-3.5.5-r2/work/kopete-3.5.5/kopete/protocols/meanwhile' > > > make[4]: *** [all-recursive] Error 1 > make[4]: Leaving directory > `/var/tmp/portage/kde-base/kopete-3.5.5-r2/work/kopete-3.5.5/kopete/protocols/meanwhile' > > > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory > `/var/tmp/portage/kde-base/kopete-3.5.5-r2/work/kopete-3.5.5/kopete/protocols' > > > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/var/tmp/portage/kde-base/kopete-3.5.5-r2/work/kopete-3.5.5/kopete' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/kde-base/kopete-3.5.5-r2/work/kopete-3.5.5' > make: *** [all] Error 2 > > !!! ERROR: kde-base/kopete-3.5.5-r2 failed. > Call stack: > ebuild.sh, line 1614: Called dyn_compile > ebuild.sh, line 971: Called qa_call 'src_compile' > environment, line 4936: Called src_compile > kopete-3.5.5-r2.ebuild, line 121: Called kde_src_compile > kde.eclass, line 171: Called kde_src_compile 'all' > kde.eclass, line 341: Called kde_src_compile 'myconf' 'configure' > 'make' kde.eclass, line 337: Called die > > !!! died running emake, kde_src_compile:make > !!! If you need support, post the topmost build error, and the call > stack if relevant. > !!! A complete build log is located at > '/var/tmp/portage/kde-base/kopete-3.5.5-r2/temp/build.log'. > > > what am I doing wrong? > > Thank you for your Help > Timo Bergemann Hi, Try reemerging 'libtool' than again emerge kopete. HTH. Rumen -- gentoo-user@gentoo.org mailing list