Re: Kernel Compile Error

2008-05-01 Thread Lowell Gilbert
Chris Maness [EMAIL PROTECTED] writes: I was trying to compile a 7.0 Release and the compile failed. I have never had a kernel compilation fail before. Here is the last of the output: opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param

Re: Kernel Compile Error

2008-05-01 Thread chris
Chris Maness [EMAIL PROTECTED] writes: I was trying to compile a 7.0 Release and the compile failed. I have never had a kernel compilation fail before. Here is the last of the output: opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param

Re: Kernel Compile Error

2008-03-03 Thread Giorgos Keramidas
On 2008-03-03 13:00, Win32 Win32 [EMAIL PROTECTED] wrote: Hi there, I tried to compile an custom kernel, and i've got a lot of errors. I don't know what is the problem, even when i try to compile with GENERIC conf file i've got same link errors. So, what should i do ? The problem is that

Re: Kernel Compile Error

2007-11-28 Thread Philip M. Gollucci
Schiz0 wrote: Hey, I'm running FreeBSD 6.3-PRERELEASE. I recently csuped the source code (src-all) and built world. I then tried to make buildkernel, and it ran for a little while, then gave the following error and stopped: http://schiz0.securityexploits.com/make.buildkernel.out The

Re: Kernel Compile Error

2007-11-28 Thread Schiz0
On Nov 28, 2007 8:47 AM, Philip M. Gollucci [EMAIL PROTECTED] wrote: Schiz0 wrote: Hey, I'm running FreeBSD 6.3-PRERELEASE. I recently csuped the source code (src-all) and built world. I then tried to make buildkernel, and it ran for a little while, then gave the following error and

Re: Kernel Compile Error

2007-11-28 Thread Philip M. Gollucci
Schiz0 wrote: On Nov 28, 2007 8:47 AM, Philip M. Gollucci [EMAIL PROTECTED] wrote: Schiz0 wrote: Hey, I'm running FreeBSD 6.3-PRERELEASE. I recently csuped the source code (src-all) and built world. I then tried to make buildkernel, and it ran for a little while, then gave the following

Re: Kernel Compile Error

2007-11-28 Thread Schiz0
On Nov 28, 2007 12:17 PM, Philip M. Gollucci [EMAIL PROTECTED] wrote: Schiz0 wrote: On Nov 28, 2007 8:47 AM, Philip M. Gollucci [EMAIL PROTECTED] wrote: Schiz0 wrote: Hey, I'm running FreeBSD 6.3-PRERELEASE. I recently csuped the source code (src-all) and built world. I then tried

Re: kernel compile error

2004-11-26 Thread Kris Kennaway
On Fri, Nov 26, 2004 at 04:03:52PM +0900, Rob wrote: Matt Emmerton wrote: /usr/src/sys/dev/usb/if_rue.c:104:23: miibus_if.h: No such file or directory /usr/src/sys/pci/if_rl.c:122:23: miibus_if.h: No such file or directory mkdep: compile failed You need device miibus in your kernel

Re: kernel compile error

2004-11-26 Thread Joshua Lokken
On Fri, Nov 26, 2004 at 04:03:52PM +0900, Rob wrote: Matt Emmerton wrote: /usr/src/sys/pci/if_rl.c:122:23: miibus_if.h: No such file or directory mkdep: compile failed You need device miibus in your kernel config if you want to use device rl. Having such a mechanism, would

Re: kernel compile error

2004-11-26 Thread Brian Bobowski
Joshua Lokken wrote: On Fri, Nov 26, 2004 at 04:03:52PM +0900, Rob wrote: Matt Emmerton wrote: Having such a mechanism, would prevent lots of beginners in the kernel compiling stuff, to get frustrated with errors like above. Also, as you see, it's well-documented in the kernel

Re: kernel compile error

2004-11-26 Thread Gert Cuykens
On Fri, 26 Nov 2004 09:32:08 -0500, Brian Bobowski [EMAIL PROTECTED] wrote: Joshua Lokken wrote: On Fri, Nov 26, 2004 at 04:03:52PM +0900, Rob wrote: Matt Emmerton wrote: Having such a mechanism, would prevent lots of beginners in the kernel compiling stuff, to get frustrated with

Re: kernel compile error

2004-11-26 Thread Dick Davies
* Brian Bobowski [EMAIL PROTECTED] [1134 14:34]: Joshua Lokken wrote: On Fri, Nov 26, 2004 at 04:03:52PM +0900, Rob wrote: Matt Emmerton wrote: Having such a mechanism, would prevent lots of beginners in the kernel compiling stuff, to get frustrated with errors like above.

