Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: creitzel on October 03, 2022, 07:02:09 PM
-
Hi all,
I am currently playing with piCore 13.1, and I was trying to make a personal tcz file for some stuff. So, I installed squashfs-tools.tcz, and when I tried to do a mksquashfs call, it complained that it couldn't load liblz4.so.1.
I then did a bit of poking around, and found out that liblz4.so.1 is included in liblz4.tcz. So, I installed that tcz file, and now mksquashfs works.
I'm a total newb at this stuff, but it seems to me that squashfs-tools.tcz.dep should probably include a reference to liblz4.tcz, if it is indeed needed for mksquashfs to work.
This post is my attempt at letting whoever maintains the repositories know that maybe they need to update the squashfs-tools.tcz dependencies accordingly.
Thanks,
Chris
-
Hi creitzel
Turns out the .dep file for zstd.tcz was missing. That pulls in liblzma.tcz and liblz4.tcz.
The armv6, 7, and 7l repos have been updated.
Thank you for reporting this.
-
No problem Rich, and thank you for correcting it so quickly. :)