From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 19:04:18 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CBAEB106564A for ; Sat, 2 Jun 2012 19:04:18 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (unknown [IPv6:2607:fc50:0:d300:216:3eff:fe54:f1c6]) by mx1.freebsd.org (Postfix) with ESMTP id 8CC048FC1B for ; Sat, 2 Jun 2012 19:04:18 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.5/8.14.5) with ESMTP id q52J4CJt081137; Sat, 2 Jun 2012 15:04:17 -0400 (EDT) (envelope-from andy@neu.net) Date: Sat, 2 Jun 2012 15:04:12 -0400 (EDT) From: AN To: Rainer Hurling In-Reply-To: <4FCA51EE.1030203@gwdg.de> Message-ID: References: <4FCA51EE.1030203@gwdg.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-0.0 required=5.0 tests=T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net Cc: freebsd-ports@freebsd.org Subject: Re: Stop in /usr/ports/databases/evolution-data-server X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2012 19:04:18 -0000 On Sat, 2 Jun 2012, Rainer Hurling wrote: > On 02.06.2012 19:16 (UTC+2), AN wrote: >> FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #20 r236371: Thu May 31 >> 21:34:10 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 >> >> Not using clang. >> >> CCLD libcamel-1.2.la >> CC libcamel_provider_1_2_la-camel-cipher-context.lo >> CC libcamel_provider_1_2_la-camel-disco-diary.lo >> CC libcamel_provider_1_2_la-camel-disco-folder.lo >> CC libcamel_provider_1_2_la-camel-disco-store.lo >> CC libcamel_provider_1_2_la-camel-filter-driver.lo >> CC libcamel_provider_1_2_la-camel-filter-search.lo >> CC libcamel_provider_1_2_la-camel-folder-search.lo >> CC libcamel_provider_1_2_la-camel-folder-summary.lo >> CC libcamel_provider_1_2_la-camel-folder-thread.lo >> CC libcamel_provider_1_2_la-camel-folder.lo >> CC libcamel_provider_1_2_la-camel-gpg-context.lo >> camel-gpg-context.c: In function 'gpg_ctx_op_step': >> camel-gpg-context.c:938: warning: 'i' may be used uninitialized in this >> function >> camel-gpg-context.c:938: note: 'i' was declared here >> CC libcamel_provider_1_2_la-camel-http-stream.lo >> CC libcamel_provider_1_2_la-camel-offline-folder.lo >> CC libcamel_provider_1_2_la-camel-offline-journal.lo >> CC libcamel_provider_1_2_la-camel-offline-store.lo >> CC libcamel_provider_1_2_la-camel-provider.lo >> CC libcamel_provider_1_2_la-camel-sasl-anonymous.lo >> CC libcamel_provider_1_2_la-camel-sasl-cram-md5.lo >> CC libcamel_provider_1_2_la-camel-sasl-digest-md5.lo >> CC libcamel_provider_1_2_la-camel-sasl-gssapi.lo >> In file included from camel-sasl-gssapi.c:51: >> /usr/include/gssapi.h:3:2: warning: #warning "this file includes >> which is deprecated, use instead" >> camel-sasl-gssapi.c: In function 'gssapi_set_exception': >> camel-sasl-gssapi.c:157: error: implicit declaration of function >> 'error_message' >> camel-sasl-gssapi.c:157: warning: nested extern declaration of >> 'error_message' >> camel-sasl-gssapi.c:157: warning: assignment makes pointer from integer >> without a cast >> gmake[4]: *** [libcamel_provider_1_2_la-camel-sasl-gssapi.lo] Error 1 >> gmake[4]: Leaving directory >> `/usr/ports/databases/evolution-data-server/work/evolution-data-server-2.32.1/camel' >> >> gmake[3]: *** [all-recursive] Error 1 >> gmake[3]: Leaving directory >> `/usr/ports/databases/evolution-data-server/work/evolution-data-server-2.32.1/camel' >> >> gmake[2]: *** [all] Error 2 >> gmake[2]: Leaving directory >> `/usr/ports/databases/evolution-data-server/work/evolution-data-server-2.32.1/camel' >> >> gmake[1]: *** [all-recursive] Error 1 >> gmake[1]: Leaving directory >> `/usr/ports/databases/evolution-data-server/work/evolution-data-server-2.32.1' >> >> gmake: *** [all] Error 2 >> *** [do-build] Error code 1 >> >> Stop in /usr/ports/databases/evolution-data-server. >> *** [install] Error code 1 >> >> Stop in /usr/ports/databases/evolution-data-server. > > I had the same error here with 10.0-CURRENT (amd64). > > For me it helped to disable option 'kerberos' in make config of > databases/evolution-data-server (I don't need it). Probably there is a less > drastically solution. > > Hope this helps, > Rainer > Hi Rainer: Thank you for your suggestion. With kerberos option disabled it compiles successfully.