Date: Wed, 18 Sep 2013 15:33:32 +0100 From: David Chisnall <theraven@FreeBSD.org> To: Ricardo Campos Passanezi <riccp@ige.unicamp.br> Cc: FreeBSD-current <freebsd-current@FreeBSD.org> Subject: Re: gnome2 build error (evolution-data-server-2.32.1_4) Message-ID: <5584846F-7FEF-46D8-9D72-46204D92CB86@FreeBSD.org> In-Reply-To: <assp.0973796d18.20130918135733.GB50120@ige.unicamp.br> References: <assp.0973796d18.20130918135733.GB50120@ige.unicamp.br>
next in thread | previous in thread | raw e-mail | index | archive | help
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 =
<riccp@ige.unicamp.br> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5584846F-7FEF-46D8-9D72-46204D92CB86>
