:I've just seen your posting and I think I can offer an explanation: The :definitions of D_TAPE, D_DISK, and D_MEM have moved from <sys/conf.h> to :<sys/device.h> in HEAD, and the latter is not included in src/bin/dd.c of :DragonFly_RELEASE_1_6. That's why the bootstrap stage fails here. : :Regards, :Frank Josellis
Ok, I committed the change to the 1.6 release branch and updated the slip tag, simply adding an additional #include. I have not tested whether this fixes the compilation issue under HEAD, but at least it doesn't break native buildworlds on 1.6 :-) -Matt Matthew Dillon <[EMAIL PROTECTED]>