Date: Tue, 05 Sep 2000 12:42:40 -0400 From: "Andresen,Jason R." <jandrese@mitre.org> To: cyber@colis.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: cant make buildkernel Message-ID: <39B52280.7FF1BA82@mitre.org> References: <00090411012300.60663@www.runapplications.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Gary Smith wrote: > > I have been tracking stable for a while without incident but since the last 2 > weeks, after a cvsup and a make buildworld, make buildkernel fails with " make: > dont know how to make /usr/src/sys/ufs/ffs/ffs_softdep.c. Stop " > > Any ideas as to why this happens ? my last cvsup was yesterday. > The softupdates code was merged with current (the licence issues were resolved I guess), so when you cvsupped the system copied the updated ffs_softdep.c on your existing symlink, then deleted the target the symlink pointed to, leaving you with a dangling symlink. Delete those symlinks (ffs_softdep.c and softdep.h IIRC) and try cvsupping again. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39B52280.7FF1BA82>