Date: Wed, 29 Jan 2003 07:57:24 +0200 From: "Ian Barnes" <ian@cerebellum.za.net> To: "Bsd Neophyte" <bsdneophyte@yahoo.com> Cc: <questions@freebsd.org> Subject: Re: errors in 'make buildworld' Message-ID: <000b01c2c75b$5819c370$0100a8c0@aserver> References: <20030129055536.61083.qmail@web20106.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: "Bsd Neophyte" <bsdneophyte@yahoo.com> To: <freebsd-questions@FreeBSD.ORG> Sent: Wednesday, January 29, 2003 7:55 AM Subject: errors in 'make buildworld' > > > I'm getting the following error in the "make buildworld" portion of > rebuilding my kernel: > > -------- > mkdep -f .depend -a /usr/src/usr.bin/jot/jot.c > echo jot: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend > ===> usr.bin/kdump > sh /usr/src/usr.bin/kdump/mkioctls /usr/obj/usr/src/i386/usr/include > > ioctl.c > > > Logged out by the system. > *** Signal 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > ------------ > > I never had this problem before. Can someone help me resolve it? > > Any and all help will be appreciated. > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Hi, If you rebuilding your kernel, why are you typing make buildworld? for a kernel recompile you should type: make depend, make, and make install (and make clean), but not make buildworld. Ian 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?000b01c2c75b$5819c370$0100a8c0>