From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Boris A. Dekshteyn" Subject: bug#40736: Python manylinux wheels cannot find libstdc++.so.6 Date: Tue, 21 Apr 2020 19:33:19 +1200 Message-ID: <87eeshcmyo.fsf@gmail.com> References: <87v9luw0hi.fsf@dlr.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42110) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQnfP-0007yF-IQ for bug-guix@gnu.org; Tue, 21 Apr 2020 03:50:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQnfO-00057M-VU for bug-guix@gnu.org; Tue, 21 Apr 2020 03:50:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37424) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQnfO-00057F-Hl for bug-guix@gnu.org; Tue, 21 Apr 2020 03:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jQnfO-0005dV-Ba for bug-guix@gnu.org; Tue, 21 Apr 2020 03:50:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:39126) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQnPZ-0004Sx-FO for bug-guix@gnu.org; Tue, 21 Apr 2020 03:33:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQnPW-0002id-EY for bug-guix@gnu.org; Tue, 21 Apr 2020 03:33:40 -0400 Received: from mail-lf1-x143.google.com ([2a00:1450:4864:20::143]:38851) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQnPW-0002fp-08 for bug-guix@gnu.org; Tue, 21 Apr 2020 03:33:38 -0400 Received: by mail-lf1-x143.google.com with SMTP id l11so10312467lfc.5 for ; Tue, 21 Apr 2020 00:33:37 -0700 (PDT) Received: from localhost ([2001:470:24:e81:e248:c95d:b39b:cf51]) by smtp.gmail.com with ESMTPSA id 137sm1408128lfa.48.2020.04.21.00.33.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Apr 2020 00:33:34 -0700 (PDT) In-Reply-To: <87v9luw0hi.fsf@dlr.de> (Ontje Luensdorf's message of "Mon, 20 Apr 2020 17:06:18 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 40736@debbugs.gnu.org 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