Date: Tue, 11 Sep 2018 09:11:26 +0200 From: "Herbert J. Skuhra" <herbert@gojira.at> To: freebsd-toolchain@freebsd.org Subject: Re: is make release broken? Message-ID: <20180911071126.f5g6542lngym7jpj@mail.bsd4all.net> In-Reply-To: <CAFPNf58PBLkm7zjF-i=y01pK1JKom=WVrAfMn8pfjURKXU1zMw@mail.gmail.com> References: <CAFPNf58PBLkm7zjF-i=y01pK1JKom=WVrAfMn8pfjURKXU1zMw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 10, 2018 at 09:35:15PM -0700, Lee Brown wrote: > apologies if this is the wrong mailing list. Before I file a bug report, am > I doing this wrong? > > I'm trying to build an 11.2 releng on a 11.1 release box and am having > trouble with the 'make release' step. I've reduced the build script to > this, which is almost the same as described in release(7) except the > working directory. Expected EoL of releng/11.1 is September 30, 2018. > When it tries to execute makefs in line 58 of release/amd64/mkisoimages.sh > it's using an option -o platformid=efi which is unrecognised, the setup is > on line 41. > > Thanks for looking and any /hints/smack up the side of the head/ are > welcome. I thought the general rule was you could build version X.* from > version (X-1).* > > newfs_msdos: trim 25 sectors to adjust to a multiple of 63 > /dev/md0: 1532 sectors in 1532 FAT12 clusters (512 bytes/cluster) > BytesPerSec=512 SecPerClust=1 ResSectors=1 FATs=2 RootDirEnts=512 > Sectors=1575 Media=0xf8 FATsecs=5 SecPerTrack=63 Heads=1 HiddenSecs=0 > makefs: Unknown option `platformid' > usage: makefs [-t fs-type] [-o fs-options] [-d debug-mask] [-B endian] > [-S sector-size] [-M minimum-size] [-m maximum-size] [-R roundup-size] > [-s image-size] [-b free-blocks] [-f free-files] [-F mtree-specfile] > [-xZ] [-N userdb-dir] [-T <timestamp/file>] > image-file directory | manifest [extra-directory ...] > sh /work/11.2-releng/src/release/amd64/make-memstick.sh disc1 memstick.img > Calculated size of `memstick.img.part': 686432256 bytes, 11997 inodes > Extent size set to 8192 > memstick.img.part: 654.6MB (1340688 sectors) block size 8192, fragment size > 1024 > using 13 cylinder groups of 54.52MB, 6979 blks, 1024 inodes. > super-block backups (for fsck -b #) at: > 144, 111808, 223472, 335136, 446800, 558464, 670128, 781792, > 893456, 1005120, 1116784, 1228448, 1340112, > Populating `memstick.img.part' > Image `memstick.img.part' complete > mkimg: invalid option -- a > mkimg: error: unknown option Known issue: https://svnweb.freebsd.org/base?view=revision&revision=333005 -- Herbert
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180911071126.f5g6542lngym7jpj>