Re: kernel compile error

2004-11-25 Thread Matt Emmerton
/usr/src/sys/dev/usb/if_rue.c:104:23: miibus_if.h: No such file or directory /usr/src/sys/pci/if_rl.c:122:23: miibus_if.h: No such file or directory mkdep: compile failed You need device miibus in your kernel config if you want to use device rl. quoted from /usr/src/sys/i386/conf/GENERIC #

Re: kernel compile error

2004-11-25 Thread Rob
Matt Emmerton wrote: /usr/src/sys/dev/usb/if_rue.c:104:23: miibus_if.h: No such file or directory /usr/src/sys/pci/if_rl.c:122:23: miibus_if.h: No such file or directory mkdep: compile failed You need device miibus in your kernel config if you want to use device rl. I always wonder why there has

Re: Kernel Compile Error

2004-08-09 Thread Bill Moran
Not 100% sure, but you don't have a keyboard device in your kernel (device atkbdc0). I figure if you're compiling in a console (sc0), that you'll need at least atkbdc0. Ryan [EMAIL PROTECTED] wrote: bash-2.05b# make buildkernel KERNCONF=POTL

RE: kernel compile error

2004-02-29 Thread Remko Lodder
newcomers on the hackerscene -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Danny Pansters Verzonden: zondag 29 februari 2004 2:33 Aan: [EMAIL PROTECTED] Onderwerp: Re: kernel compile error On Sunday 29 February 2004 01:39, Remko Lodder wrote: Hi dude, It's

RE: kernel compile error

2004-02-29 Thread Remko Lodder
-Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Danny Pansters Verzonden: zondag 29 februari 2004 2:31 Aan: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Onderwerp: Re: kernel compile error On Sunday 29 February 2004 01:52, [EMAIL PROTECTED] wrote: Im kinda new

Re: kernel compile error

2004-02-29 Thread Danny Pansters
[CC'd to -questions so that it gets archived] On Sunday 29 February 2004 04:56, you wrote: Never run make world literally. Run make buildworld, make kernel, make installworld, mergemaster. Or is it possible that my GENERIC file is wrong? Yes, you edited too much out. This is a FAQ:

RE: kernel compile error

2004-02-28 Thread Remko Lodder
Hi dude, It's not harmfull to replay the whole process, The way i do it is go to the dir cd /usr/src/sys/i386/conf/ edit the GENERIC file, cd ../compile/GENERIC make clean make depend make make install the makes sure the next command only get's runned when the previous command complete

RE: kernel compile error

2004-02-28 Thread rfa
the only problem though with doing it all again is it takes so many hours!! especialy downloading and make world is there something i should do before the process to make a backup before starting? so instead of downloading from the should i tar the whole /usr/src? what do you think about this?

RE: kernel compile error

2004-02-28 Thread Remko Lodder
community for helping newcomers on the hackerscene mrtg.grunn.org Dutch mirror of MRTG -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Verzonden: zondag 29 februari 2004 2:16 Aan: Remko Lodder CC: [EMAIL PROTECTED] Onderwerp: RE: kernel compile error the only

Re: kernel compile error

2004-02-28 Thread Danny Pansters
On Sunday 29 February 2004 01:52, [EMAIL PROTECTED] wrote: Im kinda new at this and I was compiling my kernel on my Dell Inspiron600m running FreeBSD 5.2 RELEASE when I just remembered[after taking a nap] that I did #make buildkernel KERNCONF=GENERIC If you build your own kernel, you should

Re: kernel compile error

2004-02-28 Thread Danny Pansters
On Sunday 29 February 2004 01:39, Remko Lodder wrote: Hi dude, It's not harmfull to replay the whole process, The way i do it is go to the dir cd /usr/src/sys/i386/conf/ edit the GENERIC file, cd ../compile/GENERIC make clean make depend make make install the makes sure the next

Re: Kernel Compile Error

2003-07-25 Thread Kris Kennaway
On Sat, Jul 26, 2003 at 12:53:34AM +0200, A. Gillissen wrote: Hi, While I was builing a custom kernel the following error occured during the make depend (FreeBSD 5.0 RELEASE): Sounds like you don't have a consistent source tree. Kris pgp0.pgp Description: PGP signature

Re: Kernel compile error (from newbies)

2003-07-05 Thread clayton rollins
On Sat, 5 Jul 2003 Mihail [EMAIL PROTECTED] wrote: Hi, While building a custom kernel make failed with this error: cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions