Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71942 - gmyclient ebuild fails in file included from gm-interface.c:38
Summary: gmyclient ebuild fails in file included from gm-interface.c:38
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-21 06:30 UTC by Gary
Modified: 2004-11-21 12:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gary 2004-11-21 06:30:19 UTC
Emerge of gmyclient-0.3 fails during compliation, apparrently at:

In file included from gm-interface.c:38:
gm-print.h:152:8: warning: extra tokens at end of #endif directive
gm-interface.c: In function `interface_connection_window_key_press_event':
gm-interface.c:843: error: label at end of compound statement
gm-interface.c:861: error: label at end of compound statement
make[2]: *** [gm-interface.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/gmyclient-0.3/work/gmyclient-0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gmyclient-0.3/work/gmyclient-0.3'
make: *** [all-recursive-am] Error 2

!!! ERROR: dev-db/gmyclient-0.3 failed.
!!! Function src_compile, Line 20, Exitcode 2


Reproducible: Always
Steps to Reproduce:
1.emerge --sync
2.emerge gmyclient
3.

Actual Results:  
ebuild fails during compliation.

Expected Results:  
ebuild should have completed complilation and proceeded to installation.

aragorn father # emerge info
Portage 2.0.51-r3 (default-linux/x86/2004.0, gcc-3.4.1, glibc-2.3.4.20040619-r0,
2.6.7-gentoo-r11 i686)
=================================================================
System uname: 2.6.7-gentoo-r11 i686 Pentium III (Coppermine)
Gentoo Base System version 1.5.2
distcc 2.18.2 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux-headers-2.4.22
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/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=pentium3 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://mirror.datapipe.net/gentoo
ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X alsa apm avi berkdb bitmap-fonts bonobo crypt cups dga encode esd evo f2c
f77 fam fbcon flac foomaticdb fortran gb gd gdbm gif gnome gpm gstreamer gtk
gtk2 gtkhtml guile imagemagick imlib java jpeg lcms libgda libwww mad maildir
mbox mmx motif mozilla mpeg nas ncurses nls oggvorbis opengl oss pam pcmcia
pdflib perl pic plotutils png pnp python quicktime readline ruby sasl sdl slang
slp snmp speex spell sse ssl svga tcltk tcpd tetex threads tiff truetype trusted
usb wmf x86 xface xml xml2 xmms xv zlib"
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-11-21 12:52:51 UTC
patch added. Should work now.