Re: Kernel not compiling

2006-05-02 Thread Kris Kennaway
On Tue, May 02, 2006 at 08:07:23AM -0700, Steve Davidson wrote:
> Here are the last few lines from the kernel build output:
> /usr/src/sys/netinet/ip_output.c: In function `ip_ctloutput':
> /usr/src/sys/netinet/ip_output.c:1550: internal compiler error: in
> expand_stmt, at c-semantics.c:883
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See http://gcc.gnu.org/bugs.html> for instructions.
> *** Error code 1

You probably have hardware failure.  See the FAQ.

Kris


pgphp8Kak2Pj8.pgp
Description: PGP signature


Re: Kernel not compiling

2006-05-02 Thread Donald J. O'Neill
On Tuesday 02 May 2006 10:07, Steve Davidson wrote:
> Here are the last few lines from the kernel build output:
> /usr/src/sys/netinet/ip_output.c: In function `ip_ctloutput':
> /usr/src/sys/netinet/ip_output.c:1550: internal compiler error: in
> expand_stmt, at c-semantics.c:883
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See http://gcc.gnu.org/bugs.html> for instructions.
> *** Error code 1
>
> Stop in /usr/obj/usr/src/sys/ROBAIX.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> On 5/1/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> > On Mon, May 01, 2006 at 05:48:52PM -0400, Bill Moran wrote:
> > > On Mon, 1 May 2006 14:38:37 -0700
> > >
> > > "Steve Davidson" <[EMAIL PROTECTED]> wrote:
> > > > Greetings,
> > > > I recently installed FreeBSD 6_0 and after building a custom
> > > > kernel it failed to compile. I saved the output from make
> > > > kernel KERNCONF=CUSTOMKERNELbut it is so long I wasn't sure if
> > > > posting here was such a good idea.
> > > > Forgive as I am relatively new to FreeBSD, should I be posting
> > > > to a different list? The only error I see from the output is
> > > > "error type
> >
> > 1". Any
> >
> > > > help or a point in the right direction would be most
> > > > appreciated
> > >
> > > This is the right list.  Generally, posting the last 100 lines or
> > > so of the output will be enough for people to help you.  If folks
> > > need more information, they'll ask you for it.  I recommend using
> > > the script(1) command to capture everything, then truncated to to
> > > just the last 100 lines or so when you email it.
> >
> > First go back and compare your custom kernel to GENERIC: chances
> > are you removed something mandatory and broke the build that way.
> >
> > Kris
>
> --
> Steve
> Macs, Music and more
> ___

What you sent doesn't help at all. The last 100 lines or so would have 
told more. Send that.

Also send your /etc/make.conf and your custom_KERN-conf. Just paste them 
right into the e-mail. 

Just what was the procedure you used.

Don

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


Re: Kernel not compiling

2006-05-02 Thread Steve Davidson

Here are the last few lines from the kernel build output:
/usr/src/sys/netinet/ip_output.c: In function `ip_ctloutput':
/usr/src/sys/netinet/ip_output.c:1550: internal compiler error: in
expand_stmt, at c-semantics.c:883
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
*** Error code 1

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

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

On 5/1/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:


On Mon, May 01, 2006 at 05:48:52PM -0400, Bill Moran wrote:
> On Mon, 1 May 2006 14:38:37 -0700
> "Steve Davidson" <[EMAIL PROTECTED]> wrote:
>
> > Greetings,
> > I recently installed FreeBSD 6_0 and after building a custom kernel it
> > failed to compile. I saved the output from make kernel
> > KERNCONF=CUSTOMKERNELbut it is so long I wasn't sure if posting here
> > was such a good idea.
> > Forgive as I am relatively new to FreeBSD, should I be posting to a
> > different list? The only error I see from the output is "error type
1". Any
> > help or a point in the right direction would be most appreciated
>
> This is the right list.  Generally, posting the last 100 lines or so
> of the output will be enough for people to help you.  If folks need
> more information, they'll ask you for it.  I recommend using the
> script(1) command to capture everything, then truncated to to just
> the last 100 lines or so when you email it.

First go back and compare your custom kernel to GENERIC: chances are
you removed something mandatory and broke the build that way.

Kris






--
Steve
Macs, Music and more
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Kernel not compiling

2006-05-01 Thread Kris Kennaway
On Mon, May 01, 2006 at 05:48:52PM -0400, Bill Moran wrote:
> On Mon, 1 May 2006 14:38:37 -0700
> "Steve Davidson" <[EMAIL PROTECTED]> wrote:
> 
> > Greetings,
> > I recently installed FreeBSD 6_0 and after building a custom kernel it
> > failed to compile. I saved the output from make kernel
> > KERNCONF=CUSTOMKERNELbut it is so long I wasn't sure if posting here
> > was such a good idea.
> > Forgive as I am relatively new to FreeBSD, should I be posting to a
> > different list? The only error I see from the output is "error type 1". Any
> > help or a point in the right direction would be most appreciated
> 
> This is the right list.  Generally, posting the last 100 lines or so
> of the output will be enough for people to help you.  If folks need
> more information, they'll ask you for it.  I recommend using the
> script(1) command to capture everything, then truncated to to just
> the last 100 lines or so when you email it.

First go back and compare your custom kernel to GENERIC: chances are
you removed something mandatory and broke the build that way.

Kris


pgp4gtawmyfDH.pgp
Description: PGP signature


Re: Kernel not compiling

2006-05-01 Thread Bill Moran
On Mon, 1 May 2006 14:38:37 -0700
"Steve Davidson" <[EMAIL PROTECTED]> wrote:

> Greetings,
> I recently installed FreeBSD 6_0 and after building a custom kernel it
> failed to compile. I saved the output from make kernel
> KERNCONF=CUSTOMKERNELbut it is so long I wasn't sure if posting here
> was such a good idea.
> Forgive as I am relatively new to FreeBSD, should I be posting to a
> different list? The only error I see from the output is "error type 1". Any
> help or a point in the right direction would be most appreciated

This is the right list.  Generally, posting the last 100 lines or so
of the output will be enough for people to help you.  If folks need
more information, they'll ask you for it.  I recommend using the
script(1) command to capture everything, then truncated to to just
the last 100 lines or so when you email it.

-- 
Bill Moran
Collaborative Fusion Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Kernel not compiling

2006-05-01 Thread Steve Davidson

Greetings,
I recently installed FreeBSD 6_0 and after building a custom kernel it
failed to compile. I saved the output from make kernel
KERNCONF=CUSTOMKERNELbut it is so long I wasn't sure if posting here
was such a good idea.
Forgive as I am relatively new to FreeBSD, should I be posting to a
different list? The only error I see from the output is "error type 1". Any
help or a point in the right direction would be most appreciated

--
Steve
Macs, Music and more
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"