Date: Sat, 30 Sep 2000 12:01:22 -0700 From: Kent Stewart <kstewart@urx.com> To: Mark Ovens <marko@FreeBSD.ORG> Cc: marcd@internode.on.net, freebsd-questions@FreeBSD.ORG Subject: Re: Problem building kernel (4.1S to 4.1.1) Message-ID: <39D63882.A7E00F1A@urx.com> References: <XFMail.000930124250.marcd@internode.on.net> <39D560F4.654A39A4@urx.com> <20000930131144.A252@parish>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Ovens wrote: > > On Fri, Sep 29, 2000 at 08:41:40PM -0700, Kent Stewart wrote: > > > > > > marcd@internode.on.net wrote: > > > > > > Hi > > > > > > I'm currnently running 4.1 Stable on my system and am trying to upgrade to > > > 4.1. > > > > > > I CVS'ed my sources Sept 27, I can go succesfull build the sources except > > > for the kernel. (using make buildworld) but then I try and build the kernel > > > it dies. When I try and manually build the kernel (i.e config, make depend, > > > make etc) it dies with the following > > > > You have already deviated from the methods specified in > > /usr/src/UPDATING. Try doing a buildkernel sequence instead of the > > config method. > > > > Is this not caused by /usr/src/sys/ufs/ffs/ffs_softdep{,_stub}.c not being > changed to real files rather than symlinks and the users source tree not > being updated correctly? I thought the links caused a cvsup error and should have been caught there. Then, I came to the same links conclusion about 0130 last night. I finally got a build out of CodeCrusader (the make files barely work and that is being kind) and looked at the error messages differently for a change. The license change to softdeps (softupdates) and the side effects it produced is something you don't see viewing the files history on http://www.freebsd.org/cgi/cvsweb.cgi/. In hind sight, a comment on the links probably should have been included in the cvs-log when the license text was changed. It is only 3 months later and we are starting to forget about the side effects. I've been keeping copies of my cvsup logs as cvsup-"date".log and started at one point to use the cvsup.log browsing tools from Polestr's tarball that you pointed out. I never did find all of the files you directed me to and ended up downloading Ben's cvsuplog. I finally figured out recently that it had everything built-in that I had been doing manually. I just need to write a shell script that runs cvsuplog and automatically adds a timestamp to the html output filename. In the end, I think all of the scripts would save me from having to do a locate and then use cvsweb.cgi, which makes it vastly easier to follow the -stable changes. Kent > > > Kent > > > > > > > > al.h -elf -mpreferred-stack-boundary=2 vers.c > > > linking kernel > > > ffs_softdep.o: In function `softdep_flushfiles': > > > ffs_softdep.o(.text+0x607): undefined reference to `ffs_flushfiles' > > > ffs_softdep.o(.text+0x6d6): undefined reference to `ffs_flushfiles' > > > ffs_softdep.o: In function `handle_workitem_freefrag': > > > ffs_softdep.o(.text+0x1265): undefined reference to `ffs_blkfree' > > > ffs_softdep.o: In function `handle_workitem_freeblocks': > > > ffs_softdep.o(.text+0x1ef4): undefined reference to `ffs_blkfree' > > > ffs_softdep.o(.text+0x1f6a): undefined reference to `ffs_blkfree' > > > ffs_softdep.o: In function `indir_trunc': > > > ffs_softdep.o(.text+0x210b): undefined reference to `ffs_blkfree' > > > ffs_softdep.o: In function `handle_workitem_freefile': > > > ffs_softdep.o(.text+0x2e0e): undefined reference to `ffs_freefile' > > > *** Error code 1 > > > > > > Stop in /develop/src/sys/compile/ZEN. > > > > > > Thankx in Advance > > > > > > Marc > > > > > > ---------------------------------- > > > E-Mail: marcd@internode.on.net > > > Date: 30-Sep-00 > > > Time: 12:38:44 > > > ---------------------------------- > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > > Kent Stewart > > Richland, WA > > > > mailto:kbstew99@hotmail.com > > http://kstewart.urx.com/kstewart/index.html > > FreeBSD News http://daily.daemonnews.org/ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > 4.4 - The number of the Beastie > ________________________________________________________________ > 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org > 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark > mailto:marko@freebsd.org http://www.radan.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39D63882.A7E00F1A>