Re: Kernel compilation error for 7.0 ( with IPSEC )

2008-03-03 Thread Michael Ross
Am Mon, 03 Mar 2008 15:15:29 +0300 schrieb Leonid Satanovsky [EMAIL PROTECTED]: Hi, people! I've just CvsUPed the src-all collection for RELENG_7_0 [This is a 7.0-RELEASE, as I understand, am I correct? ] RELENG_7_0 The release branch for FreeBSD-7.0, used only for security advisories and

Re: Kernel compilation error for 7.0 ( with IPSEC )

2008-03-03 Thread Norman Maurer
Be sure to have this stuff in kernel config file: options IPSEC options IPSEC_FILTERTUNNEL device crypto Cheers Norman Am Montag, den 03.03.2008, 15:15 +0300 schrieb Leonid Satanovsky: Hi, people! I've just CvsUPed the src-all collection for RELENG_7_0 [This is a 7.0-RELEASE, as I

Re: kernel compilation fails

2007-07-22 Thread Gelsema, P \(Patrick\) - FreeBSD
On Sun, July 22, 2007 13:28, Nicolas Haller wrote: Hi all, I have a little problem trying to compile a -CURRENT kernel. The compilation fails with this message: /usr/src/sys/dev/usb/usb_quirks.c:111: error: 'USB_PRODUCT_METAGEEK_WISPY' undeclared here (not in a function) This is known,

Re: Kernel Compilation...

2006-01-05 Thread Crispy Beef
Still sounds like a hardware problem. Maybe the laptop is overheating, compiling software is always hard on a system. Also I don't think Memtest86 will show you anything even if your ram is bad. The best way to find out is to just change it out if you have extra somewhere or remove part of it

Re: Kernel Compilation...

2006-01-05 Thread Crispy Beef
Robert Huff wrote: Nikolas Britton writes: Still sounds like a hardware problem. Maybe not. A couple of years back - in the early days of 4.x - I had a problem which I /think/ manifested in the manner originally described. It turned out to be the script I'd set up

Re: Kernel Compilation...

2006-01-04 Thread Nikolas Britton
On 1/3/06, Crispy Beef [EMAIL PROTECTED] wrote: Jonathan Chen wrote: On Mon, Jan 02, 2006 at 04:15:48PM +, Crispy Beef wrote: Hi All, Just joined this list. The last time I used FreeBSD was with 4.6-RELEASE, so a while ago now. I have just installed 6.0-RELEASE on my old laptop and

Re: Kernel Compilation...

2006-01-04 Thread Crispy Beef
Nikolas Britton wrote: On 1/3/06, Crispy Beef [EMAIL PROTECTED] wrote: Jonathan Chen wrote: On Mon, Jan 02, 2006 at 04:15:48PM +, Crispy Beef wrote: Hi All, Just joined this list. The last time I used FreeBSD was with 4.6-RELEASE, so a while ago now. I have just installed

Re: Kernel Compilation...

2006-01-04 Thread Crispy Beef
Nikolas Britton wrote: To rule out hardware problems rebuild the generic kernel using the virgin GENERIC kernel config file: 0. If you've messed with /etc/make.conf change it back to the defaults! 1. su 2. cd /usr/src/sys/i386/conf 3. rm -r ../compile/GENERIC 4. config GENERIC 5. cd

Re: Kernel Compilation...

2006-01-04 Thread Nikolas Britton
On 1/4/06, Crispy Beef [EMAIL PROTECTED] wrote: Nikolas Britton wrote: To rule out hardware problems rebuild the generic kernel using the virgin GENERIC kernel config file: 0. If you've messed with /etc/make.conf change it back to the defaults! 1. su 2. cd /usr/src/sys/i386/conf 3.

Re: Kernel Compilation...

2006-01-04 Thread Robert Huff
Nikolas Britton writes: Still sounds like a hardware problem. Maybe not. A couple of years back - in the early days of 4.x - I had a problem which I /think/ manifested in the manner originally described. It turned out to be the script I'd set up to automate this

Re: Kernel Compilation...

2006-01-04 Thread Nikolas Britton
On 1/4/06, Nikolas Britton [EMAIL PROTECTED] wrote: On 1/4/06, Crispy Beef [EMAIL PROTECTED] wrote: Nikolas Britton wrote: To rule out hardware problems rebuild the generic kernel using the virgin GENERIC kernel config file: 0. If you've messed with /etc/make.conf change it back to

