[Bug 852101] Re: 32-bit applications do not start on 64

2018-04-29 Thread Ondrej Krisak
** Changed in: ia32-libs (Ubuntu) Assignee: Scott Ritchie (scottritchie) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title: 32-bit applications do not start on 64 To

[Bug 852101] Re: 32-bit applications do not start on 64

2012-05-06 Thread Zhou Yu
I got the same problem on my newly upgraded x86_64bit Precise. And I 'sudo apt-get install' and/or 'sudo apt-get install --reinstall libc6-i386 and other i386 libraries, but the problem was still there. Then I checked with the i386 'ld' problem, and found that 'adb' depends on /lib/ld-linux.so.2,

[Bug 852101] Re: 32-bit applications do not start on 64

2012-04-28 Thread bpb
Here's what happens for me (still not working)... me@mylaptop:/usr/local/android-sdk-linux/platform-tools$ sudo apt-get install --reinstall libc6-i386 Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0

Re: [Bug 852101] Re: 32-bit applications do not start on 64

2012-04-28 Thread Steve Langasek
On Sat, Apr 28, 2012 at 11:38:01PM -, bpb wrote: me@mylaptop:/usr/local/android-sdk-linux/platform-tools$ ./adb ./adb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory What am I missing here? The libncurses5:i386 package.

[Bug 852101] Re: 32-bit applications do not start on 64

2012-04-28 Thread bpb
I appreciate the tip! After installing libncurses5:i386, then libstdc++5:i386 and libstdc++6:i386 it looks like adb is now operational, or at least recognized by the system and the command runs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 852101] Re: 32-bit applications do not start on 64

2012-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package eglibc - 2.15-0ubuntu9 --- eglibc (2.15-0ubuntu9) precise; urgency=low * debian/debhelper.in/libc.preinst: Brown paper bag fix; when we upgrade from older versions, we don't have our linker in place before unpacking, however the preisnt

[Bug 852101] Re: 32-bit applications do not start on 64

2012-04-15 Thread Adam Conrad
Due to an unfortunate bug in dpkg (debian bug 588077), this is proving slightly more difficult to fix than we'd first assumed. We could, perhaps, work around the i386-specific case (which seems to be the one people trip over the most) with postrm hacks to manipulate/recreate /lib /ld-linux.so.2

[Bug 852101] Re: 32-bit applications do not start on 64

2012-04-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/eglibc -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title: 32-bit applications do not start on 64 To manage notifications about this bug go to:

[Bug 852101] Re: 32-bit applications do not start on 64

2012-03-22 Thread Steve Langasek
** Changed in: eglibc (Ubuntu Precise) Assignee: (unassigned) = Adam Conrad (adconrad) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title: 32-bit applications do not start on 64 To

[Bug 852101] Re: 32-bit applications do not start on 64

2012-03-22 Thread Kate Stewart
** Tags added: rls-mgr-p-tracking -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title: 32-bit applications do not start on 64 To manage notifications about this bug go to:

[Bug 852101] Re: 32-bit applications do not start on 64

2012-03-20 Thread Sworddragon
I have figured out that this version isn't in the official repository (maybe it was from the wine ppa which I had enabled before). I have installed the correct version and all is working fine. The ia32-libs problem is solved for precise and 32 bit applications are starting without a problem. --

[Bug 852101] Re: 32-bit applications do not start on 64

2012-03-07 Thread Sworddragon
It seems the dependency problems with ia32-libs (Precise) are mostly solved. On VirtualBox my guest system is already working fine. But on my host system there is one dependency issue remaining: libcairo2:i386 1.10.2-6.1ubuntu2 cannot be configured because libcairo2:amd64 is in a different

[Bug 852101] Re: 32-bit applications do not start on 64

2012-02-05 Thread RussianNeuroMancer
why it is using 32 bit even if I have 64 bit Ubuntu ? Because most of Windows applications in fact is 32 bit applications. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title: 32-bit

[Bug 852101] Re: 32-bit applications do not start on 64

2012-02-03 Thread ehcpdeveloper
sudo apt-get install skype:i386 this helped for me too. now, wine working. by the way, how can I install wine 64 bit? why it is using 32 bit even if I have 64 bit Ubuntu ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 852101] Re: 32-bit applications do not start on 64

