Subject: Re: build failed
To: TAKEMURA Shin <takemura@sm.sony.co.jp>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 04/23/2001 12:04:38
On Mon, Apr 23, 2001 at 10:30:14AM +0900, TAKEMURA Shin wrote:
> I get many errors like below on latest updated source code and snapshot
> (ftp://ftp.netbsd.org/pub/NetBSD/arch/i386/snapshot/20010407-1.5T).
> 
> asn1_err.h has been generated in /home/foo/src/lib/libasn1.
> 
> What should I do?
> 
> # make distclean
> # make obj

Did this bit actually work? (Just guessing but wondering about effect of
/home/foo != /usr, and the bit in  /usr/share/mk/bsd.README about

BSDSRCDIR       The real path to the system sources, so that 'make obj'
                will work correctly. [/usr/src]

BSDOBJDIR       The real path to the system 'obj' tree, so that 'make obj'
                will work correctly. [/usr/obj]
)

Cheers,

Patrick