[Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-25 Thread Dzema
Nice, it solves my problem. :) -- 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: bash: /usr/bin/wine: No such file or directory To manage notifications about this bug go to:

[Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-24 Thread msznapka
Thank you Max Nekludov, installing skype:i386 solved this problem. -- 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: bash: /usr/bin/wine: No such file or directory To manage

[Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-22 Thread MaxNekludov
Try to install skype:i386 sudo apt-get install skype:i386 it will install required i386 packages in my case: gcc-4.6-base:i386 libasound2:i386 libaudio2:i386 libavahi-client3:i386 libavahi-common-data:i386 libavahi-common3:i386 libc6:i386 libcomerr2:i386 libcups2:i386 libdbus-1-3:i386

[Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-22 Thread Dzema
I think I new to do a fresh installation .. There is no fix for this problem? :S -- 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: bash: /usr/bin/wine: No such file or directory To

[Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-20 Thread Vinycius Maia
I have the same problem: mrk3004@viny-server:~$ wine bash: /usr/bin/wine: Arquivo ou diretório não encontrado mrk3004@viny-server:~$ winecfg exec: 29: /usr/bin/wine: not found mrk3004@viny-server:~$ -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-19 Thread Jeff Utter
I just wanted to mention that I have 2 amd64 installs. One was upgraded from natty and the other a fresh install of beta1. Both are up to date. The upgraded one has this problem and the fresh install does not. I tried removing and re-installing the wine and ia32-libs packages with no success. --

[Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-17 Thread Jakub Korbel
It doesn't work for me if I don't want to break my system. These packages conflict with ubuntu-desktop and even xorg. -- 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: bash:

[Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-17 Thread Lazy
~$ dpkg -s wine1.3 Package: wine1.3 Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 106504 Maintainer: Scott Ritchie scottritc...@ubuntu.com Architecture: amd64 Version: 1.3.28-0ubuntu1 Replaces: ttf-symbol-replacement, ttf-symbol-replacement-wine1.3,

[Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-16 Thread Lazy
-- 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: bash: /usr/bin/wine: No such file or directory To manage notifications about this bug go to:

[Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-16 Thread Harrison Chapman
A similar issue happens when trying to run adb (another 32-bit executable). I think it has to do with how a recent gcc/libc or similar package got updated recently (it now also conflicts with the i386 packages and a whole bunch of other garbage). -- You received this bug notification because you

[Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: wine1.3 (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: bash: /usr/bin/wine: No such file or directory

2011-09-16 Thread Jakub Korbel
Few hours ago I updated ia32-libs, which threw a warning about missing directory (/usr/lib/i386-linux-gnu/gio/modules). After that, wine did not execute anything (it complained about GL not properly installed or so). And now after reinstalling wine, I'm getting this message. -- You received this

[Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-16 Thread Scott Ritchie
bash: /usr/bin/wine: No such file or directory is an error I would expect if the package weren't actually installed. Did wine1.3 package get uninstalled somehow? Please: dpkg -s wine1.3 dpkg -s ia32-libs -- You received this bug notification because you are a member of Ubuntu Bugs, which is

Re: [Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-16 Thread Harrison Chapman
It is an issue with 32 bit executables, not just wine. The binary exists but the message is spit out. It is reminiscent of older posts where people didn't have ia32-libs installed but we do. On Sep 16, 2011 6:32 PM, Scott Ritchie scottritc...@ubuntu.com wrote: bash: /usr/bin/wine: No such file or

[Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-16 Thread Harrison Chapman
Installing a version of gcc-4.6:i386 and assorted packages of the same version as their amd64 counterparts seems to have fixed this. (I assume this is what happened) This wasn't possible until recently as the i386 version of the package only finished building an hour ago. Hope this helps you.. --