jhthorsen / json-validator

:cop: Validate data against a JSON schema
https://metacpan.org/release/JSON-Validator
56 stars 58 forks source link

GNU tar emits "tar: Ignoring unknown extended header keyword" warnings #270

Open briandfoy opened 1 year ago

briandfoy commented 1 year ago

Steps to reproduce the behavior

Expected behavior

untar without warnings

The solution might be:

https://stackoverflow.com/questions/51655657/tar-ignoring-unknown-extended-header-keyword-libarchive-xattr-security-selinux

Actual behavior

Gets warnings.

I don't get these warnings for my own distributions, which are all made on macOS using GNU tar in /usr/local/bin/tar, but I also get these warnings on various Linux distros.