Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 1999 21:40:55 -0400 (EDT)
From:      Mike Heffner <spock@techfour.net>
To:        (FreeBSD mailing list) <freebsd@mrynet.com>
Cc:        freebsd-current@freebsd.org
Subject:   RE: World fail + resulting cvsup failures
Message-ID:  <XFMail.991011214055.spock@techfour.net>
In-Reply-To: <199910112143.OAA08646@mrynet.com>

next in thread | previous in thread | raw e-mail | index | archive | help


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 <spock@techfour.net>
Fredericksburg, VA
ICQ# 882073
Date: 11-Oct-99   Time: 21:38:32
---------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.991011214055.spock>