From owner-freebsd-current@FreeBSD.ORG Mon Sep 26 22:34:57 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.ORG Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2246F16A41F for ; Mon, 26 Sep 2005 22:34:57 +0000 (GMT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9965C43D48 for ; Mon, 26 Sep 2005 22:34:56 +0000 (GMT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (localhost.csail.mit.edu [127.0.0.1]) by khavrinen.csail.mit.edu (8.13.1/8.13.1) with ESMTP id j8QMYs2D054265 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.csail.mit.edu issuer=Client+20CA); Mon, 26 Sep 2005 18:34:55 -0400 (EDT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: (from wollman@localhost) by khavrinen.csail.mit.edu (8.13.1/8.13.1/Submit) id j8QMYsp1054262; Mon, 26 Sep 2005 18:34:54 -0400 (EDT) (envelope-from wollman) From: Garrett Wollman MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17208.30606.117170.36398@khavrinen.csail.mit.edu> Date: Mon, 26 Sep 2005 18:34:54 -0400 To: Ed Maste In-Reply-To: <20050926195807.GD95971@sandvine.com> References: <20050926195807.GD95971@sandvine.com> X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-1.6 (khavrinen.csail.mit.edu [127.0.0.1]); Mon, 26 Sep 2005 18:34:55 -0400 (EDT) X-Spam-Status: No, score=0.0 required=5.0 tests=none version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on khavrinen.csail.mit.edu X-Mailman-Approved-At: Tue, 27 Sep 2005 11:34:55 +0000 Cc: freebsd-current@FreeBSD.ORG Subject: Bsdtar and archive torture tests 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: Mon, 26 Sep 2005 22:34:57 -0000 < said: > to ../longfilenames/84 > as well as some other issues. It appears that all of the "symlink > target changed" cases have both a long name and some high-bit > characters. What is your locale set to? POSIX pax interchange format, the default for bsdtar, requires file names in archives to be represented in UTF-8. , when interpreted as UTF-8, is the character U+00E0 (LATIN SMALL LETTER A WITH GRAVE ACCENT). -GAWollman