Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Idar Tollefsen
Alexander Soldatov wrote: That's the full output of 'make' command: [...] -boundary=2 -ffreestanding -Werror ../../../net/if_gif.c ..and -Werror is in effect: -Werror Treat warnings as errors; abort compilation after any warning. As I said, try setting NO_WERROR= yes in make.conf. - IT

Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Kris Kennaway
On Wed, May 11, 2005 at 11:02:58AM +0200, Idar Tollefsen wrote: Alexander Soldatov wrote: That's the full output of 'make' command: [...] -boundary=2 -ffreestanding -Werror ../../../net/if_gif.c ..and -Werror is in effect: -Werror Treat warnings as errors; abort compilation after any

Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Idar Tollefsen
Kris Kennaway wrote: -boundary=2 -ffreestanding -Werror ../../../net/if_gif.c ..and -Werror is in effect: -Werror Treat warnings as errors; abort compilation after any warning. As I said, try setting NO_WERROR= yes in make.conf. That's the brainless and probably wrong approach :) More

RE: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Alexander Soldatov
PROTECTED] On Behalf Of Kris Kennaway Sent: Wednesday, May 11, 2005 1:03 PM To: Alexander Soldatov Cc: freebsd-questions@freebsd.org; 'Kris Kennaway' Subject: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel On Wed, May 11, 2005 at 12:29:36PM +0400, Alexander

Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Alex Zbyslaw
Alexander Soldatov wrote: I need to make new kernel. So I've make my own config file from GENERIC. Then standart operations: 1. config CUSTOM (this's my config file) 2. make depend 3. make and then: Of course not, I need INET Is the problem because of a INET support missing? How can I correct

Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Kris Kennaway
On Wed, May 11, 2005 at 01:50:19PM +0400, Alexander Soldatov wrote: Of course not, I need INET Is the problem because of a INET support missing? How can I correct it? Yes, you removed it from your kernel configuration. To fix the problem of having removed it from your kernel configuration,

Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Kris Kennaway
On Wed, May 11, 2005 at 11:25:15AM +0200, Idar Tollefsen wrote: Kris Kennaway wrote: -boundary=2 -ffreestanding -Werror ../../../net/if_gif.c ..and -Werror is in effect: -Werror Treat warnings as errors; abort compilation after any warning. As I said, try setting NO_WERROR= yes

Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Idar Tollefsen
Kris Kennaway wrote: On Wed, May 11, 2005 at 11:25:15AM +0200, Idar Tollefsen wrote: Kris Kennaway wrote: -boundary=2 -ffreestanding -Werror ../../../net/if_gif.c ..and -Werror is in effect: -Werror Treat warnings as errors; abort compilation after any warning. As I said, try setting NO_WERROR=

Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Kris Kennaway
On Thu, May 12, 2005 at 01:22:07AM +0200, Idar Tollefsen wrote: Kris Kennaway wrote: On Wed, May 11, 2005 at 11:25:15AM +0200, Idar Tollefsen wrote: Kris Kennaway wrote: -boundary=2 -ffreestanding -Werror ../../../net/if_gif.c ..and -Werror is in effect: -Werror Treat warnings as