Re: Kernel Compilation...

2006-01-03 Thread Crispy Beef
Robert Huff wrote: Crispy Beef writes: I wasn't aware that I needed to do a buildworld too, am limited on the amount of disk space I have, the whole disk is 6Gb with a 1Gb /home and over 3Gb /usr. Is that going to be enough? 1) It is _very_ important to keep the kernel and

Re: Kernel Compilation...

2006-01-03 Thread Crispy Beef
Jonathan Chen wrote: On Mon, Jan 02, 2006 at 04:15:48PM +, Crispy Beef wrote: Hi All, Just joined this list. The last time I used FreeBSD was with 4.6-RELEASE, so a while ago now. I have just installed 6.0-RELEASE on my old laptop and have been configuring the system, am onto the

Re: Kernel Compilation...

2006-01-02 Thread Peter
--- Crispy Beef [EMAIL PROTECTED] wrote: Hi All, Just joined this list. The last time I used FreeBSD was with 4.6-RELEASE, so a while ago now. I have just installed 6.0-RELEASE on my old laptop and have been configuring the system, am onto the kernel at the moment, have followed

Re: Kernel Compilation...

2006-01-02 Thread Robert Slade
On Mon, 2006-01-02 at 16:15, Crispy Beef wrote: Hi All, Just joined this list. The last time I used FreeBSD was with 4.6-RELEASE, so a while ago now. I have just installed 6.0-RELEASE on my old laptop and have been configuring the system, am onto the kernel at the moment, have followed

Re: Kernel Compilation...

2006-01-02 Thread Adam Nealis
--- Crispy Beef [EMAIL PROTECTED] wrote: Hi All, Just joined this list. The last time I used FreeBSD was with 4.6-RELEASE, so a while ago now. I have just installed 6.0-RELEASE on my old laptop and have been configuring the system, am onto the kernel at the moment, have followed the

Re: Kernel Compilation...

2006-01-02 Thread Crispy Beef
Robert Slade wrote: On Mon, 2006-01-02 at 16:15, Crispy Beef wrote: Hi All, Just joined this list. The last time I used FreeBSD was with 4.6-RELEASE, so a while ago now. I have just installed 6.0-RELEASE on my old laptop and have been configuring the system, am onto the kernel at the

Re: Kernel Compilation...

2006-01-02 Thread luke
signal 11 usually indicates hardware failure, which i suppose is what the link pasted explained. the problem is not the way in which you're compiling the kernel. run diagnostics on your hardware. ___ freebsd-questions@freebsd.org mailing list

Re: Kernel Compilation...

2006-01-02 Thread Crispy Beef
Adam Nealis wrote: --- Crispy Beef [EMAIL PROTECTED] wrote: Hi All, Just joined this list. The last time I used FreeBSD was with 4.6-RELEASE, so a while ago now. I have just installed 6.0-RELEASE on my old laptop and have been configuring the system, am onto the kernel at the moment,

Re: Kernel Compilation...

2006-01-02 Thread Adam Nealis
--- Crispy Beef [EMAIL PROTECTED] wrote: Adam Nealis wrote: --- Crispy Beef [EMAIL PROTECTED] wrote: Hi All, Just joined this list. The last time I used FreeBSD was with 4.6-RELEASE, so a while ago now. I have just installed 6.0-RELEASE on my old laptop and have been

Re: Kernel Compilation...

2006-01-02 Thread Crispy Beef
Adam Nealis wrote: *snip* Here's what I did: 1.Install from CD (6.0-RELEASE) 2.Got latest kernel src with sysinstall Hmm. cvsup might be better. Having said that, when I cvsup'd 6.0-RELEASE after installing from CD, there were only one or two files updated. But my version went

Re: Kernel Compilation...

2006-01-02 Thread Adam Nealis
--- Crispy Beef [EMAIL PROTECTED] wrote: Adam Nealis wrote: *snip* Here's what I did: 1.Install from CD (6.0-RELEASE) 2.Got latest kernel src with sysinstall Hmm. cvsup might be better. Having said that, when I cvsup'd 6.0-RELEASE after installing from CD, there

Re: Kernel Compilation...

