Tiny Core Base > Release Candidate Testing

Core v17.0beta1

<< < (4/4)

Juanito:

--- Quote from: CNK on January 28, 2026, 06:33:12 PM ---Core 17.0beta1 boots fine on my AM486DX2-66 PC with 20MB RAM (HDD install).

--- End quote ---

That’s good to hear :)

aus9:
@Rich

I sometimes use submitqc to check for redundant dependencies and then research if any found which shows me

On x86_64 17x if I run

--- Code: ---depends-on.sh libICE
SNIP
libSM.tcz
SNIP
--- End code ---
http://tinycorelinux.net/17.x/x86_64/tcz/libSM.tcz.dep
contents libICE.tcz 
http://tinycorelinux.net/16.x/x86_64/tcz/libSM.tcz.dep
no such dep
I normally use readelf but here on 17x is my ldd

--- Code: ---/usr/local/lib$ ldd libICE.so
linux-vdso.so.1 (0x00007f60f7349000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f60f7316000)
libc.so.6 => /lib/libc.so.6 (0x00007f60f718a000)
/lib/ld-linux-x86-64.so.2 (0x00007f60f734b000)

--- End code ---

Rich:
Hi aus9
I mounted both http://tinycorelinux.net/16.x/x86_64/tcz/libSM.tcz and
http://tinycorelinux.net/16.x/x86/tcz/libSM.tcz and ran readelf on them.
Both returned the following:

--- Code: ---rich@tcbox:~$ readelf -d pkg/usr/local/lib/libSM.so | grep NEEDED
 0x00000001 (NEEDED)                     Shared library: [libICE.so.6]
 0x00000001 (NEEDED)                     Shared library: [libuuid.so.1]
 0x00000001 (NEEDED)                     Shared library: [libpthread.so.0]
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]
--- End code ---

I'll add .dep files for both versions.

aus9:
Rich
I did it the ldd the wrong way around. Silly me

Rich:
Hi aus9

--- Quote from: aus9 on February 01, 2026, 01:36:10 AM ---I did it the ldd the wrong way around.
--- End quote ---
Yeah, I figured that out.

I split off your pcmanfm topic to its own thread here:
https://forum.tinycorelinux.net/index.php/topic,27989.0.html

This thread is really about the release of base components (vmlinuz, core.gz, modules.gz, etc).

Navigation

[0] Message Index

[*] Previous page

Go to full version