> On Mar 25, 2018, at 1:54 AM, Dave Cottlehuber <d...@skunkwerks.at> wrote: > > On Fri, 23 Mar 2018, at 21:56, Benno Rice wrote:
[commit message snipped] > Hi Benno, > > This breaks `make -DNOPORTS -s memstick ftp cdrom` for me. Rolling back to > r331462 is the last working commit. > > This is the failure I see: > > 819200 bytes transferred in 0.007027 secs (116577317 bytes/sec) > newfs_msdos: cannot get number of sectors per track: Operation not supported > newfs_msdos: cannot get number of heads: Operation not supported > /dev/md0: 1557 sectors in 1557 FAT12 clusters (512 bytes/cluster) > BytesPerSec=512 SecPerClust=1 ResSectors=1 FATs=2 RootDirEnts=512 > Sectors=1600 Media=0xf8 FATsecs=5 SecPerTrack=63 Heads=1 HiddenSecs=0 > makefs: boot disk system must be i386, powerpc, macppc, or mac68k > Usage: makefs [-xZ] [-B endian] [-b free-blocks] [-d debug-mask] > [-F mtree-specfile] [-f free-files] [-M minimum-size] [-m maximum-size] > [-N userdb-dir] [-O offset] [-o fs-options] [-R roundup-size] > [-S sector-size] [-s image-size] [-T <timestamp/file>] [-t fs-type] > image-file directory | manifest [extra-directory ...] [snip] Hi Dave, You'll need to install makefs from the new tree before running make release. I’ll put a note in UPDATING to that effect. It should be as simple as: $ cd $SRCDIR/usr.sbin/makefs $ make depend all install Sorry for the confusion. Thanks, Benno. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"