From owner-freebsd-current@FreeBSD.ORG Fri Jul 9 06:05:49 2004 Return-Path: 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 DBE1816A4CE for ; Fri, 9 Jul 2004 06:05:49 +0000 (GMT) Received: from smtp004.bizmail.sc5.yahoo.com (smtp004.bizmail.sc5.yahoo.com [66.163.175.81]) by mx1.FreeBSD.org (Postfix) with SMTP id A905A43D48 for ; Fri, 9 Jul 2004 06:05:49 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@70.240.179.20 with login) by smtp004.bizmail.sc5.yahoo.com with SMTP; 9 Jul 2004 06:05:49 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 94A596191; Fri, 9 Jul 2004 01:05:48 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00573-02; Fri, 9 Jul 2004 01:05:47 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 2DB40618F; Fri, 9 Jul 2004 01:05:47 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.12.11/8.12.11) with ESMTP id i6965kh4020002; Fri, 9 Jul 2004 01:05:47 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <40EE35BA.4040701@alumni.rice.edu> Date: Fri, 09 Jul 2004 01:05:46 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040629) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Kientzle Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org cc: current@freebsd.org Subject: bsdtar fails on xorg-libraries (X11R6.7.0-src3.tar.gz) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 06:05:50 -0000 When attempting to reinstall xorg-libraries with -CURRENT from today (using WITH_BSDTAR), I ran across a problem extracting X11R6.7.0-src3.tar.gz: $ bsdtar xf /usr/ports/distfiles/xorg/X11R6.7.0-src3.tar.gz xc/programs/Xserver/: Can't set permissions: No such file or directory xc/programs/Xserver/GL/: Can't set permissions: No such file or directory xc/programs/Xserver/GL/apple/: Can't set permissions: No such file or directory $ echo $? 1 $ rm -rf * $ gtar zxf /usr/ports/distfiles/xorg/X11R6.7.0-src3.tar.gz $ echo $? 0 I had successfully upgraded xorg-libraries after the last commit (some 34 hours ago), so the issue is most likely with the "fourth complete rewrite of the dir-creation code": http://lists.freebsd.org/pipermail/cvs-src/2004-July/026963.html Just FYI: I was reinstalling xorg-libraries because I forgot that our in-tree gcc produces a broken (xfree86|xorg)-libraries with -Os as seen before on this list. Jon