WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Patchelf test failed  (Read 697 times)

Offline t18

  • Full Member
  • ***
  • Posts: 123
Patchelf test failed
« 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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12140
Re: Patchelf test failed
« Reply #1 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.

Offline t18

  • Full Member
  • ***
  • Posts: 123
Re: Patchelf test failed
« Reply #2 on: May 14, 2025, 03:31:01 AM »
Coreutils.tcz needed to be loaded.

Thank you so much  :)