Subject: Re: 1.6.2 -> current: /usr/include/kerberosIV/kafs.h
To: Jun-ichiro itojun Hagino <itojun@itojun.org>
From: James Chacon <jmc@NetBSD.org>
List: tech-userlevel
Date: 03/03/2004 10:20:33
On Wed, Mar 03, 2004 at 01:07:38PM +0900, Jun-ichiro itojun Hagino wrote:
> > On Wed, Mar 03, 2004 at 08:05:21AM +0900, Jun-ichiro itojun Hagino wrote:
> > > 	other hickup i've experienced were (not related to DESTDIR i believe):
> > > 	- gnu/usr.bin/gcc3 compilation fails with 1.6.2 /usr/bin/cc no matter
> > > 	  what i tried
> > 
> > I have zero issues building -current from a stock 1.6.2 install (just did it).
> > 
> > How are you building? What options and what arch are you hosting from (and what
> > arch are you trying to build?)
> 
> 	i386 on i386.  i tried
> 	- make build
> 	- sh build.sh -E -D / -T /usr/tools build

There's your problem. Using / as your DESTDIR isn't guarentee'd to work as
you'll possibly run into conflicts with the current system's setup. Use a real
DESTDIR and don't set -E and I'll guarentee it'll work.

> 	- manually "make dependall" under gnu/usr.bin/gcc3
> 	and all fails under gcc3/backend.

James