Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 1999 20:01:08 -0800 (PST)
From:      Chris Timmons <skynyrd@opus.cts.cwu.edu>
To:        Andrew Kenneth Milton <akm@zeus.theinternet.com.au>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Buildworld fails in chpass
Message-ID:  <Pine.BSF.3.96.990101195839.16244A-100000@opus.cts.cwu.edu>
In-Reply-To: <199901020355.NAA19030@zeus.theinternet.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help

It looks like the abscence of yppasswd_private.h is the problem, and
according to my system, the only place you would find that would be in
your object tree (i.e. it is created by the build process.)

% locate yppasswd_private.h
/usr/obj/elf/usr/src/usr.bin/chpass/yppasswd_private.h
/usr/obj/elf/usr/src/usr.bin/passwd/yppasswd_private.h
/usr/obj/elf/usr/src/usr.sbin/rpc.yppasswdd/yppasswd_private.h


Why don't you completely blast /usr/obj and then try buildworld again.  I
suppose it could be some other problem if you are trying on an aout
system, but for now let's just try starting from scratch with a clean
/usr/obj and a plain, 'make buildworld'... 

-Chris


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990101195839.16244A-100000>