From owner-freebsd-ports@FreeBSD.ORG Fri Jun 15 12:39:04 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 D793E16A46C for ; Fri, 15 Jun 2007 12:39:04 +0000 (UTC) (envelope-from M.Keith.Thompson.ctr@hurlburt.af.mil) Received: from shepherd2.hurlburt.af.mil (shepherd2.hurlburt.af.mil [151.166.15.122]) by mx1.freebsd.org (Postfix) with ESMTP id 815A013C46A for ; Fri, 15 Jun 2007 12:39:04 +0000 (UTC) (envelope-from M.Keith.Thompson.ctr@hurlburt.af.mil) Received: from HRT-CS-ML12.hurlburt.afsoc.ds.af.mil (hrt-cs-ml12.hurlburt.afsoc.ds.af.mil [151.166.24.73]) by shepherd2.hurlburt.af.mil with ESMTP id l5FCd3Ij029651 for ; Fri, 15 Jun 2007 12:39:03 GMT Received: from HRT-CS-ML05V.hurlburt.afsoc.ds.af.mil ([151.166.24.27]) by HRT-CS-ML12.hurlburt.afsoc.ds.af.mil with Microsoft SMTPSVC(6.0.3790.1830); Fri, 15 Jun 2007 07:39:03 -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: Fri, 15 Jun 2007 07:39:03 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Samba still broken Thread-Index: AcevSif8zpnqwVggRkKm/yqD08nEVQ== From: "Thompson, M K Mr CTR USAF 1SOCS/SCBB" To: X-OriginalArrivalTime: 15 Jun 2007 12:39:03.0826 (UTC) FILETIME=[28151720:01C7AF4A] Subject: Samba still broken 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: Fri, 15 Jun 2007 12:39:04 -0000 Thanks for updating the port so quickly. I update my ports and received the following new files: Edit ports/net/samba-libsmbclient/Makefile Edit ports/net/samba-libsmbclient/Makefile.inc Edit ports/net/samba-libsmbclient/pkg-plist However, it still dies at the same place. Compiling libsmb/clikrb5.c libsmb/clikrb5.c: In function `krb5_set_real_time': libsmb/clikrb5.c:128: error: dereferencing pointer to incomplete type libsmb/clikrb5.c:129: error: dereferencing pointer to incomplete type libsmb/clikrb5.c: In function `create_kerberos_key_from_string_direct': libsmb/clikrb5.c:213: error: syntax error before "salt" libsmb/clikrb5.c:215: error: `salt' undeclared (first use in this function) libsmb/clikrb5.c:215: error: (Each undeclared identifier is reported only once libsmb/clikrb5.c:215: error: for each function it appears in.) libsmb/clikrb5.c: In function `smb_krb5_renew_ticket': libsmb/clikrb5.c:1161: error: syntax error before "flags" libsmb/clikrb5.c:1163: error: `krb5_realm' undeclared (first use in this function) libsmb/clikrb5.c:1163: error: `client_realm' undeclared (first use in this function) libsmb/clikrb5.c:1194: error: `flags' undeclared (first use in this function) The following command failed: cc -I. -I/usr/ports/net/samba3/work/samba-3.0.25a/source -O2 -fno-strict-aliasing -pipe -D_SAMBA_BUILD_=3D3 -I/usr/ports/net/samba3/work/samba-3.0.25a/source/iniparser/src -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./tdb/include -I./libaddns -I./librpc -DHAVE_CONFIG_H -I/usr/local/include -DLDAP_DEPRECATED -I/usr/ports/net/samba3/work/samba-3.0.25a/source/lib = -D_SAMBA_BUILD_=3D3 -fPIC -DPIC -c libsmb/clikrb5.c -o libsmb/clikrb5.o *** Error code 1 Stop in /usr/ports/net/samba3/work/samba-3.0.25a/source. *** Error code 1 Stop in /usr/ports/net/samba3.