go-unarr icon indicating copy to clipboard operation
go-unarr copied to clipboard

untar error

Open wujianqiangwjq opened this issue 3 years ago • 1 comments

error: ! tar.c:54: Unknown entry type '2', but the tar -xf c.tar is ok.

wujianqiangwjq avatar May 06 '22 01:05 wujianqiangwjq

@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.

gen2brain avatar May 06 '22 18:05 gen2brain

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

CRThaze avatar Mar 23 '23 09:03 CRThaze

Thanks @CRThaze , I guess this can be closed then.

gen2brain avatar Mar 23 '23 18:03 gen2brain