Re: World fail + resulting cvsup failures

1999-10-12 Thread John Polstra

 mrynet# cvsup
 
 
 ***
 *** runtime error:
 ***Segmentation violation - possible attempt to dereference NIL
 ***pc = 0x2f
 ***
 
 Abort trap

I sent a heads up about this to the list a while ago.  There are
people working on the kernel problem that causes it.  For now, add
"@M3novm" to the cvsup command line (anywhere) as a work-around.

And don't try to build a new Modula-3 or CVSup on -current at the
moment.  It won't work.

John
-- 
  John Polstra   [EMAIL PROTECTED]
  John D. Polstra  Co., Inc.Seattle, Washington USA
  "No matter how cynical I get, I just can't keep up."-- Nora Ephron


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: World fail + resulting cvsup failures

1999-10-11 Thread Mike Heffner


On 11-Oct-99 FreeBSD mailing list wrote:
 After an attempt to build world failed early this morning after a 
 cvsup, I can neither resolve the world problem, nor can I cvsup.
 
 World failure:
 
 === usr.bin/kdump
 cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../..
 -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.bin/kdump/kdump.c
 /bin/sh /usr/src/usr.bin/kdump/mkioctls  ioctl.c
 In file included from :45:
 /usr/obj/usr/src/tmp/usr/include/sys/memrange.h:16: warning: `MDF_ACTIVE'
 redefined
 /usr/obj/usr/src/tmp/usr/include/pccard/cardinfo.h:77: warning: this is the
 location of the previous definition
 cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../..
 -I/usr/obj/usr/src/tmp/usr/include -c ioctl.c
 In file included from ioctl.c:65:
 /usr/obj/usr/src/tmp/usr/include/sys/memrange.h:16: warning: `MDF_ACTIVE'
 redefined
 /usr/obj/usr/src/tmp/usr/include/pccard/cardinfo.h:77: warning: this is the
 location of the previous definition
 ioctl.c: In function `ioctlname':
 ioctl.c:353: sizeof applied to an incomplete type
 ioctl.c:617: sizeof applied to an incomplete type
 *** Error code 1
 
 Stop in /usr/src/usr.bin/kdump.
 *** Error code 1
 

i just sent a message to the list about this, "make buildworld dies in
usr.bin/kdump (fix)" here's the patch i included in that message:

--- usr.bin/kdump/mkioctls.old  Mon Oct 11 11:41:27 1999
+++ usr.bin/kdump/mkioctls  Mon Oct 11 10:46:17 1999
@@ -35,6 +35,7 @@
print "#include netatm/atm_sap.h"
print "#include netatm/atm_sys.h"
print "#include netinet/in.h"
+   print "#include netinet/ip_mroute.h"
print "#include cam/cam.h"
print "#include stdio.h"
print ""


the rest of your problems I don't know anything about ;)

-
Mike Heffner [EMAIL PROTECTED]
Fredericksburg, VA
ICQ# 882073
Date: 11-Oct-99   Time: 21:38:32
-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message