From owner-freebsd-questions@freebsd.org Wed Apr 27 21:37:37 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14527B1FA2B; Wed, 27 Apr 2016 21:37:37 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBA9B10AC; Wed, 27 Apr 2016 21:37:36 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1avX9P-00079f-Dq; Thu, 28 Apr 2016 00:37:39 +0300 Date: Thu, 28 Apr 2016 00:37:39 +0300 From: Slawa Olhovchenkov To: Rick Miller Cc: FreeBSD Questions , "freebsd-stable@freebsd.org" Subject: Re: stable/10 release.sh fails during mkisoimages-uefi.sh Message-ID: <20160427213739.GN6614@zxy.spb.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 21:37:37 -0000 On Wed, Apr 27, 2016 at 01:00:19PM -0400, Rick Miller wrote: > Hi all, > > Building stable/10@r298482 errors when executing newfs_msdos on > uefi-disc1.iso as shown below. It is being built on a system running a > 10.2 version of stable/10. I believe this problem could be due to either > the attempt to compile newer stable/10 code on an older 10.2 version of > stable/10 or something in the code is broke. Can you shed some light on > the error below? This issuse (makefs: error: The Disk Label must be at most 32 characters long) present always. Best way is fix makefs to shrink label to 32 characters and conver this error to warning > > > sh /usr/src/release/amd64/mkisoimages-uefi.sh -b > 10_3_STABLE_20160427_amd64_UEFICD uefi-disc1.iso disc1 > 200+0 records in > 200+0 records out > 819200 bytes transferred in 0.003004 secs (272717981 bytes/sec) > newfs_msdos: cannot get number of sectors per track: Operation not supported > newfs_msdos: cannot get number of heads: Operation not supported > 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: error: The Disk Label must be at most 32 characters long > 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] image-file directory | manifest [extra-directory ...] > sh /usr/src/release/amd64/mkisoimages-uefi.sh -b > 10_3_STABLE_20160427_amd64_UEFIBO uefi-bootonly.iso bootonly > 200+0 records in > 200+0 records out > 819200 bytes transferred in 0.003031 secs (270293725 bytes/sec) > newfs_msdos: cannot get number of sectors per track: Operation not supported > newfs_msdos: cannot get number of heads: Operation not supported > 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: error: The Disk Label must be at most 32 characters long > 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] image-file directory | manifest [extra-directory ...] > make -C /usr/src/release release-done > touch release > true > mkdir -p /R > cp -a ftp /R/ > cp -p disc1.iso /R/FreeBSD-10.3-STABLE-20160427-amd64-disc1.iso > cp -p bootonly.iso /R/FreeBSD-10.3-STABLE-20160427-amd64-bootonly.iso > cp -p memstick.img /R/FreeBSD-10.3-STABLE-20160427-amd64-memstick.img > cp -p mini-memstick.img > /R/FreeBSD-10.3-STABLE-20160427-amd64-mini-memstick.img > cp -p uefi-memstick.img > /R/FreeBSD-10.3-STABLE-20160427-amd64-uefi-memstick.img > cp -p uefi-mini-memstick.img > /R/FreeBSD-10.3-STABLE-20160427-amd64-uefi-mini-memstick.img > cp -p uefi-disc1.iso /R/FreeBSD-10.3-STABLE-20160427-amd64-uefi-disc1.iso > cp: uefi-disc1.iso: No such file or directory > *** Error code 1 > > Stop. > make: stopped in /usr/src/release > > > -- > Take care > Rick Miller > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"