Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66127 - Evolution 2.0.1 error during build
Summary: Evolution 2.0.1 error during build
Status: RESOLVED DUPLICATE of bug 66024
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://starship.python.net/crew/mardu...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-02 07:52 UTC by Albert Hopkins (RETIRED)
Modified: 2005-07-17 13:06 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 Albert Hopkins (RETIRED) gentoo-dev 2004-10-02 07:52:50 UTC
Evolution 2.0.1 refuses to build on my machine.  I've tried both gcc 3.3.4 and gcc 3.4.2 but get the same error for each.  The error is as follows:

 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../intl -I../e-util -DCAMEL_LIBEXECDIR=\"/usr/libexec/evolution/2.0/camel\" -DCAMEL_PROVIDERDIR=\"/usr/lib/evolution/2.0/camel-providers\" -DG_LOG_DOMAIN=\"camel\" -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gal-2.2 -I/usr/include/gtk-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/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/libart-2.0 -I/usr/lib/mozilla/include/nspr -I/usr/lib/mozilla/include/nss -g -O2 -march=athlon-xp -pipe -Wall -Wmissing-prototypes -Wno-sign-compare -c camel-service.c -MT camel-service.lo -MD -MP -MF .deps/camel-service.TPlo  -fPIC -DPIC -o .libs/camel-service.o
camel-service.c: In function `camel_getaddrinfo':
camel-service.c:897: warning: assignment from incompatible pointer type
camel-service.c:900: error: assignment of read-only member `ai_family'
make[3]: *** [camel-service.lo] Error 1

My CFLAGS are
CFLAGS="-g -O2 -march=athlon-xp -pipe"



Reproducible: Always
Steps to Reproduce:
Comment 1 Sven Wegener gentoo-dev 2004-10-02 08:57:05 UTC

*** This bug has been marked as a duplicate of 66024 ***