From owner-freebsd-current Wed May 23 9: 8:49 2001 Delivered-To: freebsd-current@freebsd.org Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by hub.freebsd.org (Postfix) with ESMTP id 63E8037B423 for ; Wed, 23 May 2001 09:08:45 -0700 (PDT) (envelope-from david@catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.10.0/8.10.0) id f4NG8Vt05998 for current@FreeBSD.ORG; Wed, 23 May 2001 09:08:31 -0700 (PDT) Date: Wed, 23 May 2001 09:08:31 -0700 (PDT) From: David Wolfskill Message-Id: <200105231608.f4NG8Vt05998@bunrab.catwhisker.org> To: current@FreeBSD.ORG Subject: Re: sbin/vinum broken In-Reply-To: <20010523165638.A17292@sunbay.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Date: Wed, 23 May 2001 16:56:39 +0300 >From: Ruslan Ermilov >src/sbin/vinum is broken at the moment. >It doesn't build without -DVINUMDEBUG. >A quick workaround: [Workaround -- adding "CFLAGS+= -DVINUMDEBUG" to src/sbin/vinum/Makefile -- elided] OK; I verified that I experienced this, as well. After applying the workaround, I continued with "make everything && make kernel KERNCONF=LAPTOP_30W && make installworld && mergemaster". The "make installworld" dies, however: cd /usr/src/include/../sys; install -C -C -o root -g wheel -m 444 dev/usb/*.h /usr/include/dev/usb cd /usr/src/include/../sys; install -C -C -o root -g wheel -m 444 dev/wi/*.h /usr/include/dev/wi cd /usr/src/include/../sys; install -C -C -o root -g wheel -m 444 fs/fdesc/*.h /usr/include/fs/fdesc install: fs/fdesc/*.h: No such file or directory *** Error code 71 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 I suspect that the reference to fs/fdesc/*.h should read "fs/fdescfs/*.h", per the earlier "HEADS UP" note. This system is: FreeBSD dhcp-133.catwhisker.org 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Tue May 22 19:29:45 PDT 2001 root@dhcp-133.catwhisker.org:/common/C/obj/usr/src/sys/LAPTOP_30W i386 However, not only was I able to get this far in multi-user mode, but I was able to do it while doing the "make buildworld" & friends in an X environment. Cheers, david -- David H. Wolfskill david@catwhisker.org As a computing professional, I believe it would be unethical for me to advise, recommend, or support the use (save possibly for personal amusement) of any product that is or depends on any Microsoft product. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message