You are not logged in.

#1 2016-05-11 14:37:14

shved
Member
Registered: 2012-12-11
Posts: 54

No one x86 application can't run on my x86_64 system

Hi, i have laptop lenovo E540 with Arch linux x86_64 onboard.

 uname -a
Linux ShvedWorkplace 4.5.3-1-ARCH #1 SMP PREEMPT Sat May 7 20:43:57 CEST 2016 x86_64 GNU/Linux 

Any attempt to run x32 application leads to next:

$ /usr/lib32/skype/skype 
bash: /usr/lib32/skype/skype: No such file or directory

Files exists in the system

$ ls -l /usr/lib32/skype/skype 
-rwxr-xr-x 1 root root 36499124 May  7 11:02 /usr/lib32/skype/skype

Moreover they could be runned, using multilib preloader:

$ /usr/lib32/ld-linux.so.2 /usr/lib32/skype/skype

Reinstalling all 32-bit libraries doesn't help, ldd doesn't works too, because this script evokes the binary directly.
The problem is very similar to this topic, but it wasn't resolved.

Any ideas? Thank you.

Last edited by shved (2016-05-11 14:37:52)


Sorry for my english

Offline

#2 2016-05-11 15:20:48

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: No one x86 application can't run on my x86_64 system

What happens when you run "/usr/bin/skype"?

You can try all lib32 packages. Does that fix it?

Offline

#3 2016-05-11 15:21:50

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,789

Re: No one x86 application can't run on my x86_64 system

You might try running it with strace to see what file is is trying to read when it chokes.

strace /usr/lib32/skype/skype

strace is in extra


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

#4 2016-05-11 16:36:39

shved
Member
Registered: 2012-12-11
Posts: 54

Re: No one x86 application can't run on my x86_64 system

ewaller wrote:

You might try running it with strace to see what file is is trying to read when it chokes.

strace /usr/lib32/skype/skype

strace is in extra

strace shows nothing useful:

$ strace /usr/lib32/skype/skype
execve("/usr/lib32/skype/skype", ["/usr/lib32/skype/skype"], [/* 68 vars */]) = -1 ENOENT (No such file or directory)
write(2, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory
) = 40
exit_group(1)                           = ?
+++ exited with 1 +++

Sorry for my english

Offline

#5 2016-05-11 17:30:39

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: No one x86 application can't run on my x86_64 system

What about my questions? sad Because I really think you're missing "lib32-glibc" or have a corruct lib32 package...

And what is the output of "mount"?

And why do you two keep running "/usr/lib32/skype/skype" instead of "/usr/bin/skype"??

Offline

#6 2016-05-11 18:00:03

shved
Member
Registered: 2012-12-11
Posts: 54

Re: No one x86 application can't run on my x86_64 system

drcouzelis wrote:

What about my questions? sad Because I really think you're missing "lib32-glibc" or have a corruct lib32 package...

And what is the output of "mount"?

And why do you two keep running "/usr/lib32/skype/skype" instead of "/usr/bin/skype"??

Sorry, missed it first time.

I tryied reinstalling all lib32-* stuff before and will try now agin.
/usr/bin/skype is just a script, calling /usr/lib32/skype/skype:

$ skype
/usr/bin/skype: line 15: /usr/lib32/skype/skype: No such file or directory

To look to mount is a good point! My root is btrfs filesystem it potentially could be the reason, but unlikely. It worked before and stup working after some kind of system failure as far I remember.

$ mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=3931656k,nr_inodes=982914,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
/dev/mapper/system-root on / type btrfs (rw,relatime,space_cache,subvolid=5,subvol=/)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
tmpfs on /tmp type tmpfs (rw)
configfs on /sys/kernel/config type configfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
/dev/mapper/system-home on /home type ext4 (rw,relatime,data=ordered)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=787716k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
tmpfs on /run/user/620 type tmpfs (rw,nosuid,nodev,relatime,size=787716k,mode=700,uid=620,gid=620)
gvfsd-fuse on /run/user/620/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=620,group_id=620)

UPD:

reinstalling didn't hellped:

