This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Update install document to require GNU tar 1.14


On Fri, 24 Feb 2006, David Edelsohn wrote:

> 	While testing GCC 4.1 RC1, I discovered that GNU tar 1.13 corrupts
> some long filenames and cannot untar the distribution.  This patch updates
> the documentation to require at least version 1.14 of GNU tar.  I know
> that 1.15.1 works.

Given the requirement for tar 1.14, we could start generating POSIX-2001 
tar archives (tar --format=posix) and so potentially support unpacking by 
some non-GNU implementations.  (1.14 is the first GNU tar version 
supporting POSIX tar format.)  I don't think this change would be a good 
idea for 4.1.0, but we could perhaps make it for the mainline 
maintainer-scripts.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]