Re: dumb question 'Bad system call' after make world

2003-11-24 Thread Doug White
On Fri, 21 Nov 2003, Barney Wolff wrote: Does make world build a kernel? I didn't think so, and OP's message indicates that make world is all he did. I suspect re-install is the best answer now. Will somebody please tell me when make world is ever correct in the environment of the last

Re: dumb question 'Bad system call' after make world

2003-11-22 Thread Szilveszter Adam
Hello, On Fri, Nov 21, 2003 at 09:44:17PM -0500, Barney Wolff wrote: Does make world build a kernel? I didn't think so, and OP's message indicates that make world is all he did. I suspect re-install is the best answer now. Yes, make world does not build or install kernels. I'd also go for

Re: dumb question 'Bad system call' after make world

2003-11-22 Thread Bruce Evans
On Fri, 21 Nov 2003, Barney Wolff wrote: Will somebody please tell me when make world is ever correct in the environment of the last several years? I've been unable to understand its continued existence as a target. From my normal world-building script: DESTDIR=/c/z/root \

Re: dumb question 'Bad system call' after make world

2003-11-22 Thread Barney Wolff
On Sat, Nov 22, 2003 at 11:42:04PM +1100, Bruce Evans wrote: On Fri, 21 Nov 2003, Barney Wolff wrote: Will somebody please tell me when make world is ever correct in the environment of the last several years? I've been unable to understand its continued existence as a target. From my

RE: dumb question 'Bad system call' after make world

2003-11-22 Thread Don Bowman
From: Barney Wolff [mailto:[EMAIL PROTECTED] Sent: Saturday, November 22, 2003 1:14 PM To: Bruce Evans Cc: [EMAIL PROTECTED] Subject: Re: dumb question 'Bad system call' after make world On Sat, Nov 22, 2003 at 11:42:04PM +1100, Bruce Evans wrote: On Fri, 21 Nov 2003, Barney Wolff wrote

Re: dumb question 'Bad system call' after make world

2003-11-21 Thread Scott Long
On Fri, 21 Nov 2003, Don Bowman wrote: So i have a machine freshly installed from 5.1 mini iso. I did a cvs co of latest current sources, and accidentally did a 'make world' instead of 'make buildworld'. Now i just get 'Bad system call' when i try to do anything. i need to get the correct

Re: dumb question 'Bad system call' after make world

2003-11-21 Thread Doug White
On Fri, 21 Nov 2003, Don Bowman wrote: So i have a machine freshly installed from 5.1 mini iso. I did a cvs co of latest current sources, and accidentally did a 'make world' instead of 'make buildworld'. Now i just get 'Bad system call' when i try to do anything. i need to get the correct

Re: dumb question 'Bad system call' after make world

2003-11-21 Thread Barney Wolff
On Fri, Nov 21, 2003 at 05:35:59PM -0800, Doug White wrote: On Fri, 21 Nov 2003, Don Bowman wrote: So i have a machine freshly installed from 5.1 mini iso. I did a cvs co of latest current sources, and accidentally did a 'make world' instead of 'make buildworld'. Now i just get 'Bad

Re: A quick, dumb, question...

2002-02-18 Thread Terry Lambert
George V. Neville-Neil wrote: Is there a single document, or small set of documents, that describes getting started kernel hacking on FreeBSD? How about a set of URLs? I would like something that tells me about (in no particular order) 1) debugging over the serial line, and remote

A quick, dumb, question...

2002-02-17 Thread George V. Neville-Neil
Is there a single document, or small set of documents, that describes getting started kernel hacking on FreeBSD? How about a set of URLs? I would like something that tells me about (in no particular order) 1) debugging over the serial line, and remote debugging in general 2) Building for 5.0

Re: A quick, dumb, question...

2002-02-17 Thread David Wolfskill
Date: Sun, 17 Feb 2002 17:43:55 -0800 From: George V. Neville-Neil [EMAIL PROTECTED] Is there a single document, or small set of documents, that describes getting started kernel hacking on FreeBSD? How about a set of URLs? I would like something that tells me about (in no particular order) 1)

Re: A dumb question.

1999-09-01 Thread Nathan Ahlstrom
"Arthur H. Johnson II" [EMAIL PROTECTED] wrote: When I try to compile the kernel, I get this error at the end: ../../pci/if_xl.c ../../pci/if_xl.c:133: miibus_if.h: No such file or directory *** Error code 1 Stop in /usr/src/sys/compile/ARTHUR. You must first build a kernel first. ***

Re: A dumb question.

1999-09-01 Thread Arthur H. Johnson II
Thanks. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Wed, 1 Sep 1999, Nathan Ahlstrom wrote: "Arthur H. Johnson II" [EMAIL PROTECTED] wrote: When I try to compile the kernel, I get this error at the end: ../../pci/if_xl.c ../../pci/if_xl.c:133: