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
This might seem harmless but I think I'm getting an error when extracting as part of the build of a Docker image:
tar: system/usr/lib: Directory renamed before its status could be extracted
tar: system/usr/etc/fonts/conf.d: Directory renamed before its status could be extracted
tar: system/usr/etc/fonts: Directory renamed before its status could be extracted
tar: system/usr/etc: Directory renamed before its status could be extracted
tar: system/usr: Directory renamed before its status could be extracted
tar: Exiting with failure status due to previous errors
Which is related to a bug with Docker but I think I could workaround it if it weren't for the errant symlinks above.
The same errant symlinks are in the nightly releases, too.
The text was updated successfully, but these errors were encountered:
It does feel unclean to have it this way, but it does work fine when running in a proper env and I don't see how to improve the situation to be honest.
I'm a bit reluctant to mess with the packages since they've been working great in general.
The latest stable release tarball for Linux, 64-bit, contains symlinks to target files that don't exist:
This might seem harmless but I think I'm getting an error when extracting as part of the build of a Docker image:
Which is related to a bug with Docker but I think I could workaround it if it weren't for the errant symlinks above.
The same errant symlinks are in the nightly releases, too.
The text was updated successfully, but these errors were encountered: