go-unarr
go-unarr copied to clipboard
untar error
error: ! tar.c:54: Unknown entry type '2', but the tar -xf c.tar is ok.
@wujianqiangwjq can you create the simple .tar file that can be used to reproduce the error? Such issues are better to be reported "upstream" https://github.com/selmf/unarr.
For those curious, this error happens when the archive has Symlinks. Which the unarr library does not support.
https://github.com/selmf/unarr/blob/31ab60c88305d8c5315e0ec817ed25e3407b04ae/tar/tar.h#L17
Thanks @CRThaze , I guess this can be closed then.