Tiny Core Extensions > TCE Bugs

Thirteen extensions with missing dependencies in the 15.x x86_64 repo

(1/2) > >>

Leee:
I recently ran into a bunch of dependencies that wouldn't download because they aren't present in the 15.x x86_64 repo.



--- Code: ---auto-multiple-choice.tcz.dep depends upon perl_archive_zip.tcz
gtkhtml-dev.tcz.dep          depends upon enchant-dev.tcz
icon-naming-utils.tcz.dep    depends upon perl_xml_simple.tcz
icontool.tcz.dep             depends upon perl_xml_simple.tcz
js68-dev.tcz.dep             depends upon icu65-dev.tcz
libportal-common-gir.tcz.dep depends upon libportal.tcz
orca.tcz.dep                 depends upon gst-plugins-gir.tcz
pgloader.tcz.dep             depends upon postgresql-9.6-client.tcz
python-pillow.tcz.dep        depends upon python-olefile.tcz
subsurface.tcz.dep           depends upon qt-5.x-webkit.tcz
vlc-dev.tcz.dep              depends upon lua-5.3-dev.tcz    and    lua-5.3.tcz
weston-dev.tcz.dep           depends upon pipewire03-dev.tcz
wireshark-dev.tcz.dep        depends upon lua-5.3-dev.tcz

--- End code ---

Juanito:
orca dep file adjusted.

I'll work through the others..

andyj:
Pgloader is seven years old. I haven't had a need to update them and nobody has asked. Pgloader might work with a newer postgresql client.

Subsurface is only four years old but is a harder to build than most. I don't have a script so I have done it by hand the two times I've built it. Nobody has asked about this one either.

GNUser:
Short answer regarding vlc:
vlc.tcz is fine (it depends on lua-5.3-lib.tcz which is still present in the repo) but vlc-dev.tcz should be removed from the TCL15 x86_64 repo until vlc is recompiled against lua-5.4.

Long answer regarding vlc:
I maintain some of the lua packages, so can shed some light on the problem.

lua-5.3.tcz and lua-5.3-dev.tcz no longer exist in the x86_64 repo because they have been superceded by lua-5.4.tcz and lua-5.4-dev.tcz.

In lua, different from most software projects, x.y -> x.y+1 denotes a major version change (which should be considered ABI-incompatible), so it's probably not okay to just edit vlc-dev.tcz.dep to depend on lua-5.4.tcz and lua-5.4-dev.tcz instead.

Juanito:
perl_archive_zip, perl_xml_simple and python-olefile posted

Navigation

[0] Message Index

[#] Next page

Go to full version