Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Mar 2018 14:00:53 -0700
From:      Benno Rice <benno@FreeBSD.org>
To:        Dave Cottlehuber <dch@skunkwerks.at>
Cc:        svn-src-head@freebsd.org
Subject:   Re: svn commit: r331463 - in head: release/amd64 usr.sbin/makefs/cd9660
Message-ID:  <E1C5A0E1-6F9B-41F1-9EBA-572AC7BCC152@FreeBSD.org>
In-Reply-To: <1521968045.2210546.1315137584.4D202E01@webmail.messagingengine.com>
References:  <201803232056.w2NKuJr5037840@repo.freebsd.org> <1521968045.2210546.1315137584.4D202E01@webmail.messagingengine.com>

index | next in thread | previous in thread | raw e-mail



> On Mar 25, 2018, at 1:54 AM, Dave Cottlehuber <dch@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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1C5A0E1-6F9B-41F1-9EBA-572AC7BCC152>