From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: libX11 not found after binary install of Guix Date: Fri, 22 Feb 2019 18:18:42 +0100 Message-ID: <20190222181842.19c515bd@gfi063209.klientdrift.uib.no> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:40468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxETY-00020Z-9M for help-guix@gnu.org; Fri, 22 Feb 2019 12:19:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxETX-00049n-Gc for help-guix@gnu.org; Fri, 22 Feb 2019 12:19:04 -0500 Received: from alfons.uib.no ([2001:700:200:30::141]:35621) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gxETV-0003uR-BO for help-guix@gnu.org; Fri, 22 Feb 2019 12:19:01 -0500 Received: from alfux.uib.no (smtp.uib.no) [2001:700:200:6::a:1f0c] by alfons.uib.no for help-guix@gnu.org with esmtp (Exim 4.90_1) id 1gxETE-000zwD-Fp; Fri, 22 Feb 2019 18:18:45 +0100 Received: from gfi063209.klientdrift.uib.no [129.177.63.209]:44678 by smtp.uib.no for help-guix@gnu.org with esmtp (Exim 4.90_1) id 1gxETD-0006NA-5H; Fri, 22 Feb 2019 18:18:43 +0100 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Guix-Help Hi all=E2=80=94 On a freshly installed Ubuntu 18.04 I installed Guix following the instructions on, except for the fact that I did it from grml in a chroot(8)ed environment https://www.gnu.org/software/guix/manual/en/html_node/Binary-Installati= on.html Rebooting into Ubuntu I was happy to find that guix-daemon was running. Then I tried install something: $ guix package -i hello /gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.23/bin/bash: e= rror while loading shared libraries: libX11.so.6: cannot open shared object= file: No such file or directory At least on the host system it exists: $ ls -l $(locate libX11.so.6) lrwxrwxrwx 1 root root 15 Aug 29 20:18 /usr/lib/x86_64-linux-gnu/libX1= 1.so.6 -> libX11.so.6.3.0 -rw-r--r-- 1 root root 1277384 Aug 29 20:18 /usr/lib/x86_64-linux-gnu/libX1= 1.so.6.3.0 $ file /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0: ELF 64-bit LSB shared object, x8= 6-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3D46d02d32191b547= 0a70bf6710997bf89b8b8ae38, stripped but it is not in the Store: $ ls -d /gnu/store/*libx11* ls: cannot access '/gnu/store/*libx11*': No such file or directory Should it be there? What could've gone wrong? =E2=80=94Marco