-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Behavior on hardlinks different from tar #14
Comments
This does not fix it for dynamic linking. There appears to be no release yet.
Oh dear. Hm. I wonder what Schily tar does; I'll have to dig into it. |
Fix hardlink handling for bundled sources wrt #14
Looks like Schily tar does create the file but it has
...i.e. it doesn't extract if the on-disk entry is newer. Hm :o
|
Oh, and the Rust tar library core dumps :p
|
The go tar library seems to skip with a message...
|
Seems this is fixed by the latest sources: libarchive/c/archive_write_disk_posix.c Line 594 in a78dd47
|
Some GHC bindists have a weird quirk:
The cli
tar
will unpack this somehow as one file... my haskell-tar fork tar-bytestring also manages to unpack this. libarchive will not unpack this file at all, leaving us with an empty directory.I'm wondering if this is a bug or expected behavior.
libarchive/libarchive#1381
The text was updated successfully, but these errors were encountered: