You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tar --xform 's!parrot-[^/]*!parrot!' -xvzf src/parrot-5.5.0.tar.gz
tar: Option --xform is not supported
OS X 10.7.4
$ tar --version
bsdtar 2.8.3 - libarchive 2.8.3
BTW: I know that this tool is only used by person who creates release. If it cannot be made OS-context-free without significant amount of work then this issue can be closed or left as low priority task for some future refactoring.
The text was updated successfully, but these errors were encountered:
Yes. Issue is about creating Star distribution itself.
Task was created when panda was in early stage of development and zef haven't existed yet.
Star was the fastest way to get bunch of modules and I remember trying to rebuild Star distribution to test compatibility after some changes.
There are at least 2 solutions now to achieve that on macOS - use gnu-tar replacement or just do it in Docker container. I don't see any reason to maintain macOS compatible Makefiles.
make -f tools/star/Makefilegives following error
OS X 10.7.4
BTW: I know that this tool is only used by person who creates release. If it cannot be made OS-context-free without significant amount of work then this issue can be closed or left as low priority task for some future refactoring.
The text was updated successfully, but these errors were encountered: