From owner-freebsd-questions@FreeBSD.ORG Thu Jan 29 02:28:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEBD71065670 for ; Thu, 29 Jan 2009 02:28:18 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from angel.comcen.com.au (angel.comcen.com.au [203.23.236.69]) by mx1.freebsd.org (Postfix) with ESMTP id B5CB78FC08 for ; Thu, 29 Jan 2009 02:28:18 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from [192.168.0.199] (unknown [202.172.126.254]) by angel.comcen.com.au (Postfix) with ESMTP id 56C175C2EDE3 for ; Thu, 29 Jan 2009 13:29:40 +1100 (EST) From: Da Rock To: freebsd-questions@freebsd.org In-Reply-To: <4d7dd86f0901281722l64eb2339k639263811d39a526@mail.gmail.com> References: <1233015690.41990.28.camel@laptop1.herveybayaustralia.com.au> <4d7dd86f0901281722l64eb2339k639263811d39a526@mail.gmail.com> Content-Type: text/plain Date: Thu, 29 Jan 2009 12:27:55 +1000 Message-Id: <1233196075.1216.14.camel@laptop2.herveybayaustralia.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: net/samba-libsmbclient fails build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2009 02:28:19 -0000 On Thu, 2009-01-29 at 12:22 +1100, David N wrote: > 2009/1/27 Da Rock : > > I get the following error in this build (make, make install clean): > > > > In file included from libsmb/libsmbclient.c:25: > > include/includes.h:1112: error: conflicting types for > > 'krb5_set_real_time' > > /usr/local/include/krb5-protos.h:3486: error: previous declaration of > > 'krb5_set_real_time' was here > > > > I was considering debugging this myself and submitting it to you guys > > here, but then I looked closer... my question is now where do I submit > > this kind of info? If not here then let me know where. > > > > Cheers > > > > FreeBSD laptop1.herveybayaustralia.com.au 7.1-RELEASE-p2 FreeBSD > > 7.1-RELEASE-p2 #0: Thu Jan 15 16:27:55 EST 2009 > > xxxxxxxxxx@laptop1.herveybayaustralia.com.au:/usr/obj/usr/src/sys/GENERIC amd64 > > > > > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > > > try rebuilding it with > KRB5_HOME=/usr/local > > i think you need to do a make clean first and then do > make install KRB5_HOME=/usr/local NG. This is failing during portupgrade.