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.