WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: .tree files missing in repo  (Read 169 times)

Offline jerash

  • Newbie
  • *
  • Posts: 1
.tree files missing in repo
« on: August 06, 2025, 12:34:15 PM »
hello, i'm using a script to build images, and some .tree files are missing in 15.x and 16.x version aswell :
Failed to download http://repo.tinycorelinux.net/15.x/aarch64/tcz/bzip2-lib.tcz.tree
Failed to download http://repo.tinycorelinux.net/15.x/aarch64/tcz/expat2.tcz.tree
Failed to download http://repo.tinycorelinux.net/15.x/aarch64/tcz/graphite2.tcz.tree
Failed to download http://repo.tinycorelinux.net/15.x/aarch64/tcz/liblzma.tcz.tree
Failed to download http://repo.tinycorelinux.net/15.x/aarch64/tcz/libpng.tcz.tree
Failed to download http://repo.tinycorelinux.net/15.x/aarch64/tcz/libXau.tcz.tree
Failed to download http://repo.tinycorelinux.net/15.x/aarch64/tcz/libXdmcp.tcz.tree
Failed to download http://repo.tinycorelinux.net/15.x/aarch64/tcz/libxshmfence.tcz.tree
Failed to download http://repo.tinycorelinux.net/15.x/aarch64/tcz/libzstd.tcz.tree

could you please add them ?

also check the md5 files on libasound and alsa-utils as I had strange errors when trying to install extension.
many thanks.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12211
Re: .tree files missing in repo
« Reply #1 on: August 06, 2025, 09:35:38 PM »
Hi jerash
hello, i'm using a script to build images, and some .tree files are missing in 15.x and 16.x version aswell : ...
I checked the first 4 extensions you listed, and none of them have any dependencies.

With no dependencies, no  .tcz.dep  file is created.
With no  .tcz.dep  file, no  .tcz.tree  file can exist.

I'm presuming the same holds true for the remaining 5 extensions.


Quote
... also check the md5 files on libasound and alsa-utils as I had strange errors when trying to install extension.
We typically prefer people post the actual error instead of providing their personal opinion of the error.
The MD5 files for both extensions in both repositories are correct.
Likely you experienced a corrupted download.
Try this:
Code: [Select]
rm -rf /etc/sysconfig/tcedir/optional/alsa-utils.*
rm -rf /etc/sysconfig/tcedir/optional/libasound.*
tce-load -wi alsa-utils

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1431
Re: .tree files missing in repo
« Reply #2 on: August 07, 2025, 06:31:32 AM »
Or ran out disk space.  Did you expand the partition?