From owner-freebsd-ports Wed Aug 28 18:40:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E49337B401 for ; Wed, 28 Aug 2002 18:40:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E01D43E3B for ; Wed, 28 Aug 2002 18:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7T1e7JU040998 for ; Wed, 28 Aug 2002 18:40:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7T1e7N9040997; Wed, 28 Aug 2002 18:40:07 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F57137B400 for ; Wed, 28 Aug 2002 18:32:37 -0700 (PDT) Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96A743E6A for ; Wed, 28 Aug 2002 18:32:35 -0700 (PDT) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([218.46.6.95]) by t-mta1.odn.ne.jp with ESMTP id <20020829013233461.DCFI.1658.t-mta1.odn.ne.jp@mta1.odn.ne.jp>; Thu, 29 Aug 2002 10:32:33 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 99D305638; Thu, 29 Aug 2002 10:32:31 +0900 (JST) Message-Id: <20020829013231.99D305638@hadaly.dyndns.org> Date: Thu, 29 Aug 2002 10:32:31 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Cc: takamune@avrl.mei.co.jp X-Send-Pr-Version: 3.113 Subject: ports/42143: japanese/eb2, "make install" fails on -RELEASE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42143 >Category: ports >Synopsis: japanese/eb2, "make install" fails on -RELEASE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 28 18:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #17: Wed Aug 14 17:19:17 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: "make install" fails because the tar 1.11.2 included with 4.6.2-RELEASE doesn't recognize --no-same-owner option. >How-To-Repeat: # make install (snip) ===> Generating temporary packing list install -c -o root -g wheel -m 444 /usr/ports/distfiles/eb/appendix/LIST /usr/local/share/eb/appendix install -c -o root -g wheel -m 444 /usr/ports/distfiles/eb/appendix/LIST-ja /usr/local/share/eb/appendix /usr/bin/tar --no-same-owner --exclude CVS -C /usr/local/share/eb/appendix -zxmf /usr/ports/distfiles/eb/appendix/cencro-1.0.tar.gz /usr/bin/tar: unrecognized option `--no-same-owner' /usr/bin/tar: Unknown option. Use '/usr/bin/tar --help' for a complete list of options. *** Error code 1 >Fix: 1. Use archivers/gtar (see java/jdk13) 2. Take another copying scheme not depending on the tar's version 3. Abandon the current release ;) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message