I learned to use diff recently, so that I could submit a patch with a pr. It's handy.
On 11/9/05, Steve Bertrand <[EMAIL PROTECTED]> wrote: > > > > > While compiling a fresh kernel for a 5.4 system cvsup-ed as > > > per today > > > > the build process ran into a stop with the exact messages below. > > > > Please note that "make buildworld" completed without any > > > errors only > > > > "make buildkernel kernconf=EJ-SMP" died. > > > > > > > > Also tried to cleanup everything (i.e. remove /usr/obj/* > > as per the > > > > Handbook) and starting a fresh "make buildworld" followed > > by "make > > > > buildkernel" but the errors remained. > > > > > > My email from earlier with the subject: > > > > > > "viapm module failing during buildkernel" > > > > > > will confirm that this is two of us experiencing the EXACT > > same issue. > > > > > > I haven't found a workaround yet. My next try will be disabling SMP > > > support. I'll let you know if this works or not. Otherwise, > > I'm on the > > > hunt for how to disable building of this module. > > > > Here is what I am trying now (please disregard wrap). > > > > # rm -rvf > > /usr/obj/usr/src/sys/SQL/modules/usr/src/sys/modules/i2c/contr > > ollers/via > > pm > > > > # cd /usr/src/sys/modules/i2c/controllers > > # mv viapm /home/steve/usr.src.sys.modules.i2c.controllers.viapm > > > > # ee Makefile > > ...then I deleted the viapm entry under SUBDIR, and saved the file > > > > # cd /usr/src > > # make buildkernel > > > > I know that moving the directory was probably redundant, but > > nonetheless...it's running now. I'll post back with findings. > > After doing the above: > > -------------------------------------------------------------- > >>> Kernel build for SQL completed on Wed Nov 9 11:47:15 EST 2005 > -------------------------------------------------------------- > > [1] Done make buildkernel KERNCONF=SQL > > ..now, I am going to install it. However, this is going to be a great > time for me to get more familiar with diff, and compare source from > previous version to find out what exactly broke. > > Steve > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
