Chris Pressey wrote: > > On Wed, 30 Oct 2002 23:41:49 +0200 > Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > > > On 2002-10-29 19:26, Chris Pressey <[EMAIL PROTECTED]> wrote: > > > On Tue, 29 Oct 2002 14:28:39 +0000 > > > Matthew Seaman <[EMAIL PROTECTED]> wrote: > > > > I think what has happened is that one or more of the Makefiles in > > > > the src tree hasn't been updated properly, possibly because cvsup(1) > > > > doesn't think it owns the file. Try doing what the cvsup FAQ says, > > > > and running an update with the 'list=cvs:RELENG_4' added to the > > > > supfile. > > > > > > > > With any luck you should see updates to files matching '*.mk' and > > > > 'Makefile*', and then the build will succeed. > > > > > > Unfortunately, no luck there. No Makefile-type files were updated. > > > So, I toasted my *entire* source tree (including the 'checkouts' > > > files) and grabbed it all anew, tried rebuilding the world... and > > > got the same error. > > > > To start with as clean an environment as possible for a buildworld you > > really have to do more than that: > > > > + Remove everything under /usr/obj. > > > > # chflags -R noschg /usr/obj > > # rm -fr /usr/obj/* > > I did this step a couple of days ago, just before my first post to this > list. To be on the safe side, I did it again before the most recent > attempt. > > > + CVSup your sources. > > I did this step yesterday. > > > + Start a new buildworld. Avoid using -DNOCLEAN or similar flags. > > I've done this now with NO_OPENSSH=true in make.conf, but I *still* get > errors!
I had the exact same results when I tried NO_OPENSSH=true. Kernel wouldn't compile. Seems like kernel is broken with NO_OPENSSH=true. Compile with OPENSSH and use sshd_program="/usr/local/sbin/sshd" at ur rc.conf if you are trying to use the new sshd. U will also need to change the PATH so that /usr/local/..... comes first. Its not the proper way but still, its a workaround. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