2006-01-02 Thread Robert Huff
Crispy Beef writes: I wasn't aware that I needed to do a buildworld too, am limited on the amount of disk space I have, the whole disk is 6Gb with a 1Gb /home and over 3Gb /usr. Is that going to be enough? 1) It is _very_ important to keep the kernel and userland in sync.

Re: Kernel Compilation...

2006-01-02 Thread Jonathan Chen
On Mon, Jan 02, 2006 at 04:15:48PM +, Crispy Beef wrote: Hi All, Just joined this list. The last time I used FreeBSD was with 4.6-RELEASE, so a while ago now. I have just installed 6.0-RELEASE on my old laptop and have been configuring the system, am onto the kernel at the moment,

Re: Kernel compilation failed in 5.3-RELEASE

2004-11-14 Thread Robert Kot
Recvsup and rebuild. Did you change anything in /etc/make.conf? No, absolutely not. This is my /etc/make.conf: # -- use.perl generated deltas -- # # Created: Wed Nov 10 22:37:45 2004 # Setting to use base perl from ports: PERL_VER=5.8.5 PERL_VERSION=5.8.5 PERL_ARCH=mach NOPERL=yo NO_PERL=yo

Re: Kernel compilation failed in 5.3-RELEASE

2004-11-14 Thread Donald J. O'Neill
On Sunday 14 November 2004 04:52 am, Robert Kot wrote: Recvsup and rebuild. Did you change anything in /etc/make.conf? No, absolutely not. This is my /etc/make.conf: # -- use.perl generated deltas -- # # Created: Wed Nov 10 22:37:45 2004 # Setting to use base perl from ports:

Re: Kernel compilation failed in 5.3-RELEASE

2004-11-14 Thread John Murphy
Robert Kot wrote (quoting Subhro): Recvsup and rebuild. Did you change anything in /etc/make.conf? No, absolutely not. This is my /etc/make.conf: # -- use.perl generated deltas -- # # Created: Wed Nov 10 22:37:45 2004 # Setting to use base perl from ports: PERL_VER=5.8.5 PERL_VERSION=5.8.5

RE: Kernel compilation failed in 5.3-RELEASE

2004-11-14 Thread Subhro
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Murphy Sent: Sunday, November 14, 2004 20:44 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Kernel compilation failed in 5.3-RELEASE snip How can I do recvsup ? Sorry for the stupid

RE: Kernel compilation failed in 5.3-RELEASE

