[Bug]: Running gen_release
on a Mac results in a tar with lots of warnings
#26794
Labels
gen_release
on a Mac results in a tar with lots of warnings
#26794
The script
./util/buildRelease/gen_release
is whats used to generate the Chapel tarball release. If I run this script on my Mac, and then copy the tarball to a linux based system, untarring the archive results in a ton of garbarge being printed out> tar xvzf chapel.tar.gz .... ignoring unknown extended header LIBARCHIVE.xattr.com.apple.provenance ....
This is not really a correctness issue, as everything still works. But it does create a ton of extra output weird looking output. I think there is a flag
--no-xattrs
that can be used to avoid creating these extra headers in the tar file, but I am not sure how to apply that to the gen_release script with its very dense bash scripting.The text was updated successfully, but these errors were encountered: