From owner-svn-src-head@freebsd.org Mon Apr 9 23:38:42 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E96C4F884C8; Mon, 9 Apr 2018 23:38:41 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (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 8384A875B6; Mon, 9 Apr 2018 23:38:41 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C521221080; Mon, 9 Apr 2018 19:38:40 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 09 Apr 2018 19:38:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=yQTr6e0Lfj/6KWrjW2usGY5+GCpg/ AkjJo3F8kOY3Fg=; b=MsgxOPZodzb2YqGMVR6PC4bPJFZZOh5JD6pA+YKrJNj7z zLw6YtsbjbBBYHne967y+LyvUKlr5LArPSDh7dzQwgioxWegzbYecCOtC0UYvTLT DE1aVjJHoZzGjL4QXQ1jxiFc3a99hoebr023NEOYzMRTa1FGpJ+5Zaq6pxXQQuoH ZVBYClreoQRY27q9QagcOlIkIm+HVlJRrdINMDe8io1upl3lfjesyF9fKqkqsICL nLf7zxDwLClvki4oIETbvMtxn1Ekg1BjQx/zsbziwmcIR23x0ch5mzeS8rNrYUCo cx/6Vi3/C2JUDD4AqdBDAqOSoyatVgq3HfFY+86RQ== X-ME-Sender: Received: from [10.57.2.204] (unknown [209.63.143.172]) by mail.messagingengine.com (Postfix) with ESMTPA id 20804E4449; Mon, 9 Apr 2018 19:38:40 -0400 (EDT) From: Benno Rice Message-Id: Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Re: svn commit: r331843 - in head/usr.sbin/makefs: . cd9660 Date: Mon, 9 Apr 2018 16:38:38 -0700 In-Reply-To: <20180409133717.GB82598@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org To: Glen Barber References: <201803311504.w2VF4gxR024784@repo.freebsd.org> <20180409133717.GB82598@FreeBSD.org> X-Mailer: Apple Mail (2.3445.6.18) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2018 23:38:42 -0000 > On Apr 9, 2018, at 6:37 AM, Glen Barber wrote: [snip] > It appears this part has broken creating disc1.iso (and other ISO > images) for amd64. I see the following error: [snip] Yep, that=E2=80=99s on me. I forgot to update mkisoimages.sh. Could you = try the attached patch?