From owner-freebsd-questions@FreeBSD.ORG Wed Nov 21 16:09:20 2007 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 7F18916A419 for ; Wed, 21 Nov 2007 16:09:20 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.227]) by mx1.freebsd.org (Postfix) with ESMTP id 3244B13C46E for ; Wed, 21 Nov 2007 16:09:19 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so1540176qbd for ; Wed, 21 Nov 2007 08:09:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=GiexUP9SFZ3FbBl01BDLBv6KtmLgnZebwZPa+lwqQNI=; b=A3VHtumEU/xqL7XbTgq2PlnShhK235ac2tX5VFNT3t2ThHPE0vfHecLOH3FUMjRFsuuiQFXUVB2scrBJ54JqNnw+5s9y6fyJA4oz8KjCUvBVZ2v+G5cAMMP0bYYWZ22+Z3Ay2WqYuvrDaQta8huWKcRqGer7VgGhIUiTuPbOZlQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EDIpGs8wJu19/natvFlDyabUVUBYShPxNLwA/8pYRtByGeARv7eaRS8vz0kp35TUF13BEPZe5NI00Y1LUwgeOd7lDxBUCYYX8CSpmo1IdPk+XbGW4QMMR9urWpRoEV9CeOGFtLpjWOIEt4NwJ+KC9NHXBtFEHvpzY6HPw0ehDLI= Received: by 10.143.161.3 with SMTP id n3mr2032442wfo.1195661357377; Wed, 21 Nov 2007 08:09:17 -0800 (PST) Received: by 10.142.72.20 with HTTP; Wed, 21 Nov 2007 08:09:17 -0800 (PST) Message-ID: Date: Wed, 21 Nov 2007 08:09:17 -0800 From: "Kurt Buff" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Updating samba fails 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: Wed, 21 Nov 2007 16:09:20 -0000 router# uname -a FreeBSD router.zetron.com 6.2-STABLE FreeBSD 6.2-STABLE #0: Tue Sep 11 15:38:55 PDT 2007 root@zrouter.zetron.com:/usr/obj/usr/src/sys/SMP i386 Received a warning in my daily security report, so I used cvsup to fetch the latest ports tree this morning, and did a 'portupgrade -aRr', which errors out as shown below. What might I do to correct this? 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:1198: error: `flags' undeclared (first use in this function) The following command failed: cc -I. -I/usr/ports/net/samba3/work/samba-3.0.26a/source -O2 -fno-strict-aliasing -pipe -D_SAMBA_BUILD_=3 -I/usr/local/include -I/usr/ports/net/samba3/work/samba-3.0.26a/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.26a/source/lib -D_SAMBA_BUILD_=3 -fPIC -DPIC -c libsmb/clikrb5.c -o libsmb/clikrb5.o *** Error code 1 Stop in /usr/ports/net/samba3/work/samba-3.0.26a/source. *** Error code 1 Stop in /usr/ports/net/samba3. *** Error code 1 Stop in /usr/ports/net/samba3. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.54445.99 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=samba-3.0.26a_1,1 UPGRADE_PORT_VER=3.0.26a_1,1 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! net/samba3 (samba-3.0.26a_1,1) (compiler error) ---> Packages processed: 0 done, 121 ignored, 0 skipped and 1 failed