WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: missing liblz4.so.1  (Read 851 times)

Offline creitzel

  • Newbie
  • *
  • Posts: 36
missing liblz4.so.1
« on: October 03, 2022, 04: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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11261
Re: missing liblz4.so.1
« Reply #1 on: October 03, 2022, 05:49:02 PM »
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.

Offline creitzel

  • Newbie
  • *
  • Posts: 36
Re: missing liblz4.so.1
« Reply #2 on: October 03, 2022, 06:01:21 PM »
No problem Rich, and thank you for correcting it so quickly.   :)