pacman -S $(pacman -Ss lib32 | grep installed | awk '{print $1}')
warning: lib32-acl-2.2.52-2 is up to date -- reinstalling
warning: lib32-alsa-lib-1.1.1-1 is up to date -- reinstalling
warning: lib32-atk-2.20.0-1 is up to date -- reinstalling
warning: lib32-attr-2.4.47-1 is up to date -- reinstalling
warning: lib32-bzip2-1.0.6-2 is up to date -- reinstalling
warning: lib32-cairo-1.14.6-2 is up to date -- reinstalling
warning: lib32-db-5.3.28-3 is up to date -- reinstalling
warning: lib32-e2fsprogs-1.42.13-1 is up to date -- reinstalling
warning: lib32-elfutils-0.166-1 is up to date -- reinstalling
warning: lib32-expat-2.1.1-1 is up to date -- reinstalling
warning: lib32-flac-1.3.1-2 is up to date -- reinstalling
warning: lib32-fontconfig-2.11.95-1 is up to date -- reinstalling
warning: lib32-freetype2-2.6.3-1 is up to date -- reinstalling
warning: lib32-gcc-libs-6.1.1-1 is up to date -- reinstalling
warning: lib32-gdk-pixbuf2-2.34.0-1 is up to date -- reinstalling
warning: lib32-gettext-0.19.7-1 is up to date -- reinstalling
warning: lib32-glib2-2.48.0-1 is up to date -- reinstalling
warning: lib32-glibc-2.23-2 is up to date -- reinstalling
warning: lib32-glu-9.0.0-3 is up to date -- reinstalling
warning: lib32-gmp-6.1.0-2 is up to date -- reinstalling
warning: lib32-gnutls-3.4.11-1 is up to date -- reinstalling
warning: lib32-gtk2-2.24.30-1 is up to date -- reinstalling
warning: lib32-harfbuzz-1.2.7-1 is up to date -- reinstalling
warning: lib32-icu-57.1-1 is up to date -- reinstalling
warning: lib32-jack-0.124.1-1 is up to date -- reinstalling
warning: lib32-json-c-0.12-1 is up to date -- reinstalling
warning: lib32-keyutils-1.5.9-1 is up to date -- reinstalling
warning: lib32-krb5-1.13.2-3 is up to date -- reinstalling
warning: lib32-lcms2-2.7-1 is up to date -- reinstalling
warning: lib32-libasyncns-0.8-7 is up to date -- reinstalling
warning: lib32-libcap-2.25-1 is up to date -- reinstalling
warning: lib32-libcups-2.1.3-1 is up to date -- reinstalling
warning: lib32-libdatrie-0.2.10-1 is up to date -- reinstalling
warning: lib32-libdbus-1.10.8-1 is up to date -- reinstalling
warning: lib32-libdrm-2.4.68-1 is up to date -- reinstalling
warning: lib32-libffi-3.2.1-1 is up to date -- reinstalling
warning: lib32-libgcrypt-1.7.0-1 is up to date -- reinstalling
warning: lib32-libglvnd-0.1.0.20160411-1 is up to date -- reinstalling
warning: lib32-libgpg-error-1.22-1 is up to date -- reinstalling
warning: lib32-libice-1.0.9-1 is up to date -- reinstalling
warning: lib32-libidn-1.32-1 is up to date -- reinstalling
warning: lib32-libjpeg-turbo-1.4.2-1 is up to date -- reinstalling
warning: lib32-libldap-2.4.44-1 is up to date -- reinstalling
warning: lib32-libmng-2.0.3-1 is up to date -- reinstalling
warning: lib32-libnl-3.2.27-1 is up to date -- reinstalling
warning: lib32-libogg-1.3.2-1 is up to date -- reinstalling
warning: lib32-libpcap-1.7.4-1 is up to date -- reinstalling
warning: lib32-libpciaccess-0.13.4-1 is up to date -- reinstalling
warning: lib32-libpng-1.6.21-1 is up to date -- reinstalling
warning: lib32-libpulse-8.0-1 is up to date -- reinstalling
warning: lib32-libsamplerate-0.1.8-2 is up to date -- reinstalling
warning: lib32-libsm-1.2.2-1 is up to date -- reinstalling
warning: lib32-libsndfile-1.0.26-1 is up to date -- reinstalling
warning: lib32-libtasn1-4.8-1 is up to date -- reinstalling
warning: lib32-libthai-0.1.24-1 is up to date -- reinstalling
warning: lib32-libtiff-4.0.6-2 is up to date -- reinstalling
warning: lib32-libtxc_dxtn-1.0.1-5 is up to date -- reinstalling
warning: lib32-libusb-1.0.20-1 is up to date -- reinstalling
warning: lib32-libvorbis-1.3.5-1 is up to date -- reinstalling
warning: lib32-libx11-1.6.3-1 is up to date -- reinstalling
warning: lib32-libxau-1.0.8-1 is up to date -- reinstalling
warning: lib32-libxcb-1.11.1-1 is up to date -- reinstalling
warning: lib32-libxcomposite-0.4.4-2 is up to date -- reinstalling
warning: lib32-libxcursor-1.1.14-1 is up to date -- reinstalling
warning: lib32-libxdamage-1.1.4-2 is up to date -- reinstalling
warning: lib32-libxdmcp-1.1.2-1 is up to date -- reinstalling
warning: lib32-libxext-1.3.3-1 is up to date -- reinstalling
warning: lib32-libxfixes-5.0.1-1 is up to date -- reinstalling
warning: lib32-libxft-2.3.2-1 is up to date -- reinstalling
warning: lib32-libxi-1.7.6-1 is up to date -- reinstalling
warning: lib32-libxinerama-1.1.3-1 is up to date -- reinstalling
warning: lib32-libxml2-2.9.3-1 is up to date -- reinstalling
warning: lib32-libxrandr-1.5.0-1 is up to date -- reinstalling
warning: lib32-libxrender-0.9.9-1 is up to date -- reinstalling
warning: lib32-libxshmfence-1.2-1 is up to date -- reinstalling
warning: lib32-libxslt-1.1.28-2 is up to date -- reinstalling
warning: lib32-libxss-1.2.2-2 is up to date -- reinstalling
warning: lib32-libxtst-1.2.2-1 is up to date -- reinstalling
warning: lib32-libxv-1.0.10-1 is up to date -- reinstalling
warning: lib32-libxxf86vm-1.1.4-1 is up to date -- reinstalling
warning: lib32-llvm-libs-3.7.1-1 is up to date -- reinstalling
warning: lib32-mesa-11.2.1-1 is up to date -- reinstalling
warning: lib32-mesa-libgl-11.2.1-1 is up to date -- reinstalling
warning: lib32-ncurses-6.0-2 is up to date -- reinstalling
warning: lib32-nettle-3.2-1 is up to date -- reinstalling
warning: lib32-nvidia-utils-364.19-1 is up to date -- reinstalling
warning: lib32-openal-1.17.2-1 is up to date -- reinstalling
warning: lib32-openssl-1:1.0.2.h-1 is up to date -- reinstalling
warning: lib32-p11-kit-0.23.2-1 is up to date -- reinstalling
warning: lib32-pango-1.40.1-1 is up to date -- reinstalling
warning: lib32-pcre-8.38-2 is up to date -- reinstalling
warning: lib32-pixman-0.34.0-1 is up to date -- reinstalling
warning: lib32-primus-20151110-3 is up to date -- reinstalling
warning: lib32-qt4-4.8.7-4 is up to date -- reinstalling
warning: lib32-readline-6.3.008-2 is up to date -- reinstalling
warning: lib32-sdl-1.2.15-6 is up to date -- reinstalling
warning: lib32-sdl2-2.0.4-2 is up to date -- reinstalling
warning: lib32-sdl_image-1.2.12-3 is up to date -- reinstalling
warning: lib32-sdl_ttf-2.0.11-3 is up to date -- reinstalling
warning: lib32-sqlite-3.12.2-1 is up to date -- reinstalling
warning: lib32-systemd-229-1 is up to date -- reinstalling
warning: lib32-util-linux-2.28-1 is up to date -- reinstalling
warning: lib32-v4l-utils-1.6.3-1 is up to date -- reinstalling
warning: lib32-virtualgl-2.5-2 is up to date -- reinstalling
warning: lib32-wayland-1.10.0-1 is up to date -- reinstalling
warning: lib32-xz-5.2.2-1 is up to date -- reinstalling
warning: lib32-zlib-1.2.8-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: lib32-harfbuzz will be installed before its lib32-freetype2 dependency

