Tiny Core Extensions > TCE Bugs

curl.tcz.dep misses libzstd.tcz for x86 TC 14 and 15

(1/2) > >>

Dies Irae:
curl version 8.4.0 for TinyCore x86 v14 and 15 was compiled with zstd.

It is missing from the curl.tcz.dep file causing curl to not start.

Affected version:  curl.tcz.md5.txt: 4da63bc90693510d7ace7bd289621f4b  curl.tcz

Reproduce:

--- Code: ---$ tce-load -wil curl
$ curl --help
curl: error while loading shared libraries: libzstd.so.1: cannot open shared object file: No such file or directory

$ tce-load -wil libzstd.tcz
$ curl --help
Usage: curl [options...] <url>

--- End code ---

Possible solutions:

* Recompile
* Add missing dependency
--- Code: ---echo 'libzstd.tcz' >> 14.x/x86/tcz/curl.tcz.dep
echo 'libzstd.tcz' >> 15.x/x86/tcz/curl.tcz.dep

--- End code ---

CNK:

--- Quote from: Dies Irae on April 07, 2024, 12:22:41 PM ---curl version 8.4.0 for TinyCore x86 v14 and 15 was compiled with zstd.

It is missing from the curl.tcz.dep file causing curl to not start.

--- End quote ---

This problem is also present with the x86_64 curl.tcz extension.

Juanito:
I’ll be able to fix things in a few days time - unless @Rich gets there first :P

Dies Irae:
well, if we don't want the overhead for zstd... THEN it is recompile time.
If we  DO want  zstd, then it's 'just' a matter of adding the missing dep entry (and update the .tree)

Rich:
Hi Juanito
Rich got there first. :)
32 and 64 bit TC14 and TC15 repos updated.

TC14 updates flagged mariadb-11.2-client.tcz missing from the repos.
I'll contact andyj.

Navigation

[0] Message Index

[#] Next page

Go to full version