From owner-freebsd-bugs Sat Dec 13 13:40:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA17348 for bugs-outgoing; Sat, 13 Dec 1997 13:40:03 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA17333; Sat, 13 Dec 1997 13:40:02 -0800 (PST) (envelope-from gnats) Date: Sat, 13 Dec 1997 13:40:02 -0800 (PST) Message-Id: <199712132140.NAA17333@hub.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: bin/5284: pkg_create uses an unstandard tar Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/5284; it has been noted by GNATS. From: Bruce Evans To: freebsd-gnats-submit@FreeBSD.ORG, giffunip@asme.org Cc: Subject: Re: bin/5284: pkg_create uses an unstandard tar Date: Sun, 14 Dec 1997 08:28:33 +1100 >GNU tar claims not to be conforming to Posix 1003.1. In order to be >really portable the packaging tools should depend on a standards >compliant tar utility. cpio/README contains a one line patch for this (in GNU tar). The patch is dated 1992. It is not the default because it breaks tar's handling of long pathnames. >>Fix: >Perhaps pax(1) should be used as a replacement...I heard that BSDI >replaces tar with pax. I trust GNU cpio more. Bruce