Bug 42143 - japanese/eb2, "make install" fails on -RELEASE
Summary: japanese/eb2, "make install" fails on -RELEASE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-29 02:40 UTC by Kimura Fuyuki
Modified: 2003-02-22 17:05 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2002-08-29 02:40:01 UTC
"make install" fails because the tar 1.11.2 included with
4.6.2-RELEASE doesn't recognize --no-same-owner option.

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 ;)
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
Comment 1 Akinori MUSHA freebsd_committer freebsd_triage 2003-02-22 17:05:18 UTC
State Changed
From-To: open->closed

Fix committed to japanese/eb2 and japanese/eb, thanks.