Packages (107) lib32-acl-2.2.52-2  lib32-alsa-lib-1.1.1-1  lib32-atk-2.20.0-1  lib32-attr-2.4.47-1  lib32-bzip2-1.0.6-2  lib32-cairo-1.14.6-2  lib32-db-5.3.28-3  lib32-e2fsprogs-1.42.13-1
               lib32-elfutils-0.166-1  lib32-expat-2.1.1-1  lib32-flac-1.3.1-2  lib32-fontconfig-2.11.95-1  lib32-freetype2-2.6.3-1  lib32-gcc-libs-6.1.1-1  lib32-gdk-pixbuf2-2.34.0-1
               lib32-gettext-0.19.7-1  lib32-glib2-2.48.0-1  lib32-glibc-2.23-2  lib32-glu-9.0.0-3  lib32-gmp-6.1.0-2  lib32-gnutls-3.4.11-1  lib32-gtk2-2.24.30-1  lib32-harfbuzz-1.2.7-1
               lib32-icu-57.1-1  lib32-jack-0.124.1-1  lib32-json-c-0.12-1  lib32-keyutils-1.5.9-1  lib32-krb5-1.13.2-3  lib32-lcms2-2.7-1  lib32-libasyncns-0.8-7  lib32-libcap-2.25-1
               lib32-libcups-2.1.3-1  lib32-libdatrie-0.2.10-1  lib32-libdbus-1.10.8-1  lib32-libdrm-2.4.68-1  lib32-libffi-3.2.1-1  lib32-libgcrypt-1.7.0-1  lib32-libglvnd-0.1.0.20160411-1
               lib32-libgpg-error-1.22-1  lib32-libice-1.0.9-1  lib32-libidn-1.32-1  lib32-libjpeg-turbo-1.4.2-1  lib32-libldap-2.4.44-1  lib32-libmng-2.0.3-1  lib32-libnl-3.2.27-1
               lib32-libogg-1.3.2-1  lib32-libpcap-1.7.4-1  lib32-libpciaccess-0.13.4-1  lib32-libpng-1.6.21-1  lib32-libpulse-8.0-1  lib32-libsamplerate-0.1.8-2  lib32-libsm-1.2.2-1
               lib32-libsndfile-1.0.26-1  lib32-libtasn1-4.8-1  lib32-libthai-0.1.24-1  lib32-libtiff-4.0.6-2  lib32-libtxc_dxtn-1.0.1-5  lib32-libusb-1.0.20-1  lib32-libvorbis-1.3.5-1
               lib32-libx11-1.6.3-1  lib32-libxau-1.0.8-1  lib32-libxcb-1.11.1-1  lib32-libxcomposite-0.4.4-2  lib32-libxcursor-1.1.14-1  lib32-libxdamage-1.1.4-2  lib32-libxdmcp-1.1.2-1
               lib32-libxext-1.3.3-1  lib32-libxfixes-5.0.1-1  lib32-libxft-2.3.2-1  lib32-libxi-1.7.6-1  lib32-libxinerama-1.1.3-1  lib32-libxml2-2.9.3-1  lib32-libxrandr-1.5.0-1
               lib32-libxrender-0.9.9-1  lib32-libxshmfence-1.2-1  lib32-libxslt-1.1.28-2  lib32-libxss-1.2.2-2  lib32-libxtst-1.2.2-1  lib32-libxv-1.0.10-1  lib32-libxxf86vm-1.1.4-1
               lib32-llvm-libs-3.7.1-1  lib32-mesa-11.2.1-1  lib32-mesa-libgl-11.2.1-1  lib32-ncurses-6.0-2  lib32-nettle-3.2-1  lib32-nvidia-utils-364.19-1  lib32-openal-1.17.2-1
               lib32-openssl-1:1.0.2.h-1  lib32-p11-kit-0.23.2-1  lib32-pango-1.40.1-1  lib32-pcre-8.38-2  lib32-pixman-0.34.0-1  lib32-primus-20151110-3  lib32-qt4-4.8.7-4
               lib32-readline-6.3.008-2  lib32-sdl-1.2.15-6  lib32-sdl2-2.0.4-2  lib32-sdl_image-1.2.12-3  lib32-sdl_ttf-2.0.11-3  lib32-sqlite-3.12.2-1  lib32-systemd-229-1
               lib32-util-linux-2.28-1  lib32-v4l-utils-1.6.3-1  lib32-virtualgl-2.5-2  lib32-wayland-1.10.0-1  lib32-xz-5.2.2-1  lib32-zlib-1.2.8-1

Total Installed Size:  410.68 MiB
Net Upgrade Size:        0.00 MiB

