Python manylinux wheels cannot find libstdc++.so.6

  • Open
  • quality assurance status badge
Details
2 participants
  • Ontje.Luensdorf
  • Boris A. Dekshteyn
Owner
unassigned
Submitted by
Ontje.Luensdorf
Severity
normal
O
O
Ontje.Luensdorf wrote on 20 Apr 2020 19:06
(address . bug-guix@gnu.org)
87v9luw0hi.fsf@dlr.de
Hi,

I cannot get precompiled python wheels working in a guix environment,
because libstdc++.so.6 is missing. Is this library hidden on purpose?

It is available for example in
/gnu/store/xqjpihbfdc62d2q0sn8i0y0g1xpzbr1s-gcc-9.3.0-lib/lib/ and
adding that path manually to LD_LIBRARY_PATH seems to fix the issue.

What is the proper way to include libstdc++.so.6 in my profile?

Thanks and best regards,
Ontje
B
B
Boris A. Dekshteyn wrote on 21 Apr 2020 09:33
(address . bug-guix@gnu.org)
87eeshcmyo.fsf@gmail.com
<Ontje.Luensdorf@dlr.de> writes:

Toggle quote (12 lines)
> Hi,
>
> I cannot get precompiled python wheels working in a guix environment,
> because libstdc++.so.6 is missing. Is this library hidden on purpose?
>
> It is available for example in
> /gnu/store/xqjpihbfdc62d2q0sn8i0y0g1xpzbr1s-gcc-9.3.0-lib/lib/ and
> adding that path manually to LD_LIBRARY_PATH seems to fix the issue.
>
> What is the proper way to include libstdc++.so.6 in my profile?


#+BEGIN_EXAMPE
guix environment --ad-hoc -e '(list (@@ (gnu packages gcc) gcc-9) "lib")'
#+END_EXAMPLE



--
WBR, Boris Dekshteyn
?