crenz / Module-Find

Development repository for the CPAN Perl module Module::Find
http://search.cpan.org/dist/Module-Find/
8 stars 7 forks source link

Module-Find-0.16 tarball contains headers unknown to GNU tar #13

Open sjn opened 2 years ago

sjn commented 2 years ago

Hei!

When unpacking the Module-Find-0.16 tarball, GUN tar reports the following warning, multiple times_

/bin/tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.dropbox.attrs'

I have tested this with GNU tar 1.28 and 1.34.

willsheppard commented 1 year ago

I get this problem too, on Mac. Version 0.15 works fine.

$ tar --version
bsdtar 2.8.3 - libarchive 2.8.3
$ gzip --version
Apple gzip 272

Full output:

$ tar -xpvzf Module-Find-0.16.tar.gz 
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/: Cannot restore extended attributes on this system
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/Changes
x Module-Find-0.16/MANIFEST
x Module-Find-0.16/t/
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/README
x Module-Find-0.16/MANIFEST.skip
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/Find.pm
x Module-Find-0.16/examples/
x Module-Find-0.16/META.yml
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/Makefile.PL
x Module-Find-0.16/META.json
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/examples/example.pl
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/10-wrong-module-sub.t
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/06-duplicate-modules.t
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/03-usesub.t
x Module-Find-0.16/t/test/
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/09-inc-hook.t
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/04-useall.t
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/07-symlinks.t
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/52-pod-coverage.t
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/01-use.t
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/02-find.t
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/05-setmoduledirs.t
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/51-pod.t
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/50-meta.t
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/12-loadfail.t
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/11-wrong-module-all.t
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/08-taint.t
x Module-Find-0.16/t/test/LoadFailTest/
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/test/ModuleFindTest.pm
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/test/README
x Module-Find-0.16/t/test/ModuleFindTest/
x Module-Find-0.16/t/test/duplicates/
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/test/duplicates/ModuleFindTest.pm
x Module-Find-0.16/t/test/duplicates/ModuleFindTest/
x Module-Find-0.16/t/test/duplicates/ModuleFindTest/SubMod/
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/test/duplicates/ModuleFindTest/SubMod.pm
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/test/duplicates/ModuleFindTest/SubMod/SubSubMod.pm
x Module-Find-0.16/t/test/ModuleFindTest/SubMod/
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/test/ModuleFindTest/SubMod.pm
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/test/ModuleFindTest/SubMod/SubSubMod.pm
tar: Ignoring malformed pax extended attribute
x Module-Find-0.16/t/test/LoadFailTest/LoadFailMod.pm
tar: Error exit delayed from previous errors.
willsheppard commented 1 year ago

UPDATE: The warnings have no effect on the functionality, I can still install version 0.16 manually. But it cannot be installed with cpm, cpanm, etc.

briandfoy commented 1 year ago

This is also reported in https://rt.cpan.org/Public/Bug/Display.html?id=148978

I'd really appreciate another release of this the tar issue fixed. I keep seeing lots of these warnings in the build log.