Re: Compiling the kernel

2004-11-07 Thread R. W.
On Saturday 06 November 2004 14:19, Valerian Galeru wrote: > Could there appear any problems if the /usr/src/sys > tree is not completely updated(I mean I started > updating , but I didn`t finish) ? If you mean: can cvsup be stopped, and started again? the answer is yes it can. If you mean that

RE: compiling the kernel

2004-11-07 Thread Andrei Iarus
I have a 4.9R installed on my system. ANd I want to patch the existing system. I have downloaded those patches, I have done exactly as is written in those advisories. And the make command fails (I use the traditional way of compiling). Please, could you take a look at my kernel config file? __

Re: Compiling the kernel

2004-11-06 Thread Kris Kennaway
On Sat, Nov 06, 2004 at 06:19:26AM -0800, Valerian Galeru wrote: > Could there appear any problems if the /usr/src/sys > tree is not completely updated(I mean I started > updating , but I didn`t finish) ? Yes, of course. Kris pgpeADVJXcFms.pgp Description: PGP signature

RE: Compiling the kernel

2004-11-06 Thread Valerian Galeru
Could there appear any problems if the /usr/src/sys tree is not completely updated(I mean I started updating , but I didn`t finish) ? __ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com __

Re: trouble compiling the kernel

2004-09-01 Thread Juha Saarinen
On Wed, 01 Sep 2004 00:45:28 -0400, Bob Ababurko <[EMAIL PROTECTED]> wrote: > config -d /usr/obj/usr/src/sys/DUMMYNET /usr/src/sys/i386/conf/DUMMYNET > ERROR: version of config(8) does not match kernel! > config version = 500012, version required = 500013 > > Make sure that /usr/src/usr.sbin/con

Re[2]: trouble compiling the kernel

2004-08-31 Thread Abdul Rf
Dear Bob, sorry, don't forget to backup your file "config". cp /usr/sbin/config /usr/sbin/config.orig if you still have problem, send your configuration file (/sys/i386/config/DUMMYNET ??). regards, Abdul Rf AR> Hello Bob, AR> Try this one. AR> cd /usr/src/usr.sbin/config AR>

Re: trouble compiling the kernel

2004-08-31 Thread Abdul Rf
Hello Bob, Try this one. cd /usr/src/usr.sbin/config make make install and try again to build your kernel. regards, abdul rf Wednesday, September 1, 2004, 11:45:28 AM, you wrote: BA> Hello all- BA>I am trying to recompile my kernel to make use of dummynet per the BA> instructi

trouble compiling the kernel

2004-08-31 Thread Bob Ababurko
Hello all- I am trying to recompile my kernel to make use of dummynet per the instruction in the handbook and I am getting this error output and cannot make use of it. I am calling my edited config file DUMMYNET, fyi. bash-2.05b# make buildkernel KERNCONF=DUMMYNET

Re: COPTFLAGS (not?) only for compiling the kernel?

2004-05-14 Thread Chuck Swiger
platanthera wrote: On Friday 14 May 2004 00:03, Giorgos Keramidas wrote: [ ... ] Yes, you do. But I'm sure that you will find the make.conf(5) manpage very informative and useful. not really. it says ... The /etc/make.conf file is included from the appropriate Makefile which specifies the

Re: COPTFLAGS (not?) only for compiling the kernel?

2004-05-14 Thread Kris Kennaway
On Sat, May 15, 2004 at 03:03:31AM +0200, platanthera wrote: > quite confusing that uncommenting the example settings in make.conf > changes exactly nothing, since these are the (undocumented?) system > defaults anyway. probably a doc issue? > - or just my stupidity .-) Error in your expectati

Re: COPTFLAGS (not?) only for compiling the kernel?

2004-05-14 Thread platanthera
On Friday 14 May 2004 00:03, Giorgos Keramidas wrote: > On 2004-05-13 23:29, platanthera <[EMAIL PROTECTED]> wrote: > > [/etc/make.conf] > > ... > > # To compile just the kernel with special optimizations, you should > > use # this instead of CFLAGS (which is not applicable to kernel > > builds any

Re: COPTFLAGS (not?) only for compiling the kernel?

2004-05-14 Thread Giorgos Keramidas
On 2004-05-13 23:29, platanthera <[EMAIL PROTECTED]> wrote: > [/etc/make.conf] > ... > # To compile just the kernel with special optimizations, you should use > # this instead of CFLAGS (which is not applicable to kernel builds anyway). > # There is very little to gain by using higher optimization

Re: COPTFLAGS (not?) only for compiling the kernel?

2004-05-13 Thread Kris Kennaway
On Fri, May 14, 2004 at 02:01:15AM +0200, platanthera wrote: > Just one last question (slightly getting OT) - are CFLAGS settings on > FreeBSD more critical than on Linux? > http://www.freehackers.org/gentoo/gccflags/flag_gcc3.html recommends > -O3 -pipe -fomit-frame-pointer 'for those who don'

Re: COPTFLAGS (not?) only for compiling the kernel?

2004-05-13 Thread platanthera
On Friday 14 May 2004 01:41, Kris Kennaway wrote: > On Fri, May 14, 2004 at 01:39:34AM +0200, platanthera wrote: > > On Friday 14 May 2004 01:09, Kris Kennaway wrote: > > > On Fri, May 14, 2004 at 01:12:41AM +0200, platanthera wrote: > > > > On Friday 14 May 2004 00:48, Kris Kennaway wrote: > > > >

Re: COPTFLAGS (not?) only for compiling the kernel?

2004-05-13 Thread Kris Kennaway
On Fri, May 14, 2004 at 01:39:34AM +0200, platanthera wrote: > On Friday 14 May 2004 01:09, Kris Kennaway wrote: > > On Fri, May 14, 2004 at 01:12:41AM +0200, platanthera wrote: > > > On Friday 14 May 2004 00:48, Kris Kennaway wrote: > > > > On Thu, May 13, 2004 at 11:29:07PM +0200, platanthera wro

Re: COPTFLAGS (not?) only for compiling the kernel?

2004-05-13 Thread platanthera
On Friday 14 May 2004 01:09, Kris Kennaway wrote: > On Fri, May 14, 2004 at 01:12:41AM +0200, platanthera wrote: > > On Friday 14 May 2004 00:48, Kris Kennaway wrote: > > > On Thu, May 13, 2004 at 11:29:07PM +0200, platanthera wrote: > > > > [/etc/make.conf] > > > > ... > > > > # To compile just th

Re: COPTFLAGS (not?) only for compiling the kernel?

2004-05-13 Thread Kris Kennaway
On Fri, May 14, 2004 at 01:12:41AM +0200, platanthera wrote: > On Friday 14 May 2004 00:48, Kris Kennaway wrote: > > On Thu, May 13, 2004 at 11:29:07PM +0200, platanthera wrote: > > > [/etc/make.conf] > > > ... > > > # To compile just the kernel with special optimizations, you should > > > use # th

Re: COPTFLAGS (not?) only for compiling the kernel?

2004-05-13 Thread platanthera
On Friday 14 May 2004 00:48, Kris Kennaway wrote: > On Thu, May 13, 2004 at 11:29:07PM +0200, platanthera wrote: > > [/etc/make.conf] > > ... > > # To compile just the kernel with special optimizations, you should > > use # this instead of CFLAGS (which is not applicable to kernel > > builds anyway

Re: COPTFLAGS (not?) only for compiling the kernel?

2004-05-13 Thread Kris Kennaway
On Thu, May 13, 2004 at 11:29:07PM +0200, platanthera wrote: > [/etc/make.conf] > ... > # To compile just the kernel with special optimizations, you should use > # this instead of CFLAGS (which is not applicable to kernel builds anyway). > # There is very little to gain by using higher optimization

COPTFLAGS (not?) only for compiling the kernel?

2004-05-13 Thread platanthera
[/etc/make.conf] ... # To compile just the kernel with special optimizations, you should use # this instead of CFLAGS (which is not applicable to kernel builds anyway). # There is very little to gain by using higher optimization levels, and doing # so can cause problems. # COPTFLAGS= [whatever] ...

problem, when I compiling the kernel

2004-02-13 Thread [EMAIL PROTECTED]
Here are the config file and the error i get while compiling the kernel. Thanx :-) machine i386 cpu I686_CPU ident GENERIC2 #To statically compile in device wiring instead of /boot/device.hints hints "/boot/device.hints"

RE: Compiling the kernel

2003-12-01 Thread sundeep.puliccott
ndeep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Valerian Galeru Sent: Monday, December 01, 2003 7:43 PM To: [EMAIL PROTECTED] Subject: Compiling the kernel I want to build a new kernel. I have edit the GENERIC file (like is written into the documentation). And

Re: Compiling the kernel

2003-12-01 Thread Matthew Seaman
On Mon, Dec 01, 2003 at 09:34:43AM -0600, Kenzo wrote: > What happened to > make buildkernel KERNCONF=KERNEL > make installkernel KERNCONF=KERNEL > > did this change in newer version or something? > I thought the above was the new way of rebuilding a kernel. Am I not up to > date? No, what you d

Re: Compiling the kernel

2003-12-01 Thread Jerry McAllister
> > What happened to > make buildkernel KERNCONF=KERNEL > make installkernel KERNCONF=KERNEL > > did this change in newer version or something? > I thought the above was the new way of rebuilding a kernel. Am I not up to > date? I think this is newer and what I posted is the old tried and true

Re: Compiling the kernel

2003-12-01 Thread Kenzo
ROTECTED]> To: "Valerian Galeru" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, December 01, 2003 9:13 AM Subject: Re: Compiling the kernel > > > > I want to build a new kernel. I have edit the GENERIC > > file (like is written into the docum

Re: Compiling the kernel

2003-12-01 Thread Jerry McAllister
> > I want to build a new kernel. I have edit the GENERIC > file (like is written into the documentation). And > when i run /usr/sbin/config > /root/kernels/MYKERNEL(this is my kernel) i get a lot > of errors Command not found. What is made wrong??? First of all, I presume you really used one lin

Re: Compiling the kernel

2003-12-01 Thread Ion-Mihai Tetcu
On Mon, 1 Dec 2003 06:12:53 -0800 (PST) Valerian Galeru <[EMAIL PROTECTED]> wrote: > I want to build a new kernel. I have edit the GENERIC > file (like is written into the documentation). And > when i run /usr/sbin/config > /root/kernels/MYKERNEL(this is my kernel) i get a lot > of errors Command

Compiling the kernel

2003-12-01 Thread Valerian Galeru
I want to build a new kernel. I have edit the GENERIC file (like is written into the documentation). And when i run /usr/sbin/config /root/kernels/MYKERNEL(this is my kernel) i get a lot of errors Command not found. What is made wrong??? __ Do you Yahoo!? Free Pop-U

Re: problems compiling the kernel

2003-06-14 Thread Kris Kennaway
On Sat, Jun 14, 2003 at 07:05:07PM -0400, Mike Atamas wrote: > I did that and it now gives me hte following errors: You're tracking -CURRENT, so you're required to subscribe to the current mailing list and read commit logs. Kris pgp0.pgp Description: PGP signature

Re: problems compiling the kernel

2003-06-14 Thread Mike Atamas
I did that and it now gives me hte following errors: /usr/src/sys/dev/en/midway.c: In function `en_get_vccs': /usr/src/sys/dev/en/midway.c:1474: dereferencing pointer to incomplete type /usr/src/sys/dev/en/midway.c:1474: dereferencing pointer to incomplete type /usr/src/sys/dev/en/midway.c:1479: d

problems compiling the kernel

2003-06-14 Thread Mike Atamas
I am trying to compile my kernel for the first time. I updated the source and did make buildkernel KERNELCONF=MYKERNEL in /usr/src. It gives me the following errors, can someone tell me how to fix this? /usr/src/sys/dev/en/midway.c: In function `en_get_vccs': /usr/src/sys/dev/en/midway.c:1474: d

Re: Computer resets after compiling the kernel

2003-06-07 Thread Chuck Swiger
Konrad Scorciapino wrote: And there is also some "Signal Trap 12" (or something like that) message before reseting... Note that, altrough I get this error message, the computer just resets; it doesn't reboot. Very probably a hardware problem like poor cooling, flakey memory, etc. Try taking t

Re: Computer resets after compiling the kernel

2003-06-07 Thread Konrad Scorciapino
And there is also some "Signal Trap 12" (or something like that) message before reseting... Note that, altrough I get this error message, the computer just resets; it doesn't reboot. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Computer resets after compiling the kernel

2003-06-07 Thread Konrad Scorciapino
Hello, I have installed FreeBSD 4.7 on my old machine. But after compiling a kernel, the computer just resets. What could be wrong? Thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,