Re: Failing to compile a new kernel

2009-07-28 Thread Kent Stewart
On Tuesday 28 July 2009 11:08:57 am gula nito wrote:
> Hello, Im trying to compile a new kernel, but when I try to make it , I
> receive the following error:
> *
> ***Error code 1
>
> Stop in /usr/obj/usr/src/sys/TEST28JUL09.
> ***Error code 1
>
> Stop in /usr/src.
> ***Error code 1
>
> Stop in /usr/src.*
>
> The last "MAKE" that appears in the terminal was *"MAKE=make sh
> /usr/src/sys/conf/newvers.sh TEST28JUL09"*
>
> I adjunt the configuration file
>
> Thanks!

You have to include the actual error messages. The error 1 is just telling you 
that you had an error. You have scbus, da, and miibus, which are the most 
common errors that I see. I didn't see anything else. Post the error messages 
and maybe some one will see what you did wrong.

You should probably include a "uname -a".

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Failing to compile a new kernel

2009-07-28 Thread Lowell Gilbert
gula nito  writes:

> Hello, Im trying to compile a new kernel, but when I try to make it , I
> receive the following error:
> *
> ***Error code 1
>
> Stop in /usr/obj/usr/src/sys/TEST28JUL09.
> ***Error code 1
>
> Stop in /usr/src.
> ***Error code 1
>
> Stop in /usr/src.*

The actual error was a little higher up.

> The last "MAKE" that appears in the terminal was *"MAKE=make sh
> /usr/src/sys/conf/newvers.sh TEST28JUL09"*

First of all, you can usually stick with the GENERIC kernel unless you
need something particular.

If you are going to change it, then the approach you should take is to
make a few changes at a time.  That way, if the build fails, you can
reverse those changes and figure out what was wrong with them.

> I adjunt the configuration file

Looks like you included NFS_LOCKD without including NFS.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Failing to compile a new kernel

2009-07-28 Thread gula nito
Hello, Im trying to compile a new kernel, but when I try to make it , I
receive the following error:
*
***Error code 1

Stop in /usr/obj/usr/src/sys/TEST28JUL09.
***Error code 1

Stop in /usr/src.
***Error code 1

Stop in /usr/src.*

The last "MAKE" that appears in the terminal was *"MAKE=make sh
/usr/src/sys/conf/newvers.sh TEST28JUL09"*

I adjunt the configuration file

Thanks!


TEST28JUL09
Description: Binary data
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"