On Sat, 18 Jan 2014 13:38:47 -0800
Jonathan Swartz <swa...@pobox.com> wrote:

> That's strange. I've created and uploaded a new distribution 1.53, can you 
> folks try downloading that and see if it's the same problem?

Those warnings are caused by Apple's tar(1) putting some extended
attributes in. GNU tar does not recognise them and outputs warnings.
FreeBSD tar seems to either recognise or ignore them and extracts the
tarball just fine.

NetBSD tar, on the other hand, does not exactly choke on them but
creates extra files under a 'PaxHeader' directory:

% cat t/lib/Mason/PaxHeader/ApacheTest.pm  
18 gid=1896053708
17 uid=512269995
20 ctime=1390080924
20 atime=1390080924
23 SCHILY.dev=16777220
22 SCHILY.ino=9368981
18 SCHILY.nlink=1


ExtUtils::MakeMaker chokes on these files, thinking that they are Perl
code part of the distribution.


Erasing the extra directories with
% find HTML-Mason-1.53 -name PaxHeader -type d -exec rm -rf {} +
fixes the situation.

I guess creating the tarball with a non-Apple tar would be a solution?

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to