From owner-freebsd-questions@FreeBSD.ORG Thu Apr 9 19:00:44 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 4BEC710656FA for ; Thu, 9 Apr 2009 19:00:44 +0000 (UTC) (envelope-from Ggatten@waddell.com) Received: from mailhost0.waddell.com (mailhost0.waddell.com [12.154.38.61]) by mx1.freebsd.org (Postfix) with ESMTP id 15D9B8FC21 for ; Thu, 9 Apr 2009 19:00:43 +0000 (UTC) (envelope-from Ggatten@waddell.com) Received: from mailhost2.waddell.com (mailhost2.waddell.com [10.1.10.30]) by mailhost0.waddell.com (8.13.8/8.13.8) with ESMTP id n39J0Spa019980; Thu, 9 Apr 2009 14:00:38 -0500 (CDT) (envelope-from Ggatten@waddell.com) Received: from mailhost2.waddell.com (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 0FA0C5F9BB; Thu, 9 Apr 2009 14:00:28 -0500 (CDT) Received: from wadpexf0.waddell.com (wadpexf0.waddell.com [192.168.204.24]) by mailhost2.waddell.com (Postfix) with ESMTP id E8CE25F9B9; Thu, 9 Apr 2009 14:00:27 -0500 (CDT) Received: from WADPEXV0.waddell.com ([192.168.204.25]) by wadpexf0.waddell.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 9 Apr 2009 14:00:27 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 9 Apr 2009 13:59:56 -0500 Message-ID: <70C0964126D66F458E688618E1CD008A0793E95E@WADPEXV0.waddell.com> In-Reply-To: <33DDA874-7A10-4B50-B97E-37356758ED2F@mac.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: make install krb5 conflict with heimdal Thread-Index: Acm5RJB2CwNeMGnfTPC6dfOE1cr40gAAI5Qw References: <49DCA9E0.6000109@zedat.fu-berlin.de> <49DD0A57.7020701@freebsd.org> <49DE28D8.1020508@mail.zedat.fu-berlin.de> <70C0964126D66F458E688618E1CD008A0793E957@WADPEXV0.waddell.com> <20090409134659.58922787@att.net> <70C0964126D66F458E688618E1CD008A0793E95A@WADPEXV0.waddell.com> <70C0964126D66F458E688618E1CD008A0793E95C@WADPEXV0.waddell.com> <33DDA874-7A10-4B50-B97E-37356758ED2F@mac.com> From: "Gary Gatten" To: "Chuck Swiger" X-OriginalArrivalTime: 09 Apr 2009 19:00:27.0734 (UTC) FILETIME=[723E5760:01C9B945] Cc: freebsd-questions@freebsd.org Subject: RE: make install krb5 conflict with heimdal 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, 09 Apr 2009 19:00:45 -0000 -----Original Message----- From: Chuck Swiger [mailto:cswiger@mac.com]=20 Sent: Thursday, April 09, 2009 1:53 PM To: Gary Gatten Cc: freebsd-questions@freebsd.org Subject: Re: make install krb5 conflict with heimdal On Apr 9, 2009, at 11:29 AM, Gary Gatten wrote: > This actually makes a little sense - thanks for the pointers! > > G > > BTW: Is top posting bad? I prefer top posts, but if the list doesn't > like it I'll change. I'll find the rules and read them! Top posting is widely considered bad on the FreeBSD lists, yes. Note that Kerberos is a complicated, many-headed beast and not just in=20= =20 the mythological sense. You might have an easier time if you choose=20=20 which flavor you want to use, and then maybe add WITH_KERBEROS=3Dyes and/= =20 or WITH_HEIMDAL=3Dyes to /etc/make.conf, before firing off the tree of=20= =20 builds-- that will help the various ports and options screens figure=20=20 out which one you wanted to use more consistently. However, it looks like Samba is looking for HEIMDAL_HOME or KRB5_HOME=20=20 to be defined instead of using the standard WITH_ flags; arguably, the=20= =20 port maintainer dwcjr@ should be checking the WITH_ flags instead. Regards, --=20 -Chuck OK, no more top posting. Got past the krb5 build and back to SAMBA with a new error in clikrb5.c. Time to try a package again! libsmb/clikrb5.c: In function `krb5_set_real_time': libsmb/clikrb5.c:132: error: dereferencing pointer to incomplete type libsmb/clikrb5.c:133: error: dereferencing pointer to incomplete type libsmb/clikrb5.c: In function `create_kerberos_key_from_string_direct': libsmb/clikrb5.c:244: error: syntax error before "salt" libsmb/clikrb5.c:246: error: `salt' undeclared (first use in this function) libsmb/clikrb5.c:246: error: (Each undeclared identifier is reported only once libsmb/clikrb5.c:246: error: for each function it appears in.) libsmb/clikrb5.c: In function `smb_krb5_renew_ticket': libsmb/clikrb5.c:1301: error: syntax error before "flags" libsmb/clikrb5.c:1302: error: `krb5_realm' undeclared (first use in this function) libsmb/clikrb5.c:1302: error: `client_realm' undeclared (first use in this function) libsmb/clikrb5.c:1327: error: `flags' undeclared (first use in this function) The following command failed: cc -I. -I/usr/ports/net/samba33/samba33/work/samba-3.3.3/source -I/usr/ports/net/samba33/samba33/work/samba-3.3.3/source/iniparser/src -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -DHAVE_CONFIG_H -I/usr/local/include -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt -I/usr/local/include -DLDAP_DEPRECATED -O2 -fno-strict-aliasing -pipe -DLDAP_DEPRECATED -O -D_SAMBA_BUILD_=3D3 -I/usr/local/include -I/usr/ports/net/samba33/samba33/work/samba-3.3.3/source/lib -D_SAMBA_BUILD_=3D3 -fPIC -DPIC -c libsmb/clikrb5.c -o libsmb/clikrb5.o gmake: *** [libsmb/clikrb5.o] Error 1 *** Error code 2 Stop in /usr/ports/net/samba33/samba33. *** Error code 1 Stop in /usr/ports/net/samba33/samba33. *** Error code 1 Stop in /usr/ports/net/samba33/samba33. wanmon1#
"This email is intended to be reviewed by only the intended recipient and may contain information that is privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any review, use, dissemination, disclosure or copying of this email and its attachments, if any, is strictly prohibited. If you have received this email in error, please immediately notify the sender by return email and delete this email from your system."