On Wed, 06 Jan 2010, Szak�ts Viktor wrote:

Hi,

> I got this while trying to create a 2.0.0 tgz for darwin (Snow Leopard):
> ---
> [...]
> ./bin/postinst.sh
> tar: Option --owner=root is not supported
> Usage:
>   List:    tar -tf <archive-filename>
>   Extract: tar -xf <archive-filename>
>   Create:  tar -cf <archive-filename> [filenames...]
>   Help:    tar --help
> wc: harbour-2.0.0-darwin.bin.tar.gz: open: No such file or directory
> cat: harbour-2.0.0-darwin.bin.tar.gz: No such file or directory
> ---

You have non GNU tar which accepts --version parameter so it's wrongly
recognized by mpkg_tgz.sh as GNU tar but it does not accept --owner
parameter. Please install GNU tar (gtar) or try to improve GNU tar
auto detection in mpkg_tgz.sh[97-103]

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to