Date: Wed, 23 May 2001 09:08:31 -0700 (PDT) From: David Wolfskill <david@catwhisker.org> To: current@FreeBSD.ORG Subject: Re: sbin/vinum broken Message-ID: <200105231608.f4NG8Vt05998@bunrab.catwhisker.org> In-Reply-To: <20010523165638.A17292@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>Date: Wed, 23 May 2001 16:56:39 +0300 >From: Ruslan Ermilov <ru@FreeBSD.ORG> >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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105231608.f4NG8Vt05998>