licq fails to compile with gcc 3.4 and -Wall, the error message looks potentially usefull to upstream Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: if g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include -DINSTALL_PREFIX=\"/usr\" -fPIC -DPIC -D_REENTRANT -march=athlon-xp -O3 -pipe -fomit-frame-pointer -Wall -fno-exceptions -fno-check-new -MT proxy.o -MD -MP -MF ".deps/proxy.Tpo" \ -c -o proxy.o `test -f 'proxy.cpp' || echo './'`proxy.cpp; \ then mv -f ".deps/proxy.Tpo" ".deps/proxy.Po"; \ else rm -f ".deps/proxy.Tpo"; exit 1; \ fi if g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include -DINSTALL_PREFIX=\"/usr\" -fPIC -DPIC -D_REENTRANT -march=athlon-xp -O3 -pipe -fomit-frame-pointer -Wall -fno-exceptions -fno-check-new -MT socket.o -MD -MP -MF ".deps/socket.Tpo" \ -c -o socket.o `test -f 'socket.cpp' || echo './'`socket.cpp; \ then mv -f ".deps/socket.Tpo" ".deps/socket.Po"; \ else rm -f ".deps/socket.Tpo"; exit 1; \ fi if g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../include -DINSTALL_PREFIX=\"/usr\" -fPIC -DPIC -D_REENTRANT -march=athlon-xp -O3 -pipe -fomit-frame-pointer -Wall -fno-exceptions -fno-check-new -MT icqd.o -MD -MP -MF ".deps/icqd.Tpo" \ -c -o icqd.o `test -f 'icqd.cpp' || echo './'`icqd.cpp; \ then mv -f ".deps/icqd.Tpo" ".deps/icqd.Po"; \ else rm -f ".deps/icqd.Tpo"; exit 1; \ fi In file included from icqd.cpp:41: ../include/licq_gpg.h:6:26: gpgme3/gpgme.h: No such file or directory In file included from icqd.cpp:41: ../include/licq_gpg.h:23: error: `GpgmeCtx' does not name a type make[2]: *** [icqd.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/var/tmp/portage/licq-1.3.0_pre-r5/work/licq-1.3.0-PRE/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/licq-1.3.0_pre-r5/work/licq-1.3.0-PRE' make: *** [all] Error 2 !!! ERROR: net-im/licq-1.3.0_pre-r5 failed. !!! Function src_compile, Line 77, Exitcode 2 !!! (no error message) escargot distfiles # emerge --info Portage 2.0.50-r10 (gcc34-x86-2004.2, gcc-3.4.1, glibc-2.3.4.20040808-r0, 2.6.8-gentoo-r3) ================================================================= System uname: 2.6.8-gentoo-r3 i686 AMD Athlon(tm) XP 1700+ Gentoo Base System version 1.5.3 distcc 2.17 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] ccache version 2.3 [enabled] Autoconf: sys-devel/autoconf-2.59-r4 Automake: sys-devel/automake-1.8.5-r1 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -Wall" CHOST="i686-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -Wall" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox" GENTOO_MIRRORS="http://gentoo.osuosl.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="3dnow X aac aalib accessibility acl acpi acpi4linux alsa amd apache2 apm arts artswrappersuid audiofile avi berkdb bidi bonobo canna cdr cjk cjkcrypt codecs crypt cscope cups dba dga directfb divx4linux doc dv dvb dvd encode esd evms2 faac faad fam fbcon ffmpeg flac flash foomaticdb freetype freewnn fs gd gdbm ggi gif gimp gimpprint gnome gpm gstreamer gtk gtk2 gtkhtml guile imagemagick imap imlib jack java javascript joystick jpeg kde kerberos krb4 ldap libcss libdvdread libg++ libwww linguas_en_US linguas_es linguas_ru linguas_zh_CN linguas_zh_TW live mad maildir md5sum mdb mikmod mmx mng motif mozdomi mozilla mozsvg mpeg mpeg4 mule mysql nas ncurses net nls nptl nvidia offensive oggvorbis opengl oss pam pdflib perl pic png posix postgres python qt quicktime readline samba sasl scanner sdl slang spell sse ssl svg svga tcltk tcpd tetex theora threads tiff transcode truetype unicode usb v4l vhosts virus-scan x86 xine xinerama xml2 xmms xv xvid zeo zlib"
re-emerge =gpgme-0.3.14-r1 and try again
Had the same problem as Aaron while upgrading from licq-1.3.0_pre-r3 to licq-1.3.0_pre-r5. After re-emerging specified version of gpgme the package licq compiled/emerged without problems... Thanks Konstantin!
thank you for your feedback. and btw, afaik, this issue is fixed in licq's cvs.
thanks!