"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
State Changed From-To: open->closed Fix committed to japanese/eb2 and japanese/eb, thanks.