View previous topic :: View next topic |
Author |
Message |
creaker l33t
Joined: 14 Jul 2012 Posts: 651
|
Posted: Mon Oct 20, 2014 5:36 pm Post subject: 32bit environment broken by recent update |
|
|
Recently updated a system and realized that 32bit apps (sopcast and teamviewer) not running anymore.
I checked for package list affected by emerge -avuDN world, they are:
Code: | 1413566412: >>> emerge (1 of 39) sys-libs/timezone-data-2014g
1413566424: >>> emerge (2 of 39) media-libs/libdvbpsi-0.2.2
1413566434: >>> emerge (3 of 39) sys-apps/file-5.19
1413566449: >>> emerge (4 of 39) media-fonts/dejavu-2.33
1413566459: >>> emerge (5 of 39) sys-apps/hwids-20141010
1413566466: >>> emerge (6 of 39) dev-lang/perl-5.18.2-r2
1413566625: >>> emerge (7 of 39) perl-core/File-Temp-0.230.0
1413566632: >>> emerge (8 of 39) virtual/perl-File-Temp-0.230.0-r1
1413566636: >>> emerge (9 of 39) dev-libs/openssl-1.0.1j
1413566752: >>> emerge (10 of 39) net-misc/curl-7.37.1
1413566806: >>> emerge (11 of 39) app-portage/genlop-0.30.9-r1
1413566813: >>> emerge (12 of 39) dev-db/sqlite-3.8.6
1413566844: >>> emerge (13 of 39) app-shells/bash-4.2_p53
1413566884: >>> emerge (14 of 39) sys-apps/less-458
1413566896: >>> emerge (15 of 39) dev-libs/nss-3.16.5
1413566996: >>> emerge (16 of 39) app-emulation/emul-linux-x86-qtlibs-20140508-r1
1413567004: >>> emerge (17 of 39) app-admin/sudo-1.8.11_p1
1413567041: >>> emerge (18 of 39) media-libs/libsdl-1.2.15-r8
1413567069: >>> emerge (19 of 39) sys-apps/man-pages-3.72
1413567078: >>> emerge (20 of 39) net-libs/neon-0.30.0-r1
1413567096: >>> emerge (21 of 39) sys-devel/make-4.0-r1
1413567111: >>> emerge (22 of 39) dev-libs/libgpg-error-1.13
1413567123: >>> emerge (23 of 39) net-dns/libidn-1.29
1413567150: >>> emerge (24 of 39) dev-perl/Locale-gettext-1.50.0-r1
1413567157: >>> emerge (25 of 39) sys-apps/help2man-1.45.1
1413567165: >>> emerge (26 of 39) sys-boot/grub-2.02_beta2-r2
1413567269: >>> emerge (27 of 39) sys-apps/dbus-1.8.8
1413567310: >>> emerge (28 of 39) dev-lang/python-3.4.1
1413567412: >>> emerge (29 of 39) sys-fs/eudev-1.10-r2
1413567445: >>> emerge (30 of 39) net-print/cups-1.7.5
1413567499: >>> emerge (31 of 39) x11-drivers/nvidia-drivers-343.22-r2
1413567534: >>> emerge (32 of 39) app-crypt/gnupg-2.0.26
1413567572: >>> emerge (33 of 39) dev-vcs/git-2.0.4
1413567618: >>> emerge (34 of 39) media-libs/phonon-4.7.2
1413567644: >>> emerge (35 of 39) media-video/vlc-2.1.2
1413567843: >>> emerge (36 of 39) media-libs/phonon-vlc-0.7.2
1413567856: >>> emerge (37 of 39) www-plugins/adobe-flash-11.2.202.411
1413567863: >>> emerge (38 of 39) kde-base/kactivities-4.12.5
1413567906: >>> emerge (39 of 39) dev-db/mysql-5.5.40 |
The only 32bit related package I see here is app-emulation/emul-linux-x86-qtlibs-20140508-r1. I re-installed it, but it doesn't helped.
When starting sopcast program (sp-sc-auth) from konsole I'm getting a message "bash: /usr/local/bin/sp-sc-auth: no such file or directory". Though file is there. Just doesn't recognized as executable.
Anyone has such a problem with 32bit applications? |
|
Back to top |
|
|
charles17 Advocate
Joined: 02 Mar 2008 Posts: 3685
|
Posted: Tue Oct 21, 2014 10:51 am Post subject: Re: 32bit environment broken by recent update |
|
|
creaker wrote: | When starting sopcast program (sp-sc-auth) from konsole I'm getting a message "bash: /usr/local/bin/sp-sc-auth: no such file or directory". Though file is there. Just doesn't recognized as executable.
Anyone has such a problem with 32bit applications? | Is /usr/local/bin/sp-sc-auth marked executable?
Have you run revdep-rebuild?
BTW: I can't find sopcast in portage. Where did you get that program? |
|
Back to top |
|
|
Selenia n00b
Joined: 12 Nov 2014 Posts: 42
|
Posted: Sun Nov 23, 2014 7:48 pm Post subject: |
|
|
It probably isn't in portage, hence why this is under unsupported software. Anyways, I am with you in the fact he should do a 'chmod +x' on it as any error I have ever encountered on any distro about something not being executable was because it wasn't, either due to an oversight on my part or an oversight of whoever put together a particular package. To the OP, I did an emerge --autounmask-write --update --newuse --deep --with-bdeps=y world last night which updated a few ebuilds and no 32-bit issues for me with WINE and some 32-bit emulators I run. Then again, I run a multilib 64-bit system. |
|
Back to top |
|
|
|