From owner-freebsd-gnome@FreeBSD.ORG Fri Apr 11 21:21:59 2014 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F09ECD3; Fri, 11 Apr 2014 21:21:59 +0000 (UTC) Received: from mail.neu.net (neu.net [162.217.113.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gaq5.x.rootbsd.net", Issuer "gaq5.x.rootbsd.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C41C41FAB; Fri, 11 Apr 2014 21:21:59 +0000 (UTC) Received: from neu.net (neu.net [162.217.113.162]) by mail.neu.net (8.14.8/8.14.7) with ESMTP id s3BLMWGI030469 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 11 Apr 2014 17:22:32 -0400 (EDT) (envelope-from andy@neu.net) Date: Fri, 11 Apr 2014 17:22:32 -0400 (EDT) From: AN To: freebsd-ports@freebsd.org Subject: gmake[4]: *** [liborg-gnome-exchange-operations.la] Error 1 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.98.1 at my.mail.server.name X-Virus-Status: Clean X-Spam-Status: No, score=-0.6 required=4.1 tests=RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.neu.net Cc: gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 21:22:00 -0000 FreeBSD FBSD11 11.0-CURRENT FreeBSD 11.0-CURRENT #38 r264282: Tue Apr 8 18:15:37 CDT 2014 root@FBSD11:/usr/obj/usr/src/sys/MYKERNEL amd64 Trying to update mail/evolution-exchange fails with: gmake[4]: Leaving directory `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.32.1/server/storage' gmake[4]: Entering directory `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.32.1/server' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.32.1/server' gmake[3]: Leaving directory `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.32.1/server' Making all in eplugin gmake[3]: Entering directory `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.32.1/eplugin' LC_ALL=C /usr/local/bin/intltool-merge -x -u /tmp org-gnome-exchange-operations.error.xml org-gnome-exchange-operations.error LC_ALL=C /usr/local/bin/intltool-merge -x -u /tmp org-gnome-exchange-operations.eplug.xml org-gnome-exchange-operations.eplug.in Merging translations into org-gnome-exchange-operations.eplug.in. Merging translations into org-gnome-exchange-operations.error. CREATED org-gnome-exchange-operations.eplug.in sed -e 's|\@PLUGINDIR\@|/usr/local/lib/evolution/2.32/plugins|' \ -e 's|\@SOEXT\@||' \ -e 's|\@GETTEXT_PACKAGE\@|evolution-exchange-2.32|' \ -e 's|\@LOCALEDIR\@|/usr/local/share/locale|' org-gnome-exchange-operations.eplug.in > org-gnome-exchange-operations.eplug CREATED org-gnome-exchange-operations.error gmake all-am gmake[4]: Entering directory `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.32.1/eplugin' CC liborg_gnome_exchange_operations_la-exchange-operations.lo CC liborg_gnome_exchange_operations_la-exchange-config-listener.lo CC liborg_gnome_exchange_operations_la-exchange-calendar.lo CC liborg_gnome_exchange_operations_la-exchange-contacts.lo CC liborg_gnome_exchange_operations_la-exchange-change-password.lo CC liborg_gnome_exchange_operations_la-exchange-delegates-user.lo exchange-operations.c:66:3: warning: 'g_atexit' is deprecated [-Wdeprecated-declarations] g_atexit (free_exchange_listener); ^ /usr/local/include/glib-2.0/glib/gutils.h:253:6: note: 'g_atexit' declared here void g_atexit (GVoidFunc func); ^ CC liborg_gnome_exchange_operations_la-exchange-delegates.lo 1 warning generated. CC liborg_gnome_exchange_operations_la-exchange-user-dialog.lo CC liborg_gnome_exchange_operations_la-exchange-folder-size-display.lo CC liborg_gnome_exchange_operations_la-exchange-account-setup.lo CC liborg_gnome_exchange_operations_la-exchange-permissions-dialog.lo CC liborg_gnome_exchange_operations_la-exchange-folder-permission.lo exchange-delegates.c:791:8: warning: comparison of constant 200 with expression of type 'E2kGlobalCatalogStatus' is always false [-Wtautological-constant-out-of-range-compare] if (!E2K_HTTP_STATUS_IS_SUCCESSFUL (status)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../server/lib/e2k-http-utils.h:33:52: note: expanded from macro 'E2K_HTTP_STATUS_IS_SUCCESSFUL' #define E2K_HTTP_STATUS_IS_SUCCESSFUL(status) SOUP_STATUS_IS_SUCCESSFUL(status) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/libsoup-2.4/libsoup/soup-status.h:17:58: note: expanded from macro 'SOUP_STATUS_IS_SUCCESSFUL' #define SOUP_STATUS_IS_SUCCESSFUL(status) ((status) >= 200 && (status) < 300) ~~~~~~~~ ^ ~~~ exchange-delegates.c:791:8: warning: comparison of constant 300 with expression of type 'E2kGlobalCatalogStatus' is always true [-Wtautological-constant-out-of-range-compare] if (!E2K_HTTP_STATUS_IS_SUCCESSFUL (status)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../server/lib/e2k-http-utils.h:33:52: note: expanded from macro 'E2K_HTTP_STATUS_IS_SUCCESSFUL' #define E2K_HTTP_STATUS_IS_SUCCESSFUL(status) SOUP_STATUS_IS_SUCCESSFUL(status) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/libsoup-2.4/libsoup/soup-status.h:17:77: note: expanded from macro 'SOUP_STATUS_IS_SUCCESSFUL' #define SOUP_STATUS_IS_SUCCESSFUL(status) ((status) >= 200 && (status) < 300) ~~~~~~~~ ^ ~~~ CC liborg_gnome_exchange_operations_la-exchange-folder-subscription.lo CC liborg_gnome_exchange_operations_la-exchange-folder.lo 2 warnings generated. CC liborg_gnome_exchange_operations_la-exchange-mail-send-options.lo CC liborg_gnome_exchange_operations_la-exchange-send-options.lo CCLD liborg-gnome-exchange-operations.la cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libevolution-mail.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libevolution-smime.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libessmime.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libcomposer.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libemformat.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libecontactlisteditor.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libecontacteditor.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libeabutil.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libeshell.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libmenus.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libetable.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libetext.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libemiscwidgets.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libfilter.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libevolution-a11y.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libeutil.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libgnomecanvas.so' cc: error: no such file or directory: '/usr/local/lib/evolution/2.32/libart_lgpl.so' gmake[4]: *** [liborg-gnome-exchange-operations.la] Error 1 gmake[4]: Leaving directory `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.32.1/eplugin' gmake[3]: *** [all] Error 2 rm org-gnome-exchange-operations.eplug.in gmake[3]: Leaving directory `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.32.1/eplugin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.32.1' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/mail/evolution-exchange/work/evolution-exchange-2.32.1' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1