From owner-freebsd-current@FreeBSD.ORG Thu Jun 11 15:34:42 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DEBF106564A for ; Thu, 11 Jun 2009 15:34:42 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 128318FC23 for ; Thu, 11 Jun 2009 15:34:41 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aj8JAIzAMEqDaFvK/2dsb2JhbACOQgHBdYQKBQ X-IronPort-AV: E=Sophos;i="4.42,203,1243828800"; d="scan'208";a="38158168" Received: from fraser.cs.uoguelph.ca ([131.104.91.202]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 11 Jun 2009 11:34:41 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by fraser.cs.uoguelph.ca (Postfix) with ESMTP id 3F5BF109C2AA for ; Thu, 11 Jun 2009 11:34:41 -0400 (EDT) X-Virus-Scanned: amavisd-new at fraser.cs.uoguelph.ca Received: from fraser.cs.uoguelph.ca ([127.0.0.1]) by localhost (fraser.cs.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CgyJf-KUUWXR for ; Thu, 11 Jun 2009 11:34:40 -0400 (EDT) Received: from muncher.cs.uoguelph.ca (muncher.cs.uoguelph.ca [131.104.91.102]) by fraser.cs.uoguelph.ca (Postfix) with ESMTP id 9C736109C2A8 for ; Thu, 11 Jun 2009 11:34:38 -0400 (EDT) Received: from localhost (rmacklem@localhost) by muncher.cs.uoguelph.ca (8.11.7p3+Sun/8.11.6) with ESMTP id n5BFaBP06944 for ; Thu, 11 Jun 2009 11:36:11 -0400 (EDT) X-Authentication-Warning: muncher.cs.uoguelph.ca: rmacklem owned process doing -bs Date: Thu, 11 Jun 2009 11:36:11 -0400 (EDT) From: Rick Macklem X-X-Sender: rmacklem@muncher.cs.uoguelph.ca To: freebsd-current@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: kgssapi won't build, I need prison help X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2009 15:34:42 -0000 No, I know how to get thrown in prison:-), but I don't know what "prison" should be used by the rpcsec_gss server (options KGSSAPI). options KGSSAPI doesn't build right now. One place is just in need of jail.h, but in another, it still uses "hostid". I assume this should become pr_hostid, but for what "prison"? (would prison0.pr_host be ok?) Thanks in advance for any help, rick --- build failure, in case you're interested --- cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I../../.. -I../../../contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror ../../../rpc/rpcsec_gss/svc_rpcsec_gss.c ../../../rpc/rpcsec_gss/svc_rpcsec_gss.c: In function 'svc_rpc_gss_find_client': ../../../rpc/rpcsec_gss/svc_rpcsec_gss.c:511: error: 'hostid' undeclared (first use in this function) ../../../rpc/rpcsec_gss/svc_rpcsec_gss.c:511: error: (Each undeclared identifier is reported only once ../../../rpc/rpcsec_gss/svc_rpcsec_gss.c:511: error: for each function it appears in.) ../../../rpc/rpcsec_gss/svc_rpcsec_gss.c: In function 'svc_rpc_gss_create_client': ../../../rpc/rpcsec_gss/svc_rpcsec_gss.c:546: error: 'hostid' undeclared (first use in this function)