Subject: | B-Utils-0.10.tar.gz built with unsupported pax extensions |
We have an internal app which builds across multiple architectures, so we have standardized on pax (instead of tar) for our archive extraction (better support under Solaris). Unfortunately, the B::Utils tarball has been built with a number of unsupported vendor headers, which pax is more than happy to extract (modern tar implementations will just ignore them). Sadly, that causes ExtUtils::MakeMaker to get confused and try and build the nested PaxHeader/Makefile.PL (see the attached file). And if the top-level PaxHeader directory is deleted, the resulting Makefile will try to run the t/PaxHeader/*.t test files.
It would be better for everyone if you just didn't include those headers at all. I'm sorry but I don't know what tool you used to generate the tarball, so I can't tell you what option to change.
Thanks
John
It would be better for everyone if you just didn't include those headers at all. I'm sorry but I don't know what tool you used to generate the tarball, so I can't tell you what option to change.
Thanks
John
Subject: | first_attempt |
Message body not shown because it is not plain text.