[MacPorts] #67905: p5-mozilla-ca @20230801 does not extract using system tar on 10.11.6 and 10.10
MacPorts
noreply at macports.org
Sun Aug 6 19:23:37 UTC 2023
#67905: p5-mozilla-ca @20230801 does not extract using system tar on 10.11.6 and
10.10
----------------------------+--------------------
Reporter: snowflake | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.8.99
Resolution: | Keywords:
Port: p5-mozilla-ca |
----------------------------+--------------------
Comment (by ryandesign):
Replying to [comment:3 pcafstockf]:
> The problem is that in the tarball, '**xattr.com.apple.provenance**'
gets attached to the 'Mozilla-CA-20230801/README' file and the 'Mozilla-
CA-20230801/lib/Mozilla' directory.\\
> System tar on older macOS do not know how to process these attributes.
How did you determine that this was the problem? I haven't investigated it
but it doesn't seem likely to me. You're talking about extended filesystem
attributes—additional metadata that can be attached to any file or
directory. Significantly, they are not part of the file data. However tar
here is complaining about extended pax attributes, which are a completely
different thing and are part of the file data (they are part of how tar
files work).
> If by "report the broken tarball issue to the developers", you mean file
a GitHub issue, then I have now done that (https://github.com/libwww-perl
/Mozilla-CA/issues/21).
Yes, that's what I meant. They created the tarball that has the problem;
I'm hoping they will create a new tarball that doesn't have the problem.
We can work around it by having the portfile use gnutar instead but we'd
rather not have to do that.
--
Ticket URL: <https://trac.macports.org/ticket/67905#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list