From owner-freebsd-current@FreeBSD.ORG Wed Sep 18 14:03:48 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 C3B7AD0 for ; Wed, 18 Sep 2013 14:03:48 +0000 (UTC) (envelope-from riccp@ige.unicamp.br) Received: from saturno.ige.unicamp.br (saturno.ige.unicamp.br [143.106.76.34]) by mx1.freebsd.org (Postfix) with ESMTP id 57FCF2C83 for ; Wed, 18 Sep 2013 14:03:48 +0000 (UTC) Received: from netuno.ige.unicamp.br (saturno.ige.unicamp.br [143.106.76.34]) by saturno.ige.unicamp.br (Postfix) with ESMTPS id DA554359395 for ; Wed, 18 Sep 2013 10:57:32 -0300 (BRT) Received: from netuno.ige.unicamp.br ([143.106.76.2] helo=netuno.ige.unicamp.br) by saturno.ige.unicamp.br with SMTP (2.3.3); 18 Sep 2013 10:57:32 -0300 Received: by netuno.ige.unicamp.br (Postfix, from userid 1003) id 5944D7D70; Wed, 18 Sep 2013 10:57:33 -0300 (BRT) Date: Wed, 18 Sep 2013 10:57:33 -0300 From: Ricardo Campos Passanezi To: FreeBSD-current Subject: gnome2 build error (evolution-data-server-2.32.1_4) Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Content-Transfer-Encoding: quoted-printable X-Assp-Version: 2.3.3(13160) on saturno.ige.unicamp.br X-Assp-ID: saturno.ige.unicamp.br m-12652-06628 X-Assp-Session: A152575A0 (mail 1) X-Assp-Original-Subject: gnome2 build error (evolution-data-server-2.32.1_4) X-Assp-Server-TLS: yes 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:03:48 -0000 Hello, I was trying to install gnome2 port but it ends up with an error in evolution-data-server. Any clues? =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-server-2.32.1' gmake all-recursive gmake[8]: Entering directory `/usr/obj/usr/ports/databases/evolution-data= -server/work/evolution-data-server-2.32.1' Making all in libedataserver gmake[9]: Entering directory `/usr/obj/usr/ports/databases/evolution-data= -server/work/evolution-data-server-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-declara= tions] flag->cond =3D g_cond_new (); ^ /usr/local/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: 'g_co= nd_new' declared here GCond * g_cond_new (void); ^ e-flag.c:44:16: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declar= ations] flag->mutex =3D g_mutex_new (); ^ /usr/local/include/glib-2.0/glib/deprecated/gthread.h:273:17: note: 'g_mu= tex_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_co= nd_timed_wait' declared here gboolean g_cond_timed_wait (GCond *cond, ^ e-flag.c:182:2: warning: 'g_cond_free' is deprecated [-Wdeprecated-declar= ations] g_cond_free (flag->cond); ^ /usr/local/include/glib-2.0/glib/deprecated/gthread.h:279:17: note: 'g_co= nd_free' declared here void g_cond_free (GCond *cond); ^ e-flag.c:183:2: warning: 'g_mutex_free' is deprecated [-Wdeprecated-decla= rations] g_mutex_free (flag->mutex); ^ /usr/local/include/glib-2.0/glib/deprecated/gthread.h:275:17: note: 'g_mu= tex_free' declared here void g_mutex_free (GMutex *mutex); ^ 5 warnings generated. e-account.c:214:11: error: cannot combine with previous 'type-name' decla= ration 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 [-Wmiss= ing-declarations] gboolean bool; ^~~~~~~~~~~~~ e-account.c:218:8: error: expected identifier or '(' bool =3D (!strcmp ((gchar *)buf, "true") || !strcmp ((gch= ar *)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-dec= larations] g_atexit (finalize_categories); ^ /usr/local/include/glib-2.0/glib/gutils.h:253:6: note: 'g_atexit' declare= d 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-server-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-server-2.32.1' gmake[7]: *** [all] Error 2 gmake[7]: Leaving directory `/usr/obj/usr/ports/databases/evolution-data-= server/work/evolution-data-server-2.32.1' =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failur= e to the maintainer. *** Error code 1 Stop. make[6]: stopped in /usr/ports/databases/evolution-data-server *** Error code 1 Stop. make[5]: stopped in /usr/ports/databases/evolution-data-server *** Error code 1 Stop. make[4]: stopped in /usr/ports/devel/bug-buddy *** Error code 1 Stop. make[3]: stopped in /usr/ports/x11-toolkits/py-gnome-desktop *** Error code 1 Stop. make[2]: stopped in /usr/ports/games/gnome-games *** Error code 1 Stop. make[1]: stopped in /usr/ports/x11/gnome2 *** Error code 1 Stop. make: stopped in /usr/ports/x11/gnome2 --=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