From owner-freebsd-stable@FreeBSD.ORG Wed Feb 27 13:36:40 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57149106566B for ; Wed, 27 Feb 2008 13:36:40 +0000 (UTC) (envelope-from janm@transactionware.com) Received: from mail.transactionware.com (mail.transactionware.com [203.14.245.7]) by mx1.freebsd.org (Postfix) with SMTP id 9E6F78FC17 for ; Wed, 27 Feb 2008 13:36:34 +0000 (UTC) (envelope-from janm@transactionware.com) Received: (qmail 67237 invoked from network); 27 Feb 2008 13:10:15 -0000 Received: from midgard.transactionware.com (192.168.1.55) by dm.transactionware.com with SMTP; 27 Feb 2008 13:10:15 -0000 Received: (qmail 36290 invoked by uid 907); 27 Feb 2008 13:09:52 -0000 Received: from midgard.transactionware.com (HELO STUDYPC) (192.168.1.55) by midgard.transactionware.com (qpsmtpd/0.32) with ESMTP; Thu, 28 Feb 2008 00:09:52 +1100 From: "Jan Mikkelsen" To: Date: Thu, 28 Feb 2008 00:09:50 +1100 Message-ID: <000801c87942$098dceb0$0301a8c0@STUDYPC> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6822 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: Ach5Qgi7Vyq0pN7cRbGe6o2CNwCp0w== Importance: Normal Subject: Tar regression from 6.2 to 6.3 with --strip-components X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2008 13:36:40 -0000 Hi, I've just noticed a regression in tar from 6.2 to 6.3: Running this on 6.2 produces no output: #!/bin/sh mkdir -p a b output touch a/file1 b/file2 tar cf test.tar a b tar -x -C output --strip-components 1 -f test.tar On 6.3, it produces this output: : Invalid empty pathname : Invalid empty pathname tar: Error exit delayed from previous errors. And the tar extraction returns a failure. Is this known? Should I raise a PR? Regards, Jan Mikkelsen