RESOLVED FIXED 22901
file names are getting too long for default tar format
https://bugs.webkit.org/show_bug.cgi?id=22901
Summary file names are getting too long for default tar format
Gustavo Noronha (kov)
Reported 2008-12-17 06:58:57 PST
While trying the make dist target I got a warning from tar saying that it wouldn't include webkit-1.0.3/WebKitTools/DumpRenderTree/gtk/TestNetscapePlugin/ForwardingHeaders/WebKit/npfunctions.h in the resulting archive, because the file is larger than 99 characters.
Attachments
proposed fix (872 bytes, patch)
2008-12-17 06:59 PST, Gustavo Noronha (kov)
no flags
proposed fix (886 bytes, patch)
2008-12-17 07:02 PST, Gustavo Noronha (kov)
zecke: review+
Gustavo Noronha (kov)
Comment 1 2008-12-17 06:59:52 PST
Created attachment 26092 [details] proposed fix by using the ustar tar format we increase the filename limit to 256 characters, which should be more than enough, and keeps things quite portable
Gustavo Noronha (kov)
Comment 2 2008-12-17 07:02:03 PST
Created attachment 26093 [details] proposed fix tabs->whitespaces in the changelog; sorry
Holger Freyther
Comment 3 2008-12-17 13:07:29 PST
Comment on attachment 26093 [details] proposed fix Will tar-pax be an option in the future?
Holger Freyther
Comment 4 2008-12-19 08:55:16 PST
Landed in rr39407.
Note You need to log in before you can comment on or make changes to this bug.