at my wit's end on buildworld

2003-11-10 Thread Watkins, Jason
Ohh, well don't I feel silly now :).

Thanks... ohh, one remaining question: whats the best way to save myself a
debug kernel so I have something to run a dump against if I get a panic
again? Where does make buildkernel output the kernel file?


Jason Watkins
RELS Reporting
877-264-9096x5887

"MMS " made the following
 annotations on 11/10/2003 10:42:02 AM
--
"THIS E-MAIL MESSAGE AND ANY FILES TRANSMITTED HEREWITH, ARE INTENDED SOLELY FOR THE 
USE OF THE INDIVIDUAL(S) ADDRESSED AND MAY CONTAIN CONFIDENTIAL, PROPRIETARY OR 
PRIVILEGED INFORMATION.  IF YOU ARE NOT THE ADDRESSEE INDICATED IN THIS MESSAGE (OR 
RESPONSIBLE FOR DELIVERY OF THIS MESSAGE TO SUCH PERSON) YOU MAY NOT REVIEW, USE, 
DISCLOSE OR DISTRIBUTE THIS MESSAGE OR ANY FILES TRANSMITTED HEREWITH.  IF YOU RECEIVE 
THIS MESSAGE IN ERROR, PLEASE CONTACT THE SENDER BY REPLY E-MAIL AND DELETE THIS 
MESSAGE AND ALL COPIES OF IT FROM YOUR SYSTEM."
==

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: at my wit's end on buildworld

2003-11-10 Thread Erik Trulsson
On Sun, Nov 09, 2003 at 11:47:24PM -0800, jason watkins wrote:
> Well, I'm still having problems with buildworld on releng 4.9. My original
> problem was that make would fail on entering sendmail with a "don't know how
> to make" error. I removed /usr/src/* and /usr/sup/src-all/* and resynced
> with a different cvs server, and still had the same problem. So I edited
> make.conf to not build sendmail, since I don't need it. Now the build hangs
> with:
> 
> gzip -cn /usr/src/usr.sbin/boot0cfg/boot0cfg.8 > boot0cfg.8.gz
> ===> etc
> 
> Make appears to exit silently shortly after writing that output.

As it should.  The only things that should come after that are some
sendmail related stuff, which you apparently told it not to build.
If you have 'NO_SENDMAIL=true' in /etc/make.conf then the above is the
last thing that builworld should output, and means it is finished.

> I've tried
> additional resyncs, and I do remove the concents of /usr/obj/* before each
> build. I've seen another couple recent posts where clearing obj fixed a
> similar problem, but it hasn't worked for me.
> 
> So, I'm at a loss. What do I do next?

Your next step should be to build and install a kernel, and then
install the world.


-- 

Erik Trulsson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


at my wit's end on buildworld

2003-11-10 Thread jason watkins
Well, I'm still having problems with buildworld on releng 4.9. My original
problem was that make would fail on entering sendmail with a "don't know how
to make" error. I removed /usr/src/* and /usr/sup/src-all/* and resynced
with a different cvs server, and still had the same problem. So I edited
make.conf to not build sendmail, since I don't need it. Now the build hangs
with:

gzip -cn /usr/src/usr.sbin/boot0cfg/boot0cfg.8 > boot0cfg.8.gz
===> etc

Make appears to exit silently shortly after writing that output. I've tried
additional resyncs, and I do remove the concents of /usr/obj/* before each
build. I've seen another couple recent posts where clearing obj fixed a
similar problem, but it hasn't worked for me.

So, I'm at a loss. What do I do next?

jason watkins

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"