----- Original Message -----
From: "Bsd Neophyte" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED]
> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to