From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivien Kraus Subject: bug#30949: libp11-kit error Date: Mon, 26 Mar 2018 13:22:27 +0200 Message-ID: <1522063347.1134.2.camel@planete-kraus.eu> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f0QDR-0005pN-SC for bug-guix@gnu.org; Mon, 26 Mar 2018 07:23:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f0QDO-0008L1-Ne for bug-guix@gnu.org; Mon, 26 Mar 2018 07:23:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45777) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f0QDO-0008Kp-J2 for bug-guix@gnu.org; Mon, 26 Mar 2018 07:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f0QDO-000671-Ap for bug-guix@gnu.org; Mon, 26 Mar 2018 07:23:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f0QCy-0005Pc-A2 for bug-guix@gnu.org; Mon, 26 Mar 2018 07:22:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f0QCv-000896-5b for bug-guix@gnu.org; Mon, 26 Mar 2018 07:22:36 -0400 Received: from planete-kraus.eu ([2a00:5881:4008:2810::631f:d980]:56842) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f0QCu-00086h-V6 for bug-guix@gnu.org; Mon, 26 Mar 2018 07:22:33 -0400 Received: from [92.103.221.154] (helo=handel) by planete-kraus.eu with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1f0QCr-0006gb-Pc for bug-guix@gnu.org; Mon, 26 Mar 2018 13:22:29 +0200 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.org@gnu.org Sender: "bug-Guix" To: 30949@debbugs.gnu.org Hello list, This error shows when I try to configure debian's flatpak: $ /usr/bin/flatpak remote-add --if-not-exists flathub https://flathub.o rg/repo/flathub.flatpakrepo /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.26' not found (required by /gnu/store/gsi6xb0w4wav7gz60sn0gd31jlghhdci-p11-kit- 0.23.10/lib/libp11-kit.so.0) Failed to load module: /home/vivien/.guix- profile/lib/gio/modules/libgiognutls.so Can't load uri https://flathub.org/repo/flathub.flatpakrepo: TLS support is not available I have tried to remove and reinstall some packages, mainly gnutls and glibc, but it does not solve the problem. A similar error happens with debian's evolution (I have guix' evolution installed, which works): $ /usr/bin/evolution /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /gnu/store/i397mqhpihsx45c0cbqfsnlvp4q4fkm1-gnutls- 3.5.13/lib/libgnutls.so.30) Failed to load module: /home/vivien/.guix- profile/lib/gio/modules/libgiognutls.so But not with debian's wget, for instance. It is weird to me that guix' gnutls does not use guix' glibc. If I override LD_LIBRARY_PATH to also point to my profile, I get a segfault. Is it a known issue? Can it be solved with an environment variable? Best regards, Vivien