From owner-freebsd-stable Sat Aug 29 11:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23439 for freebsd-stable-outgoing; Sat, 29 Aug 1998 11:40:06 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from netcom1.netcom.com (netcom11.netcom.com [192.100.81.121]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23310 for ; Sat, 29 Aug 1998 11:39:43 -0700 (PDT) (envelope-from mvh@netcom.com) Received: (from mvh@localhost) by netcom1.netcom.com (8.8.8/8.8.8) id LAA11273; Sat, 29 Aug 1998 11:38:08 -0700 (PDT) (envelope-from mvh) Date: Sat, 29 Aug 1998 11:38:08 -0700 (PDT) Message-Id: <199808291838.LAA11273@netcom1.netcom.com> From: "Michael V. Harding" To: billy@idiom.com CC: Fedor.Gubarev@itep.ru, freebsd-stable@FreeBSD.ORG In-reply-to: (message from Billy Thompson on Sat, 29 Aug 1998 11:18:47 -0700 (PDT)) Subject: Re: Failed to build kernel... References: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This has apparently just been fixed. Edit src/sys/kern/vfs_bio.c Add delta 1.104.2.11 98.08.29.17.39.39 luoqi Add delta 1.104.2.12 98.08.29.17.50.13 luoqi The first patch breaks, the second fixes it. Date: Sat, 29 Aug 1998 11:18:47 -0700 (PDT) From: Billy Thompson cc: freebsd-stable@FreeBSD.ORG Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.ORG X-UIDL: 6a099c726dbe53e07ecf1ee0c3c69426 Either I missed the same thing you did, or there is a bug because I got the exact same error. On Sat, 29 Aug 1998, Fedor Gubarev wrote: > Hi, > I wonder if this is a bug or I'm missing something... > Today the "installworld" worked fine for me until > the kernel building: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DCOMPAT_43 -DMSDOSFS -DMFS -DNFS -DFFS -DINET -DMD5 -DKERNEL ../../kern/vfs_bio.c ../../kern/vfs_bio.c: In function `getblk': ../../kern/vfs_bio.c:1177: `LK_EXCLUSIVE' undeclared (first use this function) ../../kern/vfs_bio.c:1177: (Each undeclared identifier is reported only once ../../kern/vfs_bio.c:1177: for each function it appears in.) *** Error code 1 > gcc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -nostdinc -I- -I. -I../.. -I../../../include -DMSDOSFS -DNFS -DFFS -DINET > -DMD5 -DCOMPAT_43 -DKERNEL ../../kern/vfs_bio.c > ../../kern/vfs_bio.c: In function `getblk': > ../../kern/vfs_bio.c:1177: `LK_EXCLUSIVE' undeclared (first use this > function) > ../../kern/vfs_bio.c:1177: (Each undeclared identifier is reported only > once > ../../kern/vfs_bio.c:1177: for each function it appears in.) > *** Error code 1 > > Stop. > ------------------------------------- > > At the moment it seems that there a list of other undeclared > macroses in the kernel src: LK_EXCLUSIVE, LK_RETRY, LK_INTERLOCK ..... > > The source tree was cvsup'ed today from cvsup.freebsd.org. > > Any suggestions ? > > F.Gubarev. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message