help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'libstdc++.so.6' cannot be found in RUNPATH ()


From: Timothy Sample
Subject: Re: 'libstdc++.so.6' cannot be found in RUNPATH ()
Date: Wed, 27 Jun 2018 13:53:16 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Hinko,

Hinko Kocevar <address@hidden> writes:

> Hi Ludovic,
>
> Thank you for the insight.
>
> Is there a way to have the check pass by other means (i.e not skip the check)?

One thing you could do is patch the RUNPATH of the library.  You can do
this with the ‘patchelf’ command.  A good starting place might be to
look at the Rust bootstrap package.  It uses ‘patchelf’ to update the
RUNPATH of binaries, and leaves the ‘validate-runpath’ phase in place.

> I will resort to skipping the check as immediate solution.
>
> /hinko



reply via email to

[Prev in Thread] Current Thread [Next in Thread]