Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2002 10:32:31 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        takamune@avrl.mei.co.jp
Subject:   ports/42143: japanese/eb2, "make install" fails on -RELEASE
Message-ID:  <20020829013231.99D305638@hadaly.dyndns.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020829013231.99D305638>