2004-11-14 Thread Subhro
-Original Message- From: Robert Kot [mailto:[EMAIL PROTECTED] Sent: Sunday, November 14, 2004 16:22 To: Subhro Cc: [EMAIL PROTECTED] Subject: Re: Kernel compilation failed in 5.3-RELEASE Recvsup and rebuild. Did you change anything in /etc/make.conf? No, absolutely not. This is my

RE: Kernel compilation failed in 5.3-RELEASE

2004-11-13 Thread Subhro
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Kot Sent: Sunday, November 14, 2004 6:39 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Kernel compilation failed in 5.3-RELEASE snip #cpu I486_CPU #cpu I586_CPU cpu I686_CPU

Re: Kernel Compilation issues/5.2-CURRENT/AMD64

2004-02-22 Thread Peter Wemm
On Sunday 22 February 2004 08:29 pm, Jason Lixfeld wrote: make buildkernel keeps failing here: === accf_data cc -O -fPIC -D_KERNEL -DKLD_MODULE -nostdinc -I- -include Stop right here! You've removed the 'makeoptions NO_MODULES=notyet' from your config file. Put it right back in there

Re: Kernel Compilation issues/5.2-CURRENT/AMD64

2004-02-22 Thread Jason Lixfeld
On Feb 23, 2004, at 12:38 AM, Peter Wemm wrote: On Sunday 22 February 2004 08:29 pm, Jason Lixfeld wrote: make buildkernel keeps failing here: === accf_data cc -O -fPIC -D_KERNEL -DKLD_MODULE -nostdinc -I- -include Stop right here! You've removed the 'makeoptions NO_MODULES=notyet' from

No sound (was Re: kernel compilation problems - 5.1 (long) )

2004-02-13 Thread Tadimeti Keshav
Hello all Thanks Mike and Peter. I have been able to successfully compile the new kernel install it. BUT, though I compiled with: device pcm #TK: for sound blaster pro 16. I get no sound. (I tried to play an audio file with amp). The sound card is a SOUND BLASTER PRO 16 Compatible. Here

re: kernel compilation problems - 5.1 (long)

2004-02-12 Thread Mike Bowie
-- snip -- umass.o: In function `umass_cam_quirk_cb': umass.o(.text+0x23eb): undefined reference to `xpt_done' *** Error code 1 Stop in /usr/src/sys/i386/compile/CUSTOM. -- snip -- # SCSI peripherals #device nbsp; scbus# SCSI bus

Re: kernel compilation problems - 5.1 (long)

2004-02-12 Thread Peter Risdon
Tadimeti Keshav wrote: hi all, I am having problems compiling my kernel. Your immediate problem is a common one. Your kernel config includes the line: device umass # Disks/Mass storage - Requires scbus and da But scbus and da are commented out. Uncomment them, and compile. PWR.

Re: Kernel compilation error

2003-06-18 Thread Gary Jennejohn
Matias Pascaner writes: Hi, my name's Matias and it's the first time that i'm using freebsd or other linux based system. i'm trying to compile a kernel and it gives me this error Please! FreeBSD is !!NOT!! Linux based. cc: Internal error: Segmentation fault (program cpp0) Please submit

Re: Kernel compilation error

2003-06-18 Thread Fernando Gleiser
On Wed, 18 Jun 2003, Matias Pascaner wrote: cc: Internal error: Segmentation fault (program cpp0) Please submit a full bug report. See URL:http://www.gnu.org/software/gcc/bugs.html for instructions. makdep: compile failed *** Error code 1 So i compile try to compile the generic kernel

Re: kernel compilation error

2003-06-11 Thread Kris Kennaway
On Wed, Jun 11, 2003 at 09:20:20AM -0700, Vaida Bogdan wrote: Please cc this answer to me because I'm not in the mailling list. I'm using Freebsd 5.0-RELEASE. I sysinstall /usr/src/ sys,tools,usr.bin then I cvsup those. I try to compile the kernel (GENERIC) using: make buildkernel

Re: kernel compilation failure, ack!

2002-09-21 Thread Giorgos Keramidas
On 2002-09-20 18:00, twig les [EMAIL PROTECTED] wrote: L# cd /usr/src L# make buildkernel KERNCONF=FW make: no target to make. /usr/src/Makefile.inc1, line 140: warning: make -f /dev/null -m /usr/src/share/mk CPUTYPE=dummy -V CPUTYPE returned non-zero status Hmmm, it looks like you are

Re: kernel compilation failure, ack!

2002-09-20 Thread Dru
On Fri, 20 Sep 2002, twig les wrote: Hello *, for weeks I haven't been able to cut a new kernel, which means I can't add my sound driver (pcm0) which means I can't get one more step toward the goal of replacing all windows tasks in my life with BSD. The error I get is thus: L# make

Re: kernel compilation failure, ack!

2002-09-20 Thread twig les
Well you caught me. I had a bunch of garbage in my FW file that I never put there (not intentionally). So I did a quick cp GENERIC FW, added my lines and redid the diff. This is what I got: L# pwd /usr/src/sys/i386/conf L# diff GENERIC FW 251a252,261 #To enable IPFW with default deny all

Re: kernel compilation failure, ack!

2002-09-20 Thread Giorgos Keramidas
On 2002-09-20 20:42, Dru [EMAIL PROTECTED] wrote: On Fri, 20 Sep 2002, twig les wrote: The error I get is thus: L# make buildkernel KERNCONF=FW make: no target to make. /usr/src/Makefile.inc1, line 140: warning: make -f /dev/null -m /usr/src/share/mk CPUTYPE=dummy -V CPUTYPE

Re: kernel compilation failure, ack!

2002-09-20 Thread twig les
I did that, it just found another line to error on until I did the cp GENERIC FW and manually added the lines I wanted. I must have corrupted the file somehow (it didn't screw itself up). Now the new error is something odd. I think I'm going to remake world in case I screwed something up. ---

Re: kernel compilation failure, ack!

2002-09-20 Thread twig les
I would like to say yes because I know that that is the correct procedure, but right now I'm on the 6th straight hour of a retarded phone call and I can't remember. I'll remake world tomorrow during Mystery Science Theater 3000. At least then if the problem persists I'll be in a good mood.