Tiny Core Linux

Tiny Core Base => CorePlus => Topic started by: t18 on May 13, 2025, 04:09:07 AM

Title: Patchelf test failed
Post by: t18 on May 13, 2025, 04:09:07 AM
Hello,

running "make test" on the latest compiled Patchelf it shows "set-interpreter-same FAIL".

Its log file shows:

Code: [Select]
./set-interpretes-same.sh: line 15: sha256sum: not found
FAIL set-interpretes-same.sh (exit status: 127)

Maybe are there further settings or packages to install?

Many thanks
Title: Re: Patchelf test failed
Post by: Rich on May 13, 2025, 08:40:37 AM
Hi t18
It sounds like you are missing sha256sum which can be found
in coreutils.tcz or busybox-extras.tcz.
Title: Re: Patchelf test failed
Post by: t18 on May 14, 2025, 03:31:01 AM
Coreutils.tcz needed to be loaded.

Thank you so much  :)