From owner-freebsd-scsi Wed Jul 15 10:13:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA15870 for freebsd-scsi-outgoing; Wed, 15 Jul 1998 10:13:52 -0700 (PDT) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA15865 for ; Wed, 15 Jul 1998 10:13:50 -0700 (PDT) (envelope-from gibbs@narnia.plutotech.com) Received: (from gibbs@localhost) by narnia.plutotech.com (8.8.8/8.7.3) id LAA03281; Wed, 15 Jul 1998 11:08:19 -0600 (MDT) Date: Wed, 15 Jul 1998 11:08:19 -0600 (MDT) From: "Justin T. Gibbs" Message-Id: <199807151708.LAA03281@narnia.plutotech.com> To: brian@worldcontrol.com cc: scsi@FreeBSD.ORG Subject: Re: CAM 19980712 build troubles Newsgroups: pluto.freebsd.scsi In-Reply-To: <19980715011956.A9688@top.worldcontrol.com> User-Agent: tin/pre-1.4-971204 (UNIX) (FreeBSD/3.0-CURRENT (i386)) Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Even if you ignore that error, buildworld dies elsewhere: > > cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/uss/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/uss/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c /uss/src/lib/libc/../libc/gen/lockf.c -o lockf.o > /uss/src/lib/libc/../libc/gen/lockf.c: In function `lockf': > /uss/src/lib/libc/../libc/gen/lockf.c:62: `F_ULOCK' undeclared (first use this f This looks very strange. It seems you are building in /uss/src, but the build is pulling includes from /usr/obj/usr/src/tmp/usr/include which may be stale. I would expect it to be looking in /usr/obj/uss/src/tmp/usr/include. > I also tried building a kernel. This worked fine, but the > kernel panic'ed when trying to boot the root device just after > it said > /kernel: changing root device to sd0s2a. > which seemed unusual to me. Certainly does. That sounds like a normal -current kernel to me, not a CAM one. Perhaps you mixed up /uss/src with /usr/src?? -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message