Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103066 - emerging evolution-data-server failed
Summary: emerging evolution-data-server failed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 09:54 UTC by Camilo Aguilar
Modified: 2006-01-19 08:34 UTC (History)
0 users

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 Camilo Aguilar 2005-08-19 09:54:10 UTC
When I write emerge evolution-data-server the compilation fails

Reproducible: Always
Steps to Reproduce:
1.emerge evolution-data-server
2.
3.

Actual Results:  
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../addressbook
-I../addressbook -DG_LOG_DOMAIN=\"e-data-server-ui\"
-DE_DATA_SERVER_UI_GLADEDIR=\"/usr/share/evolution-data-server-1.2/glade\"
-DORBIT2=1 -pthread -D_XOPEN_SOURCE=500 -I/usr/include/libxml2
-I/usr/include/libbonobo-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0
-I/usr/include/libgnome-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/root/luminocity/opt/luminocity/include
-I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2
-I/usr/include/freetype2/config -I/usr/include/libgnomeui-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0
-I/usr/include/libbonoboui-2.0 -I/usr/include/libglade-2.0 -march=pentium3 -O2
-pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -Wno-sign-compare -MT
e-source-option-menu.lo -MD -MP -MF .deps/e-source-option-menu.Tpo -c
e-source-option-menu.c  -fPIC -DPIC -o .libs/e-source-option-menu.o
e-source-option-menu.c:55: error: syntax error before "signals"
e-source-option-menu.c:55: warning: type defaults to `int' in declaration of
`signals'
e-source-option-menu.c:55: warning: data definition has no type or storage class
make[2]: *** [e-source-option-menu.lo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/evolution-data-server-1.2.3/work/evolution-data-server-1.2.3/libedataserverui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/evolution-data-server-1.2.3/work/evolution-data-server-1.2.3'
make: *** [all] Error 2

!!! ERROR: gnome-extra/evolution-data-server-1.2.3 failed.
!!! Function src_compile, Line 98, Exitcode 2
!!! compile failed


Expected Results:  
to install evolution-data-server normally

levitas ~ # emerge info
Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.5-r1, 2.6.12-gentoo-r6 i686)
=================================================================
System uname: 2.6.12-gentoo-r6 i686 Intel(R) Pentium(R) M processor 1.80GHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts avi berkdb bitmap-fonts cdr crypt cups curl eds emboss
encode esd fam firebird foomaticdb fortran gd gdbm gif gnome gphoto2 gpm
gstreamer gtk gtk2 imagemagick imlib ipv6 java jpeg junit kde ldap libg++ libwww
mad mikmod motif mp3 mpeg mysql ncurses nls ogg oggvorbis opengl oss pam pdflib
perl png python qt quicktime readline samba sdl snmp spell ssl svga tcltk tcpd
tiff truetype truetype-fonts type1-fonts vorbis xine xml2 xmms xv zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
Comment 1 John N. Laliberte (RETIRED) gentoo-dev 2006-01-19 07:15:03 UTC
are you still having this problem?
Comment 2 Camilo Aguilar 2006-01-19 08:24:21 UTC
(In reply to comment #1)
> are you still having this problem?
> 

No, i don't still have this problem  
Comment 3 John N. Laliberte (RETIRED) gentoo-dev 2006-01-19 08:34:35 UTC
local issue, resolved