2012-01-22 Thread theWRM
after apt-get install --reinstall libc6-i386 skype still doesn't work thewrm@game:~$ skype skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory What wrong, I don't understand? -- You received this bug notification because you

[Bug 852101] Re: 32-bit applications do not start on 64

2012-01-22 Thread theWRM
I found the solution here https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/830440 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title: 32-bit applications do not start on 64 To

[Bug 852101] Re: 32-bit applications do not start on 64

2011-11-23 Thread Vinycius Maia
This worked on Ubuntu Precise: apt-get install --reinstall libc6-i386 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title: 32-bit applications do not start on 64 To manage notifications

[Bug 852101] Re: 32-bit applications do not start on 64

2011-11-17 Thread Alexander
I had the same problem and can confirm that the command: sudo apt-get install --reinstall libc6-i386 does solve the issue. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title:

[Bug 852101] Re: 32-bit applications do not start on 64

2011-11-07 Thread Tom
This bug affects my system (Kubuntu 11.10 64-bit) specifically with Google Earth. No matter how I try to install GE, whether from the 64-bit deb from Google, or using the googleearth-package installer, trying to start GE in terminal results in /usr/bin/google-earth: 43: ./googleearth-bin: not

[Bug 852101] Re: 32-bit applications do not start on 64

2011-11-06 Thread ASLok
$ adb /home/aslok/bin/adb: строка 2: /opt/Android-SDK/platform-tools/adb: Нет такого файла или каталога $ sudo apt-get install --reinstall libc6-i386 $ adb Android Debug Bridge version 1.0.26 Many thanks, thanks and thanks again! -- You received this bug notification because you are a member

[Bug 852101] Re: 32-bit applications do not start on 64

2011-11-01 Thread oldos2er
This bug affects my system (Kubuntu 11.10 64-bit) specifically with Google Earth. No matter how I try to install GE, whether from the 64-bit deb from Google, or using the googleearth-package installer, trying to start GE in terminal results in /usr/bin/google-earth: 43: ./googleearth-bin: not

[Bug 852101] Re: 32-bit applications do not start on 64

