meefik / busybox

BusyBox for Android
https://meefik.github.io/busybox
GNU General Public License v2.0
1.37k stars 249 forks source link

Problems with tar and zst compression #134

Open whitedavidp opened 2 weeks ago

whitedavidp commented 2 weeks ago

I am trying to force Linux Deploy to install later versions of Ubuntu as described here. All seems to be going well with the install until I get an error message:

unknown compression for member 'control.tar.zst'

I have the most up-to-date of your busybox installed and have pointed the environment/part at /system/xbin. So I am not quite sure what is going on.

Is the tar in this busybox too out of date?

Thanks

whitedavidp commented 2 weeks ago

I was able to install Focal using the technique well described above by isrgish. Thanks!

In poking around within /data/data/ru.meefik.linuxdeploy I saw that there is a meefik busybox installed in there somewhere. And it is older than the meefik one pointed to in the install instructions. I am not sure if I properly updated the environment in linux deploy to point at/use that later one. So I am not sure if this issue is somehow resolved in that Busybox or not. FYI