From owner-freebsd-questions Wed Mar 5 2:14:33 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A088737B401 for ; Wed, 5 Mar 2003 02:14:31 -0800 (PST) Received: from man-97-187.ResHall.Berkeley.EDU (man-97-187.Reshall.Berkeley.EDU [169.229.97.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD5643F3F for ; Wed, 5 Mar 2003 02:14:30 -0800 (PST) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Received: from localhost (lou@localhost) by man-97-187.ResHall.Berkeley.EDU (8.11.1/8.11.1) with ESMTP id h25AFC606510; Wed, 5 Mar 2003 02:15:13 -0800 (PST) (envelope-from lou@man-97-187.ResHall.Berkeley.EDU) Date: Wed, 5 Mar 2003 02:15:12 -0800 (PST) From: Tak Pui LOU To: Kris Kennaway Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CODA 5.3.20 compilation under FreeBSD 5 (stat structure problem) In-Reply-To: <20030305084325.GC96032@rot13.obsecurity.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Kris, Do we need to recompile the kernel with "options CODA" and preload the module by changing /boot/loader.conf in FBSD R5? BTW, although it is off topics, what is the different between loading vinum from module than starting it from rc.conf? I was trying to map my root disk to a vinum subdisk but failed. I don't want to change it now. I suspect that it would have worked if I loaded the vinum module rather than started vinum from rc.conf. --- Lou On Wed, 5 Mar 2003, Kris Kennaway wrote: > On Tue, Mar 04, 2003 at 08:04:20PM -0800, Tak Pui LOU wrote: > > Greetings All, > > > > I am trying to compile CODA 5.3.20 on FreeBSD Release 5. The compilation > > stopped when it tries to compile coda-5.3.20/coda-src/venus/vproc.cc in > > which VattrToStat (line 787) try to do the following: > > > > sp->st_qspare[0] = 0; > > sp->st_qspare[1] = 0; > > > > And, I look into the stat.h in FBSD 5, the struct of stat has changed and > > it no longer has st_qspare in it. > > > > What can I do to get around with this? > > Apply the patches in PR ports/48830. I'm just in the process of > testing and committing this. > > Kris > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message