:: Proceed with installation? [Y/n] 
(107/107) checking keys in keyring                                                                                  [######################################################################] 100%
(107/107) checking package integrity                                                                                [######################################################################] 100%
(107/107) loading package files                                                                                     [######################################################################] 100%
(107/107) checking for file conflicts                                                                               [######################################################################] 100%
(107/107) checking available disk space                                                                             [######################################################################] 100%
:: Processing package changes...
(  1/107) reinstalling lib32-glibc                                                                                  [######################################################################] 100%
(  2/107) reinstalling lib32-attr                                                                                   [######################################################################] 100%
(  3/107) reinstalling lib32-acl                                                                                    [######################################################################] 100%
(  4/107) reinstalling lib32-alsa-lib                                                                               [######################################################################] 100%
(  5/107) reinstalling lib32-expat                                                                                  [######################################################################] 100%
(  6/107) reinstalling lib32-gcc-libs                                                                               [######################################################################] 100%
(  7/107) reinstalling lib32-libdbus                                                                                [######################################################################] 100%
(  8/107) reinstalling lib32-libffi                                                                                 [######################################################################] 100%
(  9/107) reinstalling lib32-pcre                                                                                   [######################################################################] 100%
( 10/107) reinstalling lib32-zlib                                                                                   [######################################################################] 100%
( 11/107) reinstalling lib32-glib2                                                                                  [######################################################################] 100%
( 12/107) reinstalling lib32-atk                                                                                    [######################################################################] 100%
( 13/107) reinstalling lib32-bzip2                                                                                  [######################################################################] 100%
( 14/107) reinstalling lib32-libpng                                                                                 [######################################################################] 100%
( 15/107) reinstalling lib32-libxdmcp                                                                               [######################################################################] 100%
( 16/107) reinstalling lib32-libxau                                                                                 [######################################################################] 100%
( 17/107) reinstalling lib32-libxcb                                                                                 [######################################################################] 100%
( 18/107) reinstalling lib32-libx11                                                                                 [######################################################################] 100%
( 19/107) reinstalling lib32-libxext                                                                                [######################################################################] 100%
( 20/107) reinstalling lib32-libxrender                                                                             [######################################################################] 100%
( 21/107) reinstalling lib32-icu                                                                                    [######################################################################] 100%
( 22/107) reinstalling lib32-harfbuzz                                                                               [######################################################################] 100%
( 23/107) reinstalling lib32-freetype2                                                                              [######################################################################] 100%
( 24/107) reinstalling lib32-fontconfig                                                                             [######################################################################] 100%
updating font cache... /tmp/alpm_NoE6ba/.INSTALL: line 9: /usr/bin/fc-cache-32: No such file or directory
done.
( 25/107) reinstalling lib32-pixman                                                                                 [######################################################################] 100%
( 26/107) reinstalling lib32-libpciaccess                                                                           [######################################################################] 100%
( 27/107) reinstalling lib32-libdrm                                                                                 [######################################################################] 100%
( 28/107) reinstalling lib32-libxxf86vm                                                                             [######################################################################] 100%
( 29/107) reinstalling lib32-libxfixes                                                                              [######################################################################] 100%
( 30/107) reinstalling lib32-libxdamage                                                                             [######################################################################] 100%
( 31/107) reinstalling lib32-libxshmfence                                                                           [######################################################################] 100%
( 32/107) reinstalling lib32-libgpg-error                                                                           [######################################################################] 100%
( 33/107) reinstalling lib32-libgcrypt                                                                              [######################################################################] 100%
( 34/107) reinstalling lib32-xz                                                                                     [######################################################################] 100%
( 35/107) reinstalling lib32-libcap                                                                                 [######################################################################] 100%
( 36/107) reinstalling lib32-libidn                                                                                 [######################################################################] 100%
( 37/107) reinstalling lib32-systemd                                                                                [######################################################################] 100%
( 38/107) reinstalling lib32-elfutils                                                                               [######################################################################] 100%
( 39/107) reinstalling lib32-ncurses                                                                                [######################################################################] 100%
( 40/107) reinstalling lib32-llvm-libs                                                                              [######################################################################] 100%
( 41/107) reinstalling lib32-readline                                                                               [######################################################################] 100%
( 42/107) reinstalling lib32-libxml2                                                                                [######################################################################] 100%
( 43/107) reinstalling lib32-wayland                                                                                [######################################################################] 100%
( 44/107) reinstalling lib32-libtxc_dxtn                                                                            [######################################################################] 100%
( 45/107) reinstalling lib32-mesa                                                                                   [######################################################################] 100%
( 46/107) reinstalling lib32-mesa-libgl                                                                             [######################################################################] 100%
( 47/107) reinstalling lib32-cairo                                                                                  [######################################################################] 100%
( 48/107) reinstalling lib32-db                                                                                     [######################################################################] 100%
( 49/107) reinstalling lib32-util-linux                                                                             [######################################################################] 100%
( 50/107) reinstalling lib32-e2fsprogs                                                                              [######################################################################] 100%
( 51/107) reinstalling lib32-libogg                                                                                 [######################################################################] 100%
( 52/107) reinstalling lib32-flac                                                                                   [######################################################################] 100%
( 53/107) reinstalling lib32-libjpeg-turbo                                                                          [######################################################################] 100%
( 54/107) reinstalling lib32-libtiff                                                                                [######################################################################] 100%
( 55/107) reinstalling lib32-gdk-pixbuf2                                                                            [######################################################################] 100%
/tmp/alpm_jj3gh4/.INSTALL: line 2: usr/bin/gdk-pixbuf-query-loaders-32: No such file or directory
error: command failed to execute correctly
( 56/107) reinstalling lib32-gettext                                                                                [######################################################################] 100%
( 57/107) reinstalling lib32-glu                                                                                    [######################################################################] 100%
( 58/107) reinstalling lib32-gmp                                                                                    [######################################################################] 100%
( 59/107) reinstalling lib32-nettle                                                                                 [######################################################################] 100%
( 60/107) reinstalling lib32-libtasn1                                                                               [######################################################################] 100%
( 61/107) reinstalling lib32-p11-kit                                                                                [######################################################################] 100%
( 62/107) reinstalling lib32-gnutls                                                                                 [######################################################################] 100%
( 63/107) reinstalling lib32-libdatrie                                                                              [######################################################################] 100%
( 64/107) reinstalling lib32-libthai                                                                                [######################################################################] 100%
( 65/107) reinstalling lib32-libxft                                                                                 [######################################################################] 100%
( 66/107) reinstalling lib32-pango                                                                                  [######################################################################] 100%
( 67/107) reinstalling lib32-openssl                                                                                [######################################################################] 100%
( 68/107) reinstalling lib32-libldap                                                                                [######################################################################] 100%
( 69/107) reinstalling lib32-keyutils                                                                               [######################################################################] 100%
( 70/107) reinstalling lib32-krb5                                                                                   [######################################################################] 100%
( 71/107) reinstalling lib32-libcups                                                                                [######################################################################] 100%
( 72/107) reinstalling lib32-libxcursor                                                                             [######################################################################] 100%
( 73/107) reinstalling lib32-libxrandr                                                                              [######################################################################] 100%
( 74/107) reinstalling lib32-libxi                                                                                  [######################################################################] 100%
( 75/107) reinstalling lib32-libxinerama                                                                            [######################################################################] 100%
( 76/107) reinstalling lib32-libxcomposite                                                                          [######################################################################] 100%
( 77/107) reinstalling lib32-gtk2                                                                                   [######################################################################] 100%
/tmp/alpm_GugM0W/.INSTALL: line 2: usr/bin/gtk-query-immodules-2.0-32: No such file or directory
error: command failed to execute correctly
( 78/107) reinstalling lib32-libvorbis                                                                              [######################################################################] 100%
( 79/107) reinstalling lib32-libsndfile                                                                             [######################################################################] 100%
( 80/107) reinstalling lib32-libsamplerate                                                                          [######################################################################] 100%
( 81/107) reinstalling lib32-jack                                                                                   [######################################################################] 100%
( 82/107) reinstalling lib32-json-c                                                                                 [######################################################################] 100%
( 83/107) reinstalling lib32-lcms2                                                                                  [######################################################################] 100%
( 84/107) reinstalling lib32-libasyncns                                                                             [######################################################################] 100%
( 85/107) reinstalling lib32-libglvnd                                                                               [######################################################################] 100%
( 86/107) reinstalling lib32-libice                                                                                 [######################################################################] 100%
( 87/107) reinstalling lib32-libmng                                                                                 [######################################################################] 100%
( 88/107) reinstalling lib32-libnl                                                                                  [######################################################################] 100%
( 89/107) reinstalling lib32-libusb                                                                                 [######################################################################] 100%
( 90/107) reinstalling lib32-libpcap                                                                                [######################################################################] 100%
( 91/107) reinstalling lib32-libxtst                                                                                [######################################################################] 100%
( 92/107) reinstalling lib32-libsm                                                                                  [######################################################################] 100%
( 93/107) reinstalling lib32-libpulse                                                                               [######################################################################] 100%
( 94/107) reinstalling lib32-libxslt                                                                                [######################################################################] 100%
( 95/107) reinstalling lib32-libxss                                                                                 [######################################################################] 100%
( 96/107) reinstalling lib32-libxv                                                                                  [######################################################################] 100%
( 97/107) reinstalling lib32-nvidia-utils                                                                           [######################################################################] 100%
( 98/107) reinstalling lib32-openal                                                                                 [######################################################################] 100%
( 99/107) reinstalling lib32-primus                                                                                 [######################################################################] 100%
(100/107) reinstalling lib32-sqlite                                                                                 [######################################################################] 100%
(101/107) reinstalling lib32-qt4                                                                                    [######################################################################] 100%
(102/107) reinstalling lib32-sdl                                                                                    [######################################################################] 100%
(103/107) reinstalling lib32-sdl2                                                                                   [######################################################################] 100%
(104/107) reinstalling lib32-sdl_image                                                                              [######################################################################] 100%
(105/107) reinstalling lib32-sdl_ttf                                                                                [######################################################################] 100%
(106/107) reinstalling lib32-v4l-utils                                                                              [######################################################################] 100%
(107/107) reinstalling lib32-virtualgl                                                                              [######################################################################] 100%
$ skype
/usr/bin/skype: line 15: /usr/lib32/skype/skype: No such file or directory

Last edited by shved (2016-05-11 18:03:12)


Sorry for my english

Offline

#7 2016-05-12 02:11:50

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: No one x86 application can't run on my x86_64 system

Try ldd /usr/lib32/skype/skype


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#8 2016-05-12 03:29:02

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,789

Re: No one x86 application can't run on my x86_64 system

Here are the results from my system

ewaller@turing/home/ewaller % /usr/lib32/skype/skype 
ewaller@turing/home/ewaller % file /usr/lib32/skype/skype 
/usr/lib32/skype/skype: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=6eef9a3f7c9719980b6e317a00ea971d3717ac89, stripped
ewaller@turing/home/ewaller % /usr/lib32/skype/skype 
^C
ewaller@turing/home/ewaller[130] % file $(which skype) 
/usr/bin/skype: Bourne-Again shell script, ASCII text executable
ewaller@turing/home/ewaller % cat /usr/bin/skype
#!/bin/bash

LIBDIR="/usr/lib32"

if [[ -e "$LIBDIR/libv4l/v4l2convert.so" ]]; then
	export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}$LIBDIR/libv4l/v4l2convert.so"
fi

if [[ -e "/usr/share/skype/lib/libQtWebKit.so.4" ]]; then
	export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}/usr/share/skype/lib/libQtWebKit.so.4"
fi

exec "$LIBDIR/skype/skype" "$@"
ewaller@turing/home/ewaller % ldd /usr/lib32/skype/skype 
	linux-gate.so.1 (0xf76e8000)
	libXv.so.1 => /usr/lib32/libXv.so.1 (0xf76a0000)
	libXss.so.1 => /usr/lib32/libXss.so.1 (0xf769c000)
	librt.so.1 => /usr/lib32/librt.so.1 (0xf7693000)
	libdl.so.2 => /usr/lib32/libdl.so.2 (0xf768e000)
	libX11.so.6 => /usr/lib32/libX11.so.6 (0xf753e000)
	libXext.so.6 => /usr/lib32/libXext.so.6 (0xf7529000)
	libQtDBus.so.4 => /usr/lib32/libQtDBus.so.4 (0xf7499000)
	libQtWebKit.so.4 => /usr/lib32/libQtWebKit.so.4 (0xf5e3c000)
	libQtXml.so.4 => /usr/lib32/libQtXml.so.4 (0xf5dea000)
	libQtGui.so.4 => /usr/lib32/libQtGui.so.4 (0xf5247000)
	libQtNetwork.so.4 => /usr/lib32/libQtNetwork.so.4 (0xf50e9000)
	libQtCore.so.4 => /usr/lib32/libQtCore.so.4 (0xf4dd1000)
	libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf4db4000)
	libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf4c34000)
	libm.so.6 => /usr/lib32/libm.so.6 (0xf4bde000)
	libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf4bc3000)
	libc.so.6 => /usr/lib32/libc.so.6 (0xf4a0e000)
	/lib/ld-linux.so.2 (0xf76ea000)
	libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf49e7000)
	libdbus-1.so.3 => /usr/lib32/libdbus-1.so.3 (0xf498b000)
	libsqlite3.so.0 => /usr/lib32/libsqlite3.so.0 (0xf48ab000)
	libXrender.so.1 => /usr/lib32/libXrender.so.1 (0xf489f000)
	libglib-2.0.so.0 => /usr/lib32/libglib-2.0.so.0 (0xf4777000)
	libpng16.so.16 => /usr/lib32/libpng16.so.16 (0xf473a000)
	libz.so.1 => /usr/lib32/libz.so.1 (0xf4723000)
	libfreetype.so.6 => /usr/lib32/libfreetype.so.6 (0xf465e000)
	libgobject-2.0.so.0 => /usr/lib32/libgobject-2.0.so.0 (0xf4601000)
	libSM.so.6 => /usr/lib32/libSM.so.6 (0xf45f8000)
	libICE.so.6 => /usr/lib32/libICE.so.6 (0xf45db000)
	libfontconfig.so.1 => /usr/lib32/libfontconfig.so.1 (0xf4591000)
	libssl.so.1.0.0 => /usr/lib32/libssl.so.1.0.0 (0xf451e000)
	libcrypto.so.1.0.0 => /usr/lib32/libcrypto.so.1.0.0 (0xf430b000)
	libXau.so.6 => /usr/lib32/libXau.so.6 (0xf4307000)
	libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf4300000)
	libpcre.so.1 => /usr/lib32/libpcre.so.1 (0xf428b000)
	libbz2.so.1.0 => /usr/lib32/libbz2.so.1.0 (0xf4279000)
	libharfbuzz.so.0 => /usr/lib32/libharfbuzz.so.0 (0xf41f9000)
	libffi.so.6 => /usr/lib32/libffi.so.6 (0xf41f0000)
	libuuid.so.1 => /usr/lib32/libuuid.so.1 (0xf41ea000)
	libexpat.so.1 => /usr/lib32/libexpat.so.1 (0xf41c0000)
ewaller@turing/home/ewaller % 

It is interesting that the file in /usr/bin is a script.  It does some preloading of libraries.  Running /usr/lib32/skype/skype on my system works, but I used Skype last night to talk to my daughter and have not rebooted since.

Edit:  It does run after a reboot without needing the script

Last edited by ewaller (2016-05-12 03:38:59)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

#9 2016-05-12 05:18:37

shved
Member
Registered: 2012-12-11
Posts: 54

Re: No one x86 application can't run on my x86_64 system

ngoonee wrote:

Try ldd /usr/lib32/skype/skype

The same. I wrote about it:

ldd /usr/lib32/skype/skype
/sbin/ldd: line 117: /usr/lib32/skype/skype: No such file or directory
ewaller wrote:

It is interesting that the file in /usr/bin is a script.  It does some preloading of libraries.  Running /usr/lib32/skype/skype on my system works, but I used Skype last night to talk to my daughter and have not rebooted since.
Edit:  It does run after a reboot without needing the script

The problem only on this machine! Another my laptop works fine. And the problem not only with skype.

$ teamviewer  #the script too

Init...
XRandRWait: No value set. Using default.
XRandRWait: Started by user.
Checking setup...
/opt/teamviewer/tv_bin/script/tvw_exec: line 33: /opt/teamviewer/tv_bin/wine/bin/wineserver: No such file or directory
Launching TeamViewer ...
Starting network process (no daemon)
/opt/teamviewer/tv_bin/script/tvw_exec: line 103: /opt/teamviewer/tv_bin/teamviewerd: No such file or directory
Network process already started (or error)
/opt/teamviewer/tv_bin/script/tvw_exec: line 33: /opt/teamviewer/tv_bin/wine/bin/wineserver: No such file or directory

Sorry for my english

Offline

#10 2016-05-12 05:48:50

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: No one x86 application can't run on my x86_64 system

I suspect you've messed around with something in your bash environment (or whatever shell you're using). Try creating a new user and testing as that user. Alternatively, try and remember what related changes you've made to bashrc or similar.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#11 2016-05-12 05:58:18

shved
Member
Registered: 2012-12-11
Posts: 54

Re: No one x86 application can't run on my x86_64 system

ngoonee wrote:

I suspect you've messed around with something in your bash environment (or whatever shell you're using). Try creating a new user and testing as that user. Alternatively, try and remember what related changes you've made to bashrc or similar.

The same for root user. But I will try


Sorry for my english

Offline

#12 2016-05-12 06:52:03

Mika79
Member
Registered: 2016-03-28
Posts: 32

Re: No one x86 application can't run on my x86_64 system

Whats the output of:

/usr/lib32/ld-2.23.so --list /usr/lib32/skype/skype

Offline

#13 2016-05-12 07:02:15

shved
Member
Registered: 2012-12-11
Posts: 54

Re: No one x86 application can't run on my x86_64 system

Mika79 wrote:

Whats the output of:

/usr/lib32/ld-2.23.so --list /usr/lib32/skype/skype

Tnx for good hack!

$ /usr/lib32/ld-2.23.so --list /usr/lib32/skype/skype
        linux-gate.so.1 (0xf7739000)
        libXv.so.1 => /usr/lib32/libXv.so.1 (0xf53e8000)
        libXss.so.1 => /usr/lib32/libXss.so.1 (0xf53e4000)
        librt.so.1 => /usr/lib32/librt.so.1 (0xf53db000)
        libdl.so.2 => /usr/lib32/libdl.so.2 (0xf53d6000)
        libX11.so.6 => /usr/lib32/libX11.so.6 (0xf5286000)
        libXext.so.6 => /usr/lib32/libXext.so.6 (0xf5271000)
        libQtDBus.so.4 => /usr/lib32/libQtDBus.so.4 (0xf51e1000)
        libQtWebKit.so.4 => /usr/lib32/libQtWebKit.so.4 (0xf3b84000)
        libQtXml.so.4 => /usr/lib32/libQtXml.so.4 (0xf3b32000)
        libQtGui.so.4 => /usr/lib32/libQtGui.so.4 (0xf2f8f000)
        libQtNetwork.so.4 => /usr/lib32/libQtNetwork.so.4 (0xf2e31000)
        libQtCore.so.4 => /usr/lib32/libQtCore.so.4 (0xf2b19000)
        libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf2afc000)
        libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf297c000)
        libm.so.6 => /usr/lib32/libm.so.6 (0xf2926000)
        libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf290b000)
        libc.so.6 => /usr/lib32/libc.so.6 (0xf2756000)
        /lib/ld-linux.so.2 => /usr/lib32/ld-2.23.so (0x565a7000)
        libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf272f000)
        libdbus-1.so.3 => /usr/lib32/libdbus-1.so.3 (0xf26d3000)
        libsqlite3.so.0 => /usr/lib32/libsqlite3.so.0 (0xf25f3000)
        libXrender.so.1 => /usr/lib32/libXrender.so.1 (0xf25e7000)
        libglib-2.0.so.0 => /usr/lib32/libglib-2.0.so.0 (0xf24bf000)
        libpng16.so.16 => /usr/lib32/libpng16.so.16 (0xf2482000)
        libz.so.1 => /usr/lib32/libz.so.1 (0xf246b000)
        libfreetype.so.6 => /usr/lib32/libfreetype.so.6 (0xf23a6000)
        libgobject-2.0.so.0 => /usr/lib32/libgobject-2.0.so.0 (0xf2349000)
        libSM.so.6 => /usr/lib32/libSM.so.6 (0xf2340000)
        libICE.so.6 => /usr/lib32/libICE.so.6 (0xf2323000)
        libfontconfig.so.1 => /usr/lib32/libfontconfig.so.1 (0xf22d9000)
        libssl.so.1.0.0 => /usr/lib32/libssl.so.1.0.0 (0xf2266000)
        libcrypto.so.1.0.0 => /usr/lib32/libcrypto.so.1.0.0 (0xf2053000)
        libXau.so.6 => /usr/lib32/libXau.so.6 (0xf204f000)
        libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf2048000)
        libpcre.so.1 => /usr/lib32/libpcre.so.1 (0xf1fd3000)
        libbz2.so.1.0 => /usr/lib32/libbz2.so.1.0 (0xf1fc1000)
        libharfbuzz.so.0 => /usr/lib32/libharfbuzz.so.0 (0xf1f41000)
        libffi.so.6 => /usr/lib32/libffi.so.6 (0xf1f38000)
        libuuid.so.1 => /usr/lib32/libuuid.so.1 (0xf1f32000)
        libexpat.so.1 => /usr/lib32/libexpat.so.1 (0xf1f08000)

$ ls -l $(/usr/lib32/ld-2.23.so --list /usr/lib32/skype/skype | awk '{print $3}')
-rwxr-xr-x 1 root root  160520 May  4 00:51 /usr/lib32/ld-2.23.so
lrwxrwxrwx 1 root root      15 Jul  5  2014 /usr/lib32/libbz2.so.1.0 -> libbz2.so.1.0.6
-r-xr-xr-x 1 root root 2385712 May  3 19:12 /usr/lib32/libcrypto.so.1.0.0
lrwxrwxrwx 1 root root      12 May  4 00:51 /usr/lib32/libc.so.6 -> libc-2.23.so
lrwxrwxrwx 1 root root      19 Mar 27 11:20 /usr/lib32/libdbus-1.so.3 -> libdbus-1.so.3.14.6
lrwxrwxrwx 1 root root      13 May  4 00:51 /usr/lib32/libdl.so.2 -> libdl-2.23.so
lrwxrwxrwx 1 root root      17 Mar 30 20:04 /usr/lib32/libexpat.so.1 -> libexpat.so.1.6.0
lrwxrwxrwx 1 root root      15 Dec 14  2014 /usr/lib32/libffi.so.6 -> libffi.so.6.0.4
lrwxrwxrwx 1 root root      22 Apr  9 14:05 /usr/lib32/libfontconfig.so.1 -> libfontconfig.so.1.9.1
lrwxrwxrwx 1 root root      21 Feb 14 09:26 /usr/lib32/libfreetype.so.6 -> libfreetype.so.6.12.3
-rw-r--r-- 1 root root  654092 May  4 00:41 /usr/lib32/libgcc_s.so.1
lrwxrwxrwx 1 root root      23 Apr 12 17:27 /usr/lib32/libglib-2.0.so.0 -> libglib-2.0.so.0.4800.0
lrwxrwxrwx 1 root root      26 Apr 12 17:27 /usr/lib32/libgobject-2.0.so.0 -> libgobject-2.0.so.0.4800.0
lrwxrwxrwx 1 root root      24 May  8 05:33 /usr/lib32/libharfbuzz.so.0 -> libharfbuzz.so.0.10200.7
lrwxrwxrwx 1 root root      15 Jun 14  2014 /usr/lib32/libICE.so.6 -> libICE.so.6.3.0
lrwxrwxrwx 1 root root      12 May  4 00:51 /usr/lib32/libm.so.6 -> libm-2.23.so
lrwxrwxrwx 1 root root      16 Mar 15 18:44 /usr/lib32/libpcre.so.1 -> libpcre.so.1.2.6
lrwxrwxrwx 1 root root      19 Jan 25 18:05 /usr/lib32/libpng16.so.16 -> libpng16.so.16.21.0
lrwxrwxrwx 1 root root      18 May  4 00:51 /usr/lib32/libpthread.so.0 -> libpthread-2.23.so
lrwxrwxrwx 1 root root      18 Mar  5 00:31 /usr/lib32/libQtCore.so.4 -> libQtCore.so.4.8.7
lrwxrwxrwx 1 root root      18 Mar  5 00:31 /usr/lib32/libQtDBus.so.4 -> libQtDBus.so.4.8.7
lrwxrwxrwx 1 root root      17 Mar  5 00:31 /usr/lib32/libQtGui.so.4 -> libQtGui.so.4.8.7
lrwxrwxrwx 1 root root      21 Mar  5 00:31 /usr/lib32/libQtNetwork.so.4 -> libQtNetwork.so.4.8.7
lrwxrwxrwx 1 root root      20 Mar  5 00:31 /usr/lib32/libQtWebKit.so.4 -> libQtWebKit.so.4.9.4
lrwxrwxrwx 1 root root      17 Mar  5 00:31 /usr/lib32/libQtXml.so.4 -> libQtXml.so.4.8.7
lrwxrwxrwx 1 root root      13 May  4 00:51 /usr/lib32/librt.so.1 -> librt-2.23.so
lrwxrwxrwx 1 root root      14 Sep 16  2013 /usr/lib32/libSM.so.6 -> libSM.so.6.0.1
lrwxrwxrwx 1 root root      19 Apr 24 00:43 /usr/lib32/libsqlite3.so.0 -> libsqlite3.so.0.8.6
-r-xr-xr-x 1 root root  508076 May  3 19:12 /usr/lib32/libssl.so.1.0.0
lrwxrwxrwx 1 root root      19 May  4 00:41 /usr/lib32/libstdc++.so.6 -> libstdc++.so.6.0.22
lrwxrwxrwx 1 root root      16 Apr 12 18:57 /usr/lib32/libuuid.so.1 -> libuuid.so.1.3.0
lrwxrwxrwx 1 root root      15 Mar 11  2015 /usr/lib32/libX11.so.6 -> libX11.so.6.3.0
lrwxrwxrwx 1 root root      15 May 27  2013 /usr/lib32/libXau.so.6 -> libXau.so.6.0.0
lrwxrwxrwx 1 root root      15 Sep  8  2015 /usr/lib32/libxcb.so.1 -> libxcb.so.1.1.0
lrwxrwxrwx 1 root root      17 Mar 29  2015 /usr/lib32/libXdmcp.so.6 -> libXdmcp.so.6.0.0
lrwxrwxrwx 1 root root      16 Jul 27  2014 /usr/lib32/libXext.so.6 -> libXext.so.6.4.0
lrwxrwxrwx 1 root root      19 May 19  2015 /usr/lib32/libXrender.so.1 -> libXrender.so.1.3.0
lrwxrwxrwx 1 root root      15 Jul 12  2014 /usr/lib32/libXss.so.1 -> libXss.so.1.0.0
lrwxrwxrwx 1 root root      14 Sep 16  2013 /usr/lib32/libXv.so.1 -> libXv.so.1.0.0
lrwxrwxrwx 1 root root      13 Apr 30  2013 /usr/lib32/libz.so.1 -> libz.so.1.2.8

Sorry for my english

Offline

#14 2016-05-12 07:34:40

Mika79
Member
Registered: 2016-03-28
Posts: 32

Re: No one x86 application can't run on my x86_64 system

Well yes its good to know if you wanna know about libraries missing when ldd fails. Only now I recognize its useless here as you told it runs fine when you execute skype by directly invoking the loader.

I fail to see anything wrong. I wouldn't know an environment option preventing this from work besides maybe LD_LIBRARY_PATH and that would have shown in the list and you wouldn't be able to start skype whatsoever.

Im clueless, sorry.

Besides *maybe* your ld.so.cache is broken.

sudo ldconfig -v

..could yield something useful.

Last edited by Mika79 (2016-05-12 07:40:20)

Offline

#15 2016-05-12 07:51:29

shved
Member
Registered: 2012-12-11
Posts: 54

Re: No one x86 application can't run on my x86_64 system

Mika79 wrote:

Well yes its good to know if you wanna know about libraries missing when ldd fails. Only know I recognize its useless here as you told it runs fine when you execute skype by directly invoking the loader.

I fail to see anything wrong. I wouldn't know an environment option preventing this from work besides maybe LD_LIBRARY_PATH and that would have shown in the list and you wouldn't be able to start skype whatsoever.

Im clueless, sorry.

Thank you anyway!

Here my environment:

$env
XDG_VTNR=7
MANPATH=:/home/shved/.cabal/share/doc:/usr/share/doc:/home/shved/Projects/usr/share/man:/home/shved/.cabal/share/doc:/usr/share/doc:/home/shved/Projects/usr/share/man
OWRT_ARM_CORTEX_TARGET_BIN_PATH=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/target-arm_cortex-a9+vfp_uClibc-0.9.33.2_eabi/usr/bin
XDG_SESSION_ID=c2
XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/shved
OWRT_ARM_GCC=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/toolchain-arm_mpcore+vfp_gcc-4.8-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-gcc
OWRT_ARM_TARGET_DIR=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/target-arm_mpcore+vfp_uClibc-0.9.33.2_eabi
OWRT_ARM_TARGET_LIB_PATH=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/target-arm_mpcore+vfp_uClibc-0.9.33.2_eabi/usr/lib
SHELL=/bin/bash
TERM=screen
OWRT_ARM_CORTEX_TARGET_LIB_PATH=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/target-arm_cortex-a9+vfp_uClibc-0.9.33.2_eabi/usr/lib
ACLOCAL=aclocal -I /home/shved/usr/share/aclocal
PREFIX32=/home/shved/usr32
USER=shved
OWRT_MIPS_LD=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin/mips-openwrt-linux-ld
LD_LIBRARY_PATH=/home/shved/usr/lib:/home/shved/usr/lib/yaocw
OWRT_MIPS_TARGET_INCLUDE_PATH=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/include
OWRT_ARM_TARGET_BIN_PATH=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/target-arm_mpcore+vfp_uClibc-0.9.33.2_eabi/usr/bin
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
OWRT_ARM_CORTEX_TARGET_INCLUDE_PATH=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/target-arm_cortex-a9+vfp_uClibc-0.9.33.2_eabi/usr/include
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
OWRT_ARM_TARGET_INCLUDE_PATH=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/target-arm_mpcore+vfp_uClibc-0.9.33.2_eabi/usr/include
OWRT_MIPS_GCC=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin/mips-openwrt-linux-gcc
TERMCAP=SC|screen|VT 100/ANSI X3.64 virtual terminal:\
        :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\
        :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\
        :do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\
        :le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\
        :li#53:co#239:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\
        :cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\
        :im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\
        :ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\
        :ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\
        :se=\E[23m:mb=\E[5m:md=\E[1m:mh=\E[2m:mr=\E[7m:\
        :me=\E[m:ms:\
        :Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\
        :vb=\Eg:G0:as=\E(0:ae=\E(B:\
        :ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\
        :po=\E[5i:pf=\E[4i:Km=\E[M:k0=\E[10~:k1=\EOP:k2=\EOQ:\
        :k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
        :k8=\E[19~:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:\
        :F3=\E[1;2P:F4=\E[1;2Q:F5=\E[1;2R:F6=\E[1;2S:\
        :F7=\E[15;2~:F8=\E[17;2~:F9=\E[18;2~:FA=\E[19;2~:kb=^H:\
        :K2=\EOE:kB=\E[Z:kF=\E[1;2B:kR=\E[1;2A:*4=\E[3;2~:\
        :*7=\E[1;2F:#2=\E[1;2H:#3=\E[2;2~:#4=\E[1;2D:%c=\E[6;2~:\
        :%e=\E[5;2~:%i=\E[1;2C:kh=\E[1~:@1=\E[1~:kH=\E[4~:\
        :@7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:ku=\EOA:\
        :kd=\EOB:kr=\EOC:kl=\EOD:km:
WINEARCH=win32
OWRT_MIPS_TARGET_LIB_PATH=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
DESKTOP_SESSION=xinitrc
MAIL=/var/spool/mail/shved
PATH=/usr/lib/colorgcc/bin:/home/shved/.cabal/bin:/home/shved/usr/bin:/usr/lib/colorgcc/bin:/home/shved/.cabal/bin:/home/shved/usr/bin:/usr/local/Trolltech/Qt-%VERSION%/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/home/shved/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/shved/usr/bin
STY=3823.pts-0.ShvedWorkplace
XDG_SESSION_TYPE=x11
PWD=/home/shved/Projects/arccn/flashwrt/update
OWRT_ARM_STAGING_DIR=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/toolchain-arm_mpcore+vfp_gcc-4.8-linaro_uClibc-0.9.33.2_eabi
EDITOR=vim
LANG=en_US.utf8
GDM_LANG=en_US.utf8
OWRT_MIPS_TARGET_DIR=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/target-mips_34kc_uClibc-0.9.33.2
WINEPREFIX=/home/shved/.wine32
GCC_COLORS=y
OWRT_MIPS_TARGET_BIN_PATH=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/bin
GDMSESSION=xinitrc
OWRT_ARM_LD=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/toolchain-arm_mpcore+vfp_gcc-4.8-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-ld
SHLVL=2
HOME=/home/shved
OWRT_ARM_CORTEX_GCC=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/toolchain-arm_cortex-a9+vfp_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-gcc
XDG_SEAT=seat0
INST_ROOT=/home/shved/usr
XDG_SESSION_DESKTOP=xinitrc
LOGNAME=shved
STAGING_DIR=/home/shved/Projects/arccn/openwrt/trunk/staging_dir
GIT_PS1_SHOWUPSTREAM=auto
OWRT_MIPS_STAGING_DIR=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2
PREFIX=/home/shved/usr
WINDOW=3
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
QTCURVE_CONFIG_FILE=/home/shved/usr/share/themes/Lucidity/qtc_lucidity.themerc
OWRT_ARM_CORTEX_STAGING_DIR=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/toolchain-arm_cortex-a9+vfp_gcc-4.6-linaro_uClibc-0.9.33.2_eabi
PKG_CONFIG_PATH=/home/shved/usr/lib/pkgconfig/:/home/shved/usr/share/pkgconfig/
OWRT_ARM_GPP=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/toolchain-arm_mpcore+vfp_gcc-4.8-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-g++
XDG_RUNTIME_DIR=/home/shved/usr/xdg
DISPLAY=:0
OWRT_ARM_CORTEX_GPP=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/toolchain-arm_cortex-a9+vfp_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-g++
OWRT_MIPS_GPP=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/bin/mips-openwrt-linux-g++
OWRT_ARM_CORTEX_LD=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/toolchain-arm_cortex-a9+vfp_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-ld
OWRT_ARM_CORTEX_TARGET_DIR=/home/shved/Projects/arccn/openwrt/trunk/staging_dir/target-arm_cortex-a9+vfp_uClibc-0.9.33.2_eabi
XAUTHORITY=/home/shved/.Xauthority
_=/sbin/env
OLDPWD=/home/shved/Projects/arccn/flashwrt

Sorry for my english

Offline

#16 2016-05-12 08:13:15

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: No one x86 application can't run on my x86_64 system

Your PATH is a mess. And what is all that ORWT_ARM stuff?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#17 2016-05-12 08:18:11

shved
Member
Registered: 2012-12-11
Posts: 54

Re: No one x86 application can't run on my x86_64 system

jasonwryan wrote:

Your PATH is a mess. And what is all that ORWT_ARM stuff?

You are right! It is messy. OWRT doesn't need anymore. But for root I has next:

# env
SHELL=/bin/bash
TERM=screen
USER=root
LD_LIBRARY_PATH=/usr/local/lib:/home/shved/usr/lib::/usr/lib/x86_64-linux-gnu/gtk-2.0/modules/
SUDO_USER=shved
SUDO_UID=1000
USERNAME=root
MAIL=/var/mail/root
PATH=/usr/local/Trolltech/Qt-%VERSION%/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
PWD=/home/shved
EDITOR=vim
LANG=en_US.utf8
SHLVL=1
SUDO_COMMAND=/sbin/su
HOME=/root
LOGNAME=root
GIT_PS1_SHOWUPSTREAM=auto
XDG_RUNTIME_DIR=/var/run/xdg/
SUDO_GID=1000
DISPLAY=:0
XAUTHORITY=/home/shved/.Xauthority
_=/sbin/env

And the same problem

Last edited by shved (2016-05-12 08:21:19)


Sorry for my english

Offline

#18 2016-05-12 08:23:54

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: No one x86 application can't run on my x86_64 system

Follow ngoonees' advice and create a new user.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#19 2016-05-12 08:28:24

shved
Member
Registered: 2012-12-11
Posts: 54

Re: No one x86 application can't run on my x86_64 system

jasonwryan wrote:

Follow ngoonees' advice and create a new user.

OK! I will try


Sorry for my english

Offline

#20 2016-05-12 12:54:56

shved
Member
Registered: 2012-12-11
Posts: 54

Re: No one x86 application can't run on my x86_64 system

jasonwryan wrote:

Follow ngoonees' advice and create a new user.

The same with new user.

$ env
XDG_VTNR=1
XDG_SESSION_ID=c7
TERM=linux
SHELL=/bin/bash
USER=test1
LD_LIBRARY_PATH=/usr/local/lib:/home/shved/usr/lib::/usr/lib/x86_64-linux-gnu/gtk-2.0/modules/
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
MAIL=/var/spool/mail/test1
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/home/shved/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/shved/usr/bin
PWD=/home/test1
EDITOR=vim
LANG=en_US.UTF-8
SHLVL=1
XDG_SEAT=seat0
HOME=/home/test1
LOGNAME=test1
GIT_PS1_SHOWUPSTREAM=auto
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/bus
XDG_RUNTIME_DIR=/var/run/xdg/
_=/usr/bin/env
$ /usr/lib32/skype/skype
-bash: /usr/lib32/skype/skype: No such file or directory

Sorry for my english

Offline

#21 2016-05-12 14:51:22

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,920

Re: No one x86 application can't run on my x86_64 system

Where do the /home/shved/usr/lib in LD_LIBRARY_PATH and /home/shved/usr/bin in PATH come from ?

Why does user shved have system folders in it's home folder ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#22 2016-05-13 08:26:43

shved
Member
Registered: 2012-12-11
Posts: 54

Re: No one x86 application can't run on my x86_64 system

Lone_Wolf wrote:

Where do the /home/shved/usr/lib in LD_LIBRARY_PATH and /home/shved/usr/bin in PATH come from ?

Why does user shved have system folders in it's home folder ?

They are from bash.bashrc

$HOME/usr is my default $PREFIX for automake configure script. I installs there my own built by hand projects without root access. So I added path to it to the system-wide variables.


Sorry for my english

Offline

#23 2016-05-13 10:15:16

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: No one x86 application can't run on my x86_64 system

shved wrote:
Lone_Wolf wrote:

Where do the /home/shved/usr/lib in LD_LIBRARY_PATH and /home/shved/usr/bin in PATH come from ?

Why does user shved have system folders in it's home folder ?

They are from bash.bashrc

$HOME/usr is my default $PREFIX for automake configure script. I installs there my own built by hand projects without root access. So I added path to it to the system-wide variables.

Haven't you considered that you might wish to undo that to see if its interfering with your x86 applications? Pretty sure that's the root of your problems.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#24 2016-05-13 10:26:33

shved
Member
Registered: 2012-12-11
Posts: 54

Re: No one x86 application can't run on my x86_64 system

ngoonee wrote:

Haven't you considered that you might wish to undo that to see if its interfering with your x86 applications? Pretty sure that's the root of your problems.

No, I have! Unfortunately, the same result for next

$ env
XDG_VTNR=1
MANPATH=:/home/shved/.cabal/share/doc:/usr/share/doc:/home/shved/Projects/usr/share/man
XDG_SESSION_ID=c22
TERM=linux
SHELL=/bin/bash
USER=shved
LD_LIBRARY_PATH=:/usr/lib/x86_64-linux-gnu/gtk-2.0/modules/ # as for empty or with :/usr/lib32/
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
MAIL=/var/spool/mail/shved
PATH=/usr/local/Trolltech/Qt-%VERSION%/bin:/sbin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
PWD=/home/shved
EDITOR=vim
LANG=en_US.UTF-8
GCC_COLORS=y
SHLVL=1
XDG_SEAT=seat0
HOME=/home/shved
LOGNAME=shved
GIT_PS1_SHOWUPSTREAM=auto
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
QTCURVE_CONFIG_FILE=/home/shved/usr/share/themes/Lucidity/qtc_lucidity.themerc
XDG_RUNTIME_DIR=/home/shved/usr/xdg
_=/sbin/env

Sorry for my english

Offline

#25 2016-06-15 06:38:36

shved
Member
Registered: 2012-12-11
Posts: 54

Re: No one x86 application can't run on my x86_64 system

Excuse me! But is there any idea?


Sorry for my english

Offline

Board footer

Powered by FluxBB