Open kaleko opened 1 month ago
du should output the size of the image file, which would not be 0 if it actually extracted things. It looks like the build is failing to embed libfuse.so.2, which is why it's failing to extract.
To work around this, run the build of codexctl for your host computer on your host computer instead of on device.
I ran the following commands on my remarkable2 from the /root/home directory:
Which results in the following error:
Note a
du extracted
returns a size of 0, but I'm not familiar with whatdu
should output for such a file.