Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 1998 11:08:19 -0600 (MDT)
From:      "Justin T. Gibbs" <gibbs@narnia.plutotech.com>
To:        brian@worldcontrol.com
Cc:        scsi@FreeBSD.ORG
Subject:   Re: CAM 19980712 build troubles
Message-ID:  <199807151708.LAA03281@narnia.plutotech.com>
In-Reply-To: <19980715011956.A9688@top.worldcontrol.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



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