2011-10-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ia32-libs (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title:

[Bug 852101] Re: 32-bit applications do not start on 64

2011-10-18 Thread barbobot
sudo apt-get install --reinstall libc6-i386 fixed it for me also! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title: 32-bit applications do not start on 64 To manage notifications about

[Bug 852101] Re: 32-bit applications do not start on 64

2011-10-18 Thread Scott Ritchie
** Changed in: ia32-libs (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title: 32-bit applications do not start on 64 To manage notifications

[Bug 852101] Re: 32-bit applications do not start on 64

2011-10-17 Thread Sworddragon
I have today remove all i386 packages and disabled multiarch support. After this Wine couldn't be executed again. But the workaround with sudo apt-get install --reinstall libc6-i386 worked. It seems this problem is not complete fixed. ** Changed in: ia32-libs (Ubuntu Precise) Status:

[Bug 852101] Re: 32-bit applications do not start on 64

2011-10-17 Thread Scott Ritchie
** Changed in: eglibc (Ubuntu Precise) Status: Confirmed = Triaged ** Changed in: eglibc (Ubuntu Precise) Importance: Undecided = High ** Changed in: ia32-libs (Ubuntu Precise) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu

[Bug 852101] Re: 32-bit applications do not start on 64

2011-10-17 Thread Scott Ritchie
The issue as noted above is that there isn't always a 32 bit loader present if you add and then remove packages in certain orders. ia32-libs (and things that depend on it like Wine) only slightly work around this problem by pulling in ia32-libs-multiarch which forces an install of the multiarch

[Bug 852101] Re: 32-bit applications do not start on 64

2011-10-17 Thread Sworddragon
The reinstalling of libc6-i386 hasn't installed any other packages. This means where was no loader missing or the loader isn't explicitly a package. Why is the loader activated if libc6-i386 is reinstalled? Why was the loader deactivated after I uninstalled skype:i386 with all it's dependencies?

[Bug 852101] Re: 32-bit applications do not start on 64

2011-10-16 Thread quequotion
Scott Richie Have you updated the wine packages in your PPA to depend on the fix for Oneiric? Is it necessary to do so? I ask because there's also the possibility my dpkg is broken and doesn't understand the dependency chain (been happening a lot lately). -- You received this bug notification

[Bug 852101] Re: 32-bit applications do not start on 64

2011-10-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: eglibc (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title:

[Bug 852101] Re: 32-bit applications do not start on 64

2011-10-06 Thread Sworddragon
- libxss: libxss1 If i want to start Skype I get the message skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory. Is this a problem with the ia32-libs? -- You received this bug notification because you are a member of Ubuntu Bugs,

Re: [Bug 852101] Re: 32-bit applications do not start on 64

2011-10-06 Thread Steve Langasek
On Thu, Oct 06, 2011 at 12:46:06PM -, Sworddragon wrote: - libxss: libxss1 If i want to start Skype I get the message skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory. Is this a problem with the ia32-libs? No. You need

[Bug 852101] Re: 32-bit applications do not start on 64

2011-10-06 Thread Kate Stewart
** Also affects: eglibc (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: ia32-libs (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: eglibc (Ubuntu Precise) Status: New = Confirmed ** Changed in: ia32-libs (Ubuntu Precise)

[Bug 852101] Re: 32-bit applications do not start on 64

2011-09-29 Thread Steve Langasek
You don't need to install skype to fix this problem. 'sudo apt-get install --reinstall libc6:i386' should be sufficient to restore the 32-bit ELF loader. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 852101] Re: 32-bit applications do not start on 64

2011-09-29 Thread Steve Langasek
Sorry, I meant 'sudo apt-get install --reinstall libc6-i386'. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title: 32-bit applications do not start on 64 To manage notifications about this

[Bug 852101] Re: 32-bit applications do not start on 64

2011-09-29 Thread Scott Ritchie
** Also affects: eglibc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title: 32-bit applications do not start on 64 To manage

[Bug 852101] Re: 32-bit applications do not start on 64

2011-09-29 Thread Steve Langasek
** Description changed: - WORKAROUND: Installing various multiarch:i386 packages seems to prevent the issue. This should not be necessary. + WORKAROUND: reinstall libc6-i386 by running 'sudo apt-get install --reinstall libc6-i386'. After the latest updates Wine does not work at

[Bug 852101] Re: 32-bit applications do not start on 64

2011-09-29 Thread Scott Ritchie
** Package changed: wine1.3 (Ubuntu Oneiric) = ia32-libs (Ubuntu Oneiric) ** Changed in: ia32-libs (Ubuntu Oneiric) Status: Confirmed = In Progress ** Changed in: ia32-libs (Ubuntu Oneiric) Assignee: (unassigned) = Scott Ritchie (scottritchie) -- You received this bug notification

[Bug 852101] Re: 32-bit applications do not start on 64

2011-09-29 Thread Kate Stewart
** Tags added: rls-mgr-o-tracking -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title: 32-bit applications do not start on 64 To manage notifications about this bug go to:

[Bug 852101] Re: 32-bit applications do not start on 64

2011-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package ia32-libs - 20090808ubuntu25 --- ia32-libs (20090808ubuntu25) oneiric; urgency=low * Create an ia32-libs-multiarch package to depend on i386 versions of libraries that were dropped over the last cycle - Should ease transitional issues -

[Bug 852101] Re: 32-bit applications do not start on 64

2011-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/ia32-libs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title: 32-bit applications do not start on 64 To manage notifications about this bug go to:

[Bug 852101] Re: 32-bit applications do not start on 64

2011-09-29 Thread Steve Langasek
** Changed in: eglibc (Ubuntu Oneiric) Status: New = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852101 Title: 32-bit applications do not start on 64 To manage notifications

[Bug 852101] Re: 32-bit applications do not start on 64

2011-09-28 Thread Scott Ritchie
** Summary changed: - bash: /usr/bin/wine: No such file or directory + 32-bit applications do not start on 64 ** Changed in: wine1.3 (Ubuntu) Importance: Undecided = High ** Also affects: wine1.3 (Ubuntu Oneiric) Importance: High Status: Confirmed -- You received this bug

[Bug 852101] Re: 32-bit applications do not start on 64

2011-09-28 Thread Scott Ritchie
** Description changed: + WORKAROUND: Installing various multiarch:i386 packages seems to prevent the issue. This should not be necessary. + + After the latest updates Wine does not work at all. Output from the console: ~$ wine bash: /usr/bin/wine: No such file or directory