From owner-freebsd-current Fri May 7 16:31: 9 1999 Delivered-To: freebsd-current@freebsd.org Received: from calvin.saturn-tech.com (calvin.saturn-tech.com [207.229.19.6]) by hub.freebsd.org (Postfix) with ESMTP id 7B5DD152AA for ; Fri, 7 May 1999 16:30:58 -0700 (PDT) (envelope-from drussell@saturn-tech.com) Received: from localhost (drussell@localhost) by calvin.saturn-tech.com (8.8.8/8.8.8) with SMTP id RAA00595; Fri, 7 May 1999 17:29:44 -0600 (MDT) (envelope-from drussell@saturn-tech.com) Date: Fri, 7 May 1999 17:29:44 -0600 (MDT) From: Doug Russell To: Paul van der Zwan Cc: freebsd-current@FreeBSD.ORG Subject: Re: sio.c breaks kernel ( even GENERIC) In-Reply-To: <199905072053.WAA18539@trantor.xs4all.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 7 May 1999, Paul van der Zwan wrote: > I haven't been able to get a kernel built because of some undefined references > in sio.o. Even GENERIC is broken. > (cvsupped just a few minutes ago ) > > loading kernel > sio.o: In function `siocnprobe': > sio.o(.text+0x286e): undefined reference to `gdbdev' > sio.o(.text+0x2874): undefined reference to `gdb_getc' > sio.o(.text+0x287e): undefined reference to `gdb_putc' > sio.o(.text+0x2895): undefined reference to `gdbdev' > sio.o(.text+0x28c9): undefined reference to `gdbdev' > sio.o(.text+0x28cf): undefined reference to `gdb_getc' > sio.o(.text+0x28d9): undefined reference to `gdb_putc' > *** Error code 1 I've supped many times in the past 18 hours or so and I also get the above error trying to compile a kernel. My world also still fails at: ===> usr.bin/kdump /bin/sh /usr/src/usr.bin/kdump/mkioctls > ioctl.c In file included from :47: /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 rm -f .depend mkdep -f .depend -a -nostdinc -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.. -I/usr/obj/usr/src/tmp/usr/include /usr/src/usr.bin/kdump/kdump.c ioctl.c /usr/src/usr.bin/kdump/../ktrace/subr.c ioctl.c:7: sys/disk.h: No such file or directory In file included from ioctl.c:76: /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 mkdep: compile failed *** Error code 1 Stop. If I go to /usr/src/usr.bin/kdump and 'make depend', it gives me the same warnings, but it works... Then if I continue my world with a -DNOCLEAN, it fails at usr.bin/truss with a similar error. If I make depend there as well, the world completes.... Later...... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message