all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marco van Hulten <marco@hulten.org>
To: Guix-Help <help-guix@gnu.org>
Subject: libX11 not found after binary install of Guix
Date: Fri, 22 Feb 2019 18:18:42 +0100	[thread overview]
Message-ID: <20190222181842.19c515bd@gfi063209.klientdrift.uib.no> (raw)

Hi all—

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-Installation.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: error 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/libX11.so.6 -> libX11.so.6.3.0
-rw-r--r-- 1 root root 1277384 Aug 29 20:18 /usr/lib/x86_64-linux-gnu/libX11.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, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=46d02d32191b5470a70bf6710997bf89b8b8ae38, 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?

—Marco

             reply	other threads:[~2019-02-22 17:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-22 17:18 Marco van Hulten [this message]
2019-02-22 18:31 ` libX11 not found after binary install of Guix Ricardo Wurmus
2019-02-25 10:37   ` Marco van Hulten

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190222181842.19c515bd@gfi063209.klientdrift.uib.no \
    --to=marco@hulten.org \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.