Re: sbin/vinum broken

2001-05-24 Thread Greg Lehey
On Thursday, 24 May 2001 at 18:28:19 +0300, Ruslan Ermilov wrote: > On Thu, May 24, 2001 at 09:24:56AM +0930, Greg Lehey wrote: >> On Wednesday, 23 May 2001 at 16:56:39 +0300, Ruslan Ermilov wrote: >>> Hi! >>> >>> src/sbin/vinum is broken at the moment. >>> It doesn't build without -DVINUMDEBUG. >

Re: sbin/vinum broken

2001-05-24 Thread Ruslan Ermilov
On Thu, May 24, 2001 at 09:24:56AM +0930, Greg Lehey wrote: > On Wednesday, 23 May 2001 at 16:56:39 +0300, Ruslan Ermilov wrote: > > Hi! > > > > src/sbin/vinum is broken at the moment. > > It doesn't build without -DVINUMDEBUG. > > *sigh*. I could have sworn I tested this, but it seems I did it

Re: sbin/vinum broken

2001-05-23 Thread Greg Lehey
On Wednesday, 23 May 2001 at 16:56:39 +0300, Ruslan Ermilov wrote: > Hi! > > src/sbin/vinum is broken at the moment. > It doesn't build without -DVINUMDEBUG. *sigh*. I could have sworn I tested this, but it seems I did it in a parallel universe. It's fixed now, I think. me->pointyhat++; > > A

Re: sbin/vinum broken

2001-05-23 Thread Ruslan Ermilov
On Wed, May 23, 2001 at 09:08:31AM -0700, David Wolfskill wrote: > >Date: Wed, 23 May 2001 16:56:39 +0300 > >From: Ruslan Ermilov <[EMAIL PROTECTED]> > > >src/sbin/vinum is broken at the moment. > >It doesn't build without -DVINUMDEBUG. > > >A quick workaround: > > [Workaround -- adding "CFLAGS

installworld broken (includes fix) [was: Re: sbin/vinum broken]

2001-05-23 Thread David Wolfskill
>Date: Wed, 23 May 2001 09:08:31 -0700 (PDT) >From: David Wolfskill <[EMAIL PROTECTED]> >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

Re: sbin/vinum broken

2001-05-23 Thread David Wolfskill
>Date: Wed, 23 May 2001 16:56:39 +0300 >From: Ruslan Ermilov <[EMAIL PROTECTED]> >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

sbin/vinum broken

2001-05-23 Thread Ruslan Ermilov
Hi! src/sbin/vinum is broken at the moment. It doesn't build without -DVINUMDEBUG. A quick workaround: Index: Makefile === RCS file: /home/ncvs/src/sbin/vinum/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile