Re: Can't make depend or buildkernel for a custom kernel

2002-10-08 Thread Giorgos Keramidas
On 2002-10-07 22:29, M. Warner Losh [EMAIL PROTECTED] wrote: In message: [EMAIL PROTECTED] Alex Zepeda [EMAIL PROTECTED] writes: : http://people.freebsd.org/~kan/gcc-cpp.diff : : Cool. make depend works now, let's see if the resulting kernel does. :) I hit this same problem.

Can't make depend or buildkernel for a custom kernel

2002-10-07 Thread Alex Zepeda
Attached is my config file, here's the error I'm getting: make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP=cc - E CC=cc xargs mkdep -a -f .newdep -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual

Re: Can't make depend or buildkernel for a custom kernel

2002-10-07 Thread M. Warner Losh
: cc: Internal error: Segmentation fault (program cpp0) http://people.freebsd.org/~kan/gcc-cpp.diff Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Can't make depend or buildkernel for a custom kernel

2002-10-07 Thread Alex Zepeda
On Mon, Oct 07, 2002 at 09:24:44PM -0600, M. Warner Losh wrote: : cc: Internal error: Segmentation fault (program cpp0) http://people.freebsd.org/~kan/gcc-cpp.diff Cool. make depend works now, let's see if the resulting kernel does. :) - alex To Unsubscribe: send mail to [EMAIL

Re: Can't make depend or buildkernel for a custom kernel

2002-10-07 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Alex Zepeda [EMAIL PROTECTED] writes: : http://people.freebsd.org/~kan/gcc-cpp.diff : : Cool. make depend works now, let's see if the resulting kernel does. :) I hit this same problem. Robert pointed me at this patch and I've booted 10 kernels built

Re: Can't make depend or buildkernel for a custom kernel

2002-10-07 Thread Alex Zepeda
On Mon, Oct 07, 2002 at 10:29:34PM -0600, M. Warner Losh wrote: I hit this same problem. Robert pointed me at this patch and I've booted 10 kernels built since then. Burried in my original post: I'm also having problems with networking, seems like I can communicate with stuff listening on

Re: Can't make depend or buildkernel for a custom kernel

2002-10-07 Thread Terry Lambert
Alex Zepeda wrote: I'm also having problems with networking, seems like I can communicate with stuff listening on 127.0.0.1 just fine, but otherwise I can't connect to anything (traceroute works somewhat). Booting into an old (Sep 29) kernel works fine... actually I think this was broken

Re: Can't make depend or buildkernel for a custom kernel

2002-10-07 Thread Alex Zepeda
On Mon, Oct 07, 2002 at 09:57:49PM -0700, Terry Lambert wrote: I've noticed netmask problems in -current. If you set it to an larger boundary, it appears to be OK (e.g. I has to set 0x for 192.168.0.X to work). D'oh. That fixed it alright. Thanks. - alex To Unsubscribe: send