GNU bug report logs - #54941
No such file or directory when running a binary

Previous Next

Package: guix;

Reported by: Haider Mirza <x7and7 <at> gmail.com>

Date: Thu, 14 Apr 2022 16:10:02 UTC

Severity: normal

Done: Maxime Devos <maximedevos <at> telenet.be>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 54941 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Haider Mirza <x7and7 <at> gmail.com>, 54941 <at> debbugs.gnu.org
Subject: Re: bug#54941: No such file or directory when running a binary
Date: Sat, 16 Apr 2022 15:25:24 +0200
[Message part 1 (text/plain, inline)]
Haider Mirza schreef op do 14-04-2022 om 16:34 [+0100]:
> I am trying to run a binary and it returns "bash: ./silent-syphon: No
> such file or directory"
> This issue does not seem to happen on other distros (tested on
> Archlinux) and has been reproduced on several GNU Guix installations.
> This error has occured before and every both times the binary was
> originally found in a zip file. I unzip the file with "unzip foo".
> Using the unzip program.

It probably uses /lib64/ld-linux-x86-64.so.2 or the like which does not
exist on Guix.  What is the interpreter according to "readelf -l
silent-python"? (look for ‘Requesting program interpreter: ’ in the
output).  What does 'stat THE-INTERPRETER’ say?

> LDD shows the binary to be fine and error continued to happen even
> after installing all dependancies/libraries.

'ldd' is not perfect.  As an additional test, could be to do "strace
./silent-python", maybe it tells you which file could not be found.

Greetings,
Maxime

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 24 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.