From owner-freebsd-current@FreeBSD.ORG Wed Sep 18 14:33:35 2013 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8330687C for ; Wed, 18 Sep 2013 14:33:35 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 43D4E2E2E for ; Wed, 18 Sep 2013 14:33:34 +0000 (UTC) Received: from c120.sec.cl.cam.ac.uk (c120.sec.cl.cam.ac.uk [128.232.18.120]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id r8IEXWfd076595 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 18 Sep 2013 14:33:33 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: gnome2 build error (evolution-data-server-2.32.1_4) From: David Chisnall In-Reply-To: Date: Wed, 18 Sep 2013 15:33:32 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <5584846F-7FEF-46D8-9D72-46204D92CB86@FreeBSD.org> References: To: Ricardo Campos Passanezi X-Mailer: Apple Mail (2.1508) Cc: FreeBSD-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2013 14:33:35 -0000 This looks like the namespace pollution that was caused by iconv.h = including stdbool.h, which I have already fixed. David On 18 Sep 2013, at 14:57, Ricardo Campos Passanezi = wrote: > Hello, I was trying to install gnome2 port but it ends up with an = error > in evolution-data-server. Any clues? >=20 >=20 >=20 > =3D=3D=3D> Building for evolution-data-server-2.32.1_4 > gmake[7]: Entering directory = `/usr/obj/usr/ports/databases/evolution-data-server/work/evolution-data-se= rver-2.32.1' > gmake all-recursive > gmake[8]: Entering directory = `/usr/obj/usr/ports/databases/evolution-data-server/work/evolution-data-se= rver-2.32.1' > Making all in libedataserver > gmake[9]: Entering directory = `/usr/obj/usr/ports/databases/evolution-data-server/work/evolution-data-se= rver-2.32.1/libedataserver' > CC libedataserver_1_2_la-e-account-list.lo > CC libedataserver_1_2_la-e-account.lo > CC libedataserver_1_2_la-e-categories.lo > CC libedataserver_1_2_la-e-flag.lo > CC libedataserver_1_2_la-e-iterator.lo > CC libedataserver_1_2_la-e-list.lo > CC libedataserver_1_2_la-e-list-iterator.lo > CC libedataserver_1_2_la-e-memory.lo > e-flag.c:43:15: warning: 'g_cond_new' is deprecated = [-Wdeprecated-declarations] > flag->cond =3D g_cond_new (); > ^ > /usr/local/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: = 'g_cond_new' declared here > GCond * g_cond_new (void); > ^ > e-flag.c:44:16: warning: 'g_mutex_new' is deprecated = [-Wdeprecated-declarations] > flag->mutex =3D g_mutex_new (); > ^ > /usr/local/include/glib-2.0/glib/deprecated/gthread.h:273:17: note: = 'g_mutex_new' declared here > GMutex * g_mutex_new (void); > ^ > e-flag.c:161:8: warning: 'g_cond_timed_wait' is deprecated = [-Wdeprecated-declarations] > if (!g_cond_timed_wait (flag->cond, flag->mutex, = abs_time)) > ^ > /usr/local/include/glib-2.0/glib/deprecated/gthread.h:281:17: note: = 'g_cond_timed_wait' declared here > gboolean g_cond_timed_wait (GCond *cond, > ^ > e-flag.c:182:2: warning: 'g_cond_free' is deprecated = [-Wdeprecated-declarations] > g_cond_free (flag->cond); > ^ > /usr/local/include/glib-2.0/glib/deprecated/gthread.h:279:17: note: = 'g_cond_free' declared here > void g_cond_free (GCond *cond); > ^ > e-flag.c:183:2: warning: 'g_mutex_free' is deprecated = [-Wdeprecated-declarations] > g_mutex_free (flag->mutex); > ^ > /usr/local/include/glib-2.0/glib/deprecated/gthread.h:275:17: note: = 'g_mutex_free' declared here > void g_mutex_free (GMutex *mutex); > ^ > 5 warnings generated. > e-account.c:214:11: error: cannot combine with previous 'type-name' = declaration specifier > gboolean bool; > ^ > /usr/include/stdbool.h:37:14: note: expanded from macro 'bool' > #define bool _Bool > ^ > e-account.c:214:2: warning: declaration does not declare anything = [-Wmissing-declarations] > gboolean bool; > ^~~~~~~~~~~~~ > e-account.c:218:8: error: expected identifier or '(' > bool =3D (!strcmp ((gchar *)buf, "true") || !strcmp = ((gchar *)buf, "yes")); > ^ > e-account.c:221:7: error: expected expression > if (bool !=3D *val) { > ^ > /usr/include/stdbool.h:37:14: note: expanded from macro 'bool' > #define bool _Bool > ^ > e-account.c:222:11: error: expected expression > *val =3D bool; > ^ > /usr/include/stdbool.h:37:14: note: expanded from macro 'bool' > #define bool _Bool > ^ > e-categories.c:529:2: warning: 'g_atexit' is deprecated = [-Wdeprecated-declarations] > g_atexit (finalize_categories); > ^ > /usr/local/include/glib-2.0/glib/gutils.h:253:6: note: 'g_atexit' = declared here > void g_atexit (GVoidFunc func); > ^ > 1 warning and 4 errors generated. > gmake[9]: *** [libedataserver_1_2_la-e-account.lo] Error 1 > gmake[9]: *** Waiting for unfinished jobs.... > 1 warning generated. > gmake[9]: Leaving directory = `/usr/obj/usr/ports/databases/evolution-data-server/work/evolution-data-se= rver-2.32.1/libedataserver' > gmake[8]: *** [all-recursive] Error 1 > gmake[8]: Leaving directory = `/usr/obj/usr/ports/databases/evolution-data-server/work/evolution-data-se= rver-2.32.1' > gmake[7]: *** [all] Error 2 > gmake[7]: Leaving directory = `/usr/obj/usr/ports/databases/evolution-data-server/work/evolution-data-se= rver-2.32.1' > =3D=3D=3D> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the = failure to > the maintainer. > *** Error code 1 >=20 > Stop. > make[6]: stopped in /usr/ports/databases/evolution-data-server > *** Error code 1 >=20 > Stop. > make[5]: stopped in /usr/ports/databases/evolution-data-server > *** Error code 1 >=20 > Stop. > make[4]: stopped in /usr/ports/devel/bug-buddy > *** Error code 1 >=20 > Stop. > make[3]: stopped in /usr/ports/x11-toolkits/py-gnome-desktop > *** Error code 1 >=20 > Stop. > make[2]: stopped in /usr/ports/games/gnome-games > *** Error code 1 >=20 > Stop. > make[1]: stopped in /usr/ports/x11/gnome2 > *** Error code 1 >=20 > Stop. > make: stopped in /usr/ports/x11/gnome2 >=20 >=20 >=20 > --=20 > Ricardo Campos Passanezi - Supervisor de Se=E7=E3o > Chave PGP e GPG P=FAblica em: http://www.ige.unicamp.br/~riccp > Instituto de Geoci=EAncias - http://www.ige.unicamp.br - UNICAMP > Tel: (19) 3521 4560 > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to = "freebsd-current-unsubscribe@freebsd.org" >=20