From owner-freebsd-questions@freebsd.org Wed Jun 22 13:34:10 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 A7EAAAC5677; Wed, 22 Jun 2016 13:34:10 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-oi0-x231.google.com (mail-oi0-x231.google.com [IPv6:2607:f8b0:4003:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 72B4919BB; Wed, 22 Jun 2016 13:34:10 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: by mail-oi0-x231.google.com with SMTP id u201so21984409oie.0; Wed, 22 Jun 2016 06:34:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=9YKJ3UEkDu1VF/zPhexlZHrUH+goDBqobuGwo8sNVGk=; b=jW8BOnC3ql4HAOoAFS8lHs+Ky/rewtTcs3sET4/HTUjk5v4fNg+XaJuGCAwT46+olw 01TRg1qHL/9epUhfU8fcx2UsgWd5RPpFUR4D1K5kZYuYsbXWdueGU/CSbEQAg/6jY+iD J7MKf89CHkf1L7FlUFD7s/I3/x2EbaTzqbwj1iiUwBhZ7KUwTH5MI700yaAKklIWw3bq 2fX5UzNV8rdKDv7t4kLtbBanvj81mLNkVQOyRy3kVkgyApQ5q+wueCDAPTWIPqw040UQ M4gcw1xn/3cHNVkwCkcy62UYxPaDszIy7SsHA5cho9eJLQjWkLlhO3YTwFal8ipDWhw4 zs3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=9YKJ3UEkDu1VF/zPhexlZHrUH+goDBqobuGwo8sNVGk=; b=WqIX6f4Elaz3XdkuHry7H8WhPGoN9lPB4TjvqGZOr/FTduJnmno0bN4/49IDDQGX1Q 1uvXIs65q+9jWExVOa46Q9uOwxhH+l9TBin7Et9/z2QBIkKN6g1iH97b/HaCUzAtQ8IF PmmyfQJA0kE95LjCiMUhv7GqANI8fdv1Emeao+XUcOlGA3F/SbH6o8yl0WJYfnzM+GFA aygoeHvA+9mIxjabFiL/OB90+Ia39KT2rrYFN5CTs+EQPbu0A2Sc2ouNd70mKBoZ97wA tTxEzUgYRPO5+DI3o8/Wrn+O6MtBotKyYeDu6Vrunw6B0TiGe8o7dqPlh0pNaYkrbnBM ab8A== X-Gm-Message-State: ALyK8tLPMUXq2Vkl3ltVSiO9kF9Tpb7TgV8MPHWypSHPqMOVeSwIktPk1RsPHQDe56C/bTRmavjWrn5UGbJ4iQ== X-Received: by 10.202.214.21 with SMTP id n21mr1772075oig.70.1466602448932; Wed, 22 Jun 2016 06:34:08 -0700 (PDT) MIME-Version: 1.0 Sender: vrwmiller@gmail.com Received: by 10.202.214.88 with HTTP; Wed, 22 Jun 2016 06:34:08 -0700 (PDT) In-Reply-To: <20160427213739.GN6614@zxy.spb.ru> References: <20160427213739.GN6614@zxy.spb.ru> From: Rick Miller Date: Wed, 22 Jun 2016 09:34:08 -0400 X-Google-Sender-Auth: KYyuAm0nVRYOiivjK9gd2FPu9NA Message-ID: Subject: Re: stable/10 release.sh fails during mkisoimages-uefi.sh To: Slawa Olhovchenkov Cc: FreeBSD Questions , "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2016 13:34:10 -0000 On Wed, Apr 27, 2016 at 5:37 PM, Slawa Olhovchenkov wrote: > 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 Thanks. This is resolved with this patch: diff --git a/release/amd64/mkisoimages-uefi.sh b/release/amd64/mkisoimages-uefi.sh index 9526ad7..0441dac 100644 --- a/release/amd64/mkisoimages-uefi.sh +++ b/release/amd64/mkisoimages-uefi.sh @@ -50,7 +50,7 @@ if [ $# -lt 3 ]; then exit 1 fi -LABEL=`echo $1 | tr '[:lower:]' '[:upper:]'`; shift +LABEL=`echo $1 | tr '[:lower:]' '[:upper:]' | cut -c 1-32`; shift NAME=$1; shift publisher="The FreeBSD Project. http://www.FreeBSD.org/" and PR 210463 was opened. -- Take care Rick Miller