From owner-freebsd-current@FreeBSD.ORG Sun Aug 7 16:23:06 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDB0C1065670; Sun, 7 Aug 2011 16:23:06 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 239A68FC13; Sun, 7 Aug 2011 16:23:06 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 4E09AE6406; Sun, 7 Aug 2011 17:23:01 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=mail; bh=4bpMbQlpiEGp OHASAcmsTRgBYe8=; b=iexzLgIWtLkaSqT+6mRtUFkvik+/aQiapkSKxGbIkecs buhQ+hCHZZ9r7BxOh+Wus1HjmdwrRdgYFQPpyCkkCoy+aW9fMw2J2S59xI21XDCM cT4YqjRcnfX8glD9L7P54YzznVfAse435xZbYAbBiB19ToPwACJ+IP1gbot9WBo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=mail; b=Wb6YVf rERmfTVd9WF5KyM8dRtRS91rziRH8YY8ZxN+6PPbEFs29UgrW0yLp04iDFZ2FJ7A tuG9nJxLpE63XVUEonFl/9VthpPjy+bheMiM7cxpsh04UWbdRUyKtJlmaxkkR0l/ oddhwHu/ecUPY13uI+R9bXnQK8O4eDpbwDZdU= Received: from [192.168.1.72] (unknown [188.222.18.231]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 154D2E62E7; Sun, 7 Aug 2011 17:23:01 +0100 (BST) Message-ID: <4E3EBBE4.9080604@cran.org.uk> Date: Sun, 07 Aug 2011 17:23:00 +0100 From: Bruce Cran User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Martin Matuska References: <86hb5yaav0.fsf@gmail.com> <4E3D73B9.7090406@FreeBSD.org> In-Reply-To: <4E3D73B9.7090406@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Test Rat , freebsd-current@freebsd.org Subject: Re: bsdtar(1) can't extract new ISO images X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2011 16:23:07 -0000 On 06/08/2011 18:02, Martin Matuska wrote: > The error is in FreeBSD ISO images. > They are created using makefs and that doesn't create ISO files that > strictly comple to the ECMA-119 (ISO9660 standard). > > I have already filed a PR at NetBSD (bin/45217): > http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=45217 > > The volume_set_id doesn't have to be filled with 0x20 characters, too. > I am also preparing a patch for libarchive (different things), but that > won't fix that one bug - makefs needs to be fixed. Thanks for the information - I suspect this is also the problem I saw a few weeks ago on OS X Lion when trying to extract an ISO of Windows Server 2003 R2: neutrino:tmp brucec$ tar -xvf en_win_srv_2003_r2_standard_with_sp2_cd2_X13-68583.iso neutrino:tmp brucec$ echo $? 0 It would be nice if bsdtar exited with a non-zero code in this case. -- Bruce Cran