From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 26 19:30:39 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62BBD16A40F for ; Tue, 26 Sep 2006 19:30:39 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78E4843D49 for ; Tue, 26 Sep 2006 19:30:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8QJUY4V080261 for ; Tue, 26 Sep 2006 19:30:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8QJUXfZ080252; Tue, 26 Sep 2006 19:30:33 GMT (envelope-from gnats) Resent-Date: Tue, 26 Sep 2006 19:30:33 GMT Resent-Message-Id: <200609261930.k8QJUXfZ080252@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Korzeniewski Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4795C16A403 for ; Tue, 26 Sep 2006 19:26:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12C2E43D6D for ; Tue, 26 Sep 2006 19:26:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8QJQ73F011140 for ; Tue, 26 Sep 2006 19:26:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8QJQ7lU011139; Tue, 26 Sep 2006 19:26:07 GMT (envelope-from nobody) Message-Id: <200609261926.k8QJQ7lU011139@www.freebsd.org> Date: Tue, 26 Sep 2006 19:26:07 GMT From: Frank Korzeniewski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/103690: tar processes --exclude as if the pattern started with a * X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Sep 2006 19:30:39 -0000 >Number: 103690 >Category: misc >Synopsis: tar processes --exclude as if the pattern started with a * >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 26 19:30:31 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Frank Korzeniewski >Release: 6.1 >Organization: >Environment: FreeBSD adsl-63-194-157-35.dsl.snfc21.pacbell.net 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: i use the following command in the /usr/src directory: tar cf ../src.tar --exclude 'sys/*' . to copy the system source from one machine to another. i do a make buildworld on both machines. the following error shows up: "Makefile", line 50: Could not find /usr/src/lib/libc/sys/Makefile.inc there is nothing in the directory /usr/src/lib/libc/sys its my opinion that there should be if tar follows the shell globing rules! >How-To-Repeat: do what i did in the full description. >Fix: change the man page to reflect the non-shell behavior or fix tar. i just want to say you guys do a great job. (i'm not saying that to get this fixed) >Release-Note: >Audit-Trail: >Unformatted: