koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.16k stars 153 forks source link

Packaging: the produced APK for koka is a little bit broken #293

Open hyphenrf opened 1 year ago

hyphenrf commented 1 year ago

the produced APK is installable on Alpine but cannot be unpacked:

$ tar xzf pkg.apk
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

the gz part is fine, as you can run gunzip and get a plain tar on the other side. If you compare this with a normal APK produced with abuild, you can tar xzf that one freely.

I have a feeling fpm is the culprit.