DragonFly kernel List (threaded) for 2007-05
DragonFly BSD
DragonFly kernel List (threaded) for 2007-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: FIXING VN AND CCD DEVICES ON HEAD! Re: HEADS up on HEAD


From: YONETANI Tomokazu <qhwt+dfly@xxxxxxxxxx>
Date: Mon, 21 May 2007 22:14:18 +0900

On Mon, May 21, 2007 at 01:04:39PM +0300, Hasso Tepper wrote:
> Hasso Tepper wrote:
> > Seems to work with source in /usr/src. Before I'll dig into it I'd like to
> > know whether it's a bug or compiling not in /usr/src isn't supported at
> > all?
> 
> Sorry, /usr/src has just a little bit older checkout. With updated tree
> compile fails with same error message.

dd is a bootstrap tool, so we shouldn't remove <sys/disklabel.h>
or buildworld fails on a pre-disklabel-untanglement system.
(http://leaf.dragonflybsd.org/mailarchive/commits/2007-05/msg00178.html)

Does it compile if you add
  #include <sys/disklabel.h>
to somewhere near
  #include <sys/diskslice.h>
?

Cheers.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]