Skip to content

Instantly share code, notes, and snippets.

@ptek
Last active December 21, 2016 15:38
Show Gist options
  • Save ptek/0e63b1b7a1bdfccd04c4703fab105bc9 to your computer and use it in GitHub Desktop.
Save ptek/0e63b1b7a1bdfccd04c4703fab105bc9 to your computer and use it in GitHub Desktop.
Trying to install python in the voidlinux docker container
ptek@notebook:~$ docker run -ti --rm voidlinux/voidlinux /bin/dash
# xbps-install -Sy python
[*] Updating `http://repo.voidlinux.eu/current/x86_64-repodata' ...
x86_64-repodata: 1200KB [avg rate: 4996KB/s]
bash-4.3.042_3: broken, unresolvable shlib `libreadline.so.6'
gawk-4.1.3_6: broken, unresolvable shlib `libreadline.so.6'
sqlite-3.9.2_1: broken, unresolvable shlib `libreadline.so.6'
xfsprogs-4.2.0_1: broken, unresolvable shlib `libreadline.so.6'
Transaction aborted due to unresolved shlibs.
# ls -la /usr/lib/libreadline*
lrwxrwxrwx 1 root root 18 Aug 19 2015 /usr/lib/libreadline.so.6 -> libreadline.so.6.3
-rw-r--r-- 1 root root 298016 Aug 19 2015 /usr/lib/libreadline.so.6.3
# xbps-install -v -Sy readline
[*] Updating `http://repo.voidlinux.eu/current/x86_64-repodata' ...
x86_64-repodata: 1200KB [avg rate: 3060KB/s]
Found readline-7.0.000_1 (update) in repository http://repo.voidlinux.eu/current
bash-4.3.042_3: broken, unresolvable shlib `libreadline.so.6'
gawk-4.1.3_6: broken, unresolvable shlib `libreadline.so.6'
sqlite-3.9.2_1: broken, unresolvable shlib `libreadline.so.6'
xfsprogs-4.2.0_1: broken, unresolvable shlib `libreadline.so.6'
Transaction aborted due to unresolved shlibs.
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment