unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#40736: Python manylinux wheels cannot find libstdc++.so.6
@ 2020-04-20 17:06 Ontje.Luensdorf
  2020-04-21  7:33 ` Boris A. Dekshteyn
  0 siblings, 1 reply; 2+ messages in thread
From: Ontje.Luensdorf @ 2020-04-20 17:06 UTC (permalink / raw)
  To: 40736

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#40736: Python manylinux wheels cannot find libstdc++.so.6
  2020-04-20 17:06 bug#40736: Python manylinux wheels cannot find libstdc++.so.6 Ontje.Luensdorf
@ 2020-04-21  7:33 ` Boris A. Dekshteyn
  0 siblings, 0 replies; 2+ messages in thread
From: Boris A. Dekshteyn @ 2020-04-21  7:33 UTC (permalink / raw)
  To: 40736

<Ontje.Luensdorf@dlr.de> writes:

> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-21  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 17:06 bug#40736: Python manylinux wheels cannot find libstdc++.so.6 Ontje.Luensdorf
2020-04-21  7:33 ` Boris A. Dekshteyn

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).