Re: BUG #4883: tar xf fails on NFS4 mounts

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: ajmcello <ajmcello78(at)gmail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4883: tar xf fails on NFS4 mounts
Date: 2009-07-01 23:21:11
Message-ID: 19075.1246490471@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Tom Lane wrote:
>> It's required by the Single Unix Spec
>> http://www.opengroup.org/onlinepubs/007908799/xcu/tar.html
>> (although that specifically disallows the ordering "oxf" that you
>> suggest) and I see it in tar on HPUX 10.20, which ought to be about
>> ancient enough for anybody.

> My old BSD has:

> -o Write very old style tar archive, omitting the storage of direc-
> tories.

Yeah, and we later found out that it was horribly broken in GNU tar
1.14, which is still out there. So it got reverted.

I'm currently thinking that the best solution is to dodge the problem
entirely by getting rid of the sub-tarballs. There's no very good
reason why we don't ship those generated doc files "loose" in the
tarball. The man files are already extracted into man1/ and man7/
as the first step of using them, so we should just make that be the
shipped state of the tree. The .html files could similarly be dumped
into an html/ subdirectory after they're created, instead of being
wrapped up in a tarball.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2009-07-01 23:45:24 Re: BUG #4883: tar xf fails on NFS4 mounts
Previous Message Bruce Momjian 2009-07-01 23:16:22 Re: BUG #4883: tar xf fails on NFS4 mounts