From owner-freebsd-stable@freebsd.org Tue Jul 5 16:59:31 2016 Return-Path: Delivered-To: freebsd-stable@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 9DB4FB724C1 for ; Tue, 5 Jul 2016 16:59:31 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from oceanview.tundraware.com (oceanview.tundraware.com [45.55.60.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oceanview.tundraware.com", Issuer "oceanview.tundraware.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 534AF1EEC for ; Tue, 5 Jul 2016 16:59:30 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from slipstream.local (ds1.fai.acsalaska.net [209.193.23.130] (may be forged)) (authenticated bits=0) by oceanview.tundraware.com (8.15.2/8.15.2) with ESMTPSA id u65Gdb5P034312 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 5 Jul 2016 11:39:37 -0500 (CDT) (envelope-from tundra@tundraware.com) To: FreeBSD Stable Maling List From: Tim Daneliuk Subject: Is tar Broken In 10.3-STABLE? Message-ID: <36b73290-0714-d5e5-6740-3318ff1055ec@tundraware.com> Date: Tue, 5 Jul 2016 08:39:34 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (oceanview.tundraware.com [45.55.60.57]); Tue, 05 Jul 2016 11:39:38 -0500 (CDT) X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner-ID: u65Gdb5P034312 X-TundraWare-MailScanner: Found to be clean X-TundraWare-MailScanner-From: tundra@tundraware.com X-Spam-Status: No X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2016 16:59:31 -0000 I just upgraded to r302342 today to verify a problem I saw after a 10.3-STABLE upgrade yesterday. Upgrade was accomplished via makeworld/kernel & installworld/kernel. When using tar with the -T argument to provide a list of backup sources, it blows out with the following error if a source in the file list is missing: tar: INTERNAL ERROR: Function 'archive_read_disk_open' invoked with archive structure in state 'header', should be in state 'new/closed': Unknown error: -1 In the past, tar would make some noise if it was asked to copy a nonexistent file or directory, but it would continue the remainder of the archive operation. Thoughts?