From owner-freebsd-questions Thu Feb 25 0:10:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id 56A1014CEA for ; Thu, 25 Feb 1999 00:08:56 -0800 (PST) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id JAA08087 for ; Thu, 25 Feb 1999 09:08:39 +0100 (MET) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.7.5/8.7.3) with ESMTP id JAA26947 for ; Thu, 25 Feb 1999 09:08:38 +0100 (MET) Received: (from gunnar@localhost) by pluto.sr.se (8.9.1/8.9.1) id JAA24591 for questions@FreeBSD.org; Thu, 25 Feb 1999 09:08:38 +0100 (CET) (envelope-from gunnar) Message-ID: <19990225090838.A24560@sr.se> Date: Thu, 25 Feb 1999 09:08:38 +0100 From: Gunnar Flygt To: FreeBSD Questions Subject: trying a make upgrade from 2.2.7 -> 3.1-RELEASE Reply-To: flygt@sr.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When trying to compile the source for 3.1-RELEASE with the option upgrade, I got following error. I installed all the source from ftp.freebsd.org to be sure not missing anything: cc -nostdinc -O -pipe -I/usr/obj/aout/usr/src/tmp/usr/include -o jot jot.o gzip -cn /usr/src/usr.bin/jot/jot.1 > jot.1.gz ===> usr.bin/kdump cc -nostdinc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../.. -I/usr/obj/aout/usr/src/tmp/usr/include -c /usr/src/usr.bin/kdump/kdump.c /bin/sh /usr/src/usr.bin/kdump/mkioctls > ioctl.c cc -nostdinc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdum p/../.. -I/usr/obj/aout/usr/src/tmp/usr/include -c ioctl.c In file included from ioctl.c:73: /usr/obj/aout/usr/src/tmp/usr/include/sys/dpt.h:1123: field `sc_scsi_link' has incomplete type ioctl.c: In function `ioctlname': ioctl.c:1676: `dpt_perf_t' undeclared (first use this function) ioctl.c:1676: (Each undeclared identifier is reported only once ioctl.c:1676: for each function it appears in.) *** Error code 1 Stop. Since it is in usr.bin it crashes, the compilation has gone almost all the way out.i The lines are a bit broken, since the mailer cuts the lines. Hope this doesn't make it unreadable Any suggestions? -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message