unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: znavko@disroot.org
To: "Pierre Neidhardt" <mail@ambrevar.xyz>, "help-guix" <help-guix@gnu.org>
Subject: Re: How to use elfutils? bash: eu-strip: command not found
Date: Sun, 17 Jan 2021 19:04:51 +0000	[thread overview]
Message-ID: <31f42dbc5bd5733dff22060012d18ed7@disroot.org> (raw)
In-Reply-To: <87pn23j0bo.fsf@ambrevar.xyz>

Thank you very much!

Can you give me another lesson where to find ld-linux in Guix?

$ eu-readelf --all ./projectbinary-qt | grep interpreter
	[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]

I've found with duckduckgo on 10-th page of this document:
https://guix.gnu.org/guix-fosdem-packaging-20170205.pdf

"/gnu/store/m9vxvh...-glibc-2.23/lib/ld-linux-x86-64.so.2"

So, I installed as I can understand glibc:

$ guix install glibc
...ok

$ whereis ld-linux
ld-linux:
$ 

# find / -type d -name "*ld-linux*"
find: ‘/run/user/1000/gvfs’: Permission denied
#


Where to find ld-linux for that program I want to run?


Also, can you advise something if that program is qt?
Will it be enough package 'qt', or need to install smth else?


January 17, 2021 10:59 AM, "Pierre Neidhardt" <mail@ambrevar.xyz> wrote:

> Hi!
> 
> You need to install the "bin" output:
> 
> guix install elfutils:bin
> 
> If you want to fix your executable interpreter (and probably the RPATH
> too), you can use `patchelf'.
> 
> -- 
> Pierre Neidhardt
> https://ambrevar.xyz


  parent reply	other threads:[~2021-01-17 19:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-17  9:04 How to use elfutils? bash: eu-strip: command not found znavko--- via
2021-01-17 10:59 ` Pierre Neidhardt
2021-01-17 11:04   ` Vincent Legoll
2021-01-17 11:41     ` Pierre Neidhardt
2021-01-17 19:04 ` znavko [this message]
2021-01-17 21:54   ` Pierre Neidhardt
2021-01-18  8:09   ` znavko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=31f42dbc5bd5733dff22060012d18ed7@disroot.org \
    --to=znavko@disroot.org \
    --cc=help-guix@gnu.org \
    --cc=mail@ambrevar.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).