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

Kernel Compile Error

2008-04-29 Thread Chris Maness
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 large-function-growth=1000 -mno-align-long-strings

Kernel Compile Error

2008-03-03 Thread Win32 Win32
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 ? Thanks for help. #uname -a FreeBSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24

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

Kernel Compile Error

2007-11-28 Thread Schiz0
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 error is at the bottom -

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: make depend kernel compile error [solved]

2005-05-30 Thread Peter Miller
Sorry, i wasn't too clear. The only thing I changed to the config was the addition of the usb2 support. I had tried compiling the generic kernel which didn't work either. The good news is that I installed and ran cvsup and used the 2nd compile method in the handbook (after running make clean)

Re: make depend kernel compile error

2005-05-30 Thread Lowell Gilbert
Peter Miller [EMAIL PROTECTED] writes: I'm running a clean install of the freebsd 5.4 and i'm building a new kernel with usb 2.0 support but i'm getting the following error after typing make depend. Go back to the GENERIC kernel. Change a small number of things at a time until you have

make depend kernel compile error

2005-05-29 Thread Peter Miller
I'm running a clean install of the freebsd 5.4 and i'm building a new kernel with usb 2.0 support but i'm getting the following error after typing make depend. basement# make depend rm -f .olddep if [ -f .depend ]; then mv .depend .olddep; fi make _kernel-depend cc -c -O -pipe -Wall

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.

kernel compile error

2004-11-25 Thread Gert Cuykens
/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 *** Error code 1 Stop in /usr/obj/usr/src/sys/gert. *** Error code 1 Stop in /usr/obj/usr/src/sys/gert. *** Error code 1

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

Kernel Compile Error

2004-08-09 Thread Ryan
bash-2.05b# make buildkernel KERNCONF=POTL -- Kernel build for POTL started on Mon Aug 9 09:07:24 EST 2004 -- === POTL Skiping To The End cc -c -O -pipe

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:

kernel compile error

2004-02-28 Thread rfa
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 and I forgot to edit the /usr/src/sys/i386/conf/GENERIC file before running the process. anyway, the

RE: kernel compile error

2004-02-28 Thread Remko Lodder
]; [EMAIL PROTECTED] Onderwerp: kernel compile error 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 and I forgot to edit the /usr/src/sys/i386/conf

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: 5.1-CURRENT kernel compile error

2004-01-03 Thread Ryan Sommers
On Thu, 2004-01-01 at 22:43, Philip M. Gollucci wrote: vegeta# cd /usr/share/example/cvsup vegeta# cvsup -g -L2 standard-supfile vegeta# cd /usr/src/sys/i386/conf vegeta# config VEGETA vegeta# cd ../compile/VEGETA vegeta# make depend vegeta# make I would recommend trying the official way

Re: 5.1-CURRENT kernel compile error

2004-01-03 Thread Doug White
On Thu, 1 Jan 2004, Philip M. Gollucci wrote: vegeta# cd /usr/share/example/cvsup vegeta# cvsup -g -L2 standard-supfile Did you check the standard-supfile before using it? You may have gotten source that you didn't think you did. In general you should copy this to a different location and edit

5.1-CURRENT kernel compile error

2004-01-02 Thread Philip M. Gollucci
vegeta# cd /usr/share/example/cvsup vegeta# cvsup -g -L2 standard-supfile vegeta# cd /usr/src/sys/i386/conf vegeta# config VEGETA vegeta# cd ../compile/VEGETA vegeta# make depend vegeta# make [lots of output snipped] linking kernel if_em.o: In function `em_process_receive_interrupts':

kernel compile error: unknown option USER_LDT

2003-09-19 Thread Barry C . Hawkins
List, I am trying to build a kernel using a copy of GENERIC for RELENG_5_1. I have CVSuped by source tree prior to copying /usr/src/conf/GENERIC. I initially disabled the all RAID devices, so I started with a fresh copy of GENERIC. That was recommended once in the list archives for what

Kernel Compile Error

2003-07-25 Thread A. Gillissen
Hi, While I was builing a custom kernel the following error occured during the make depend (FreeBSD 5.0 RELEASE): -- mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev -I@/../in clude -I/usr/include /usr/src/sys/modules/aha/../../dev/aha/aha.c

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

Kernel Compile Error

2003-04-05 Thread Mike Grover
I am trying to compile a kernel under 4.8. I copied GENERIC to STANDISH in the /usr/src/sys/i386/conf dir when I run make buildkernel KERNCONF=STANDISH I get the following error? linking kernel /usr/libexec/elf/ld: BFD 2.12.1 [FreeBSD] 2002-07-20 assertion fail