Page MenuHomePhabricator

symbol-check: Check requested ELF interpreter
ClosedPublic

Authored by PiRK on May 30 2023, 08:55.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCfc39a9db690f: symbol-check: Check requested ELF interpreter
Summary

It is important that binaries request a standard interpreter location
where most distros would place the linker-loader. Otherwise, the user
would be met with a very confusing message:

bash: <path>/<to>/bitcoind: No such file or directory

When really it's the interpreter that's not found.

This is a backport of core#23148

Test Plan

gitian linux
guix build

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable