http://bugs.winehq.org/show_bug.cgi?id=29812
Bug #: 29812 Summary: bash: /usr/bin/wine: No such file or directory Product: Wine Version: 1.4-rc2 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: amodt@seznam.cz Classification: Unclassified
root@laptop-Amodt:/home/michael# wine bash: /usr/bin/wine: No such file or directory root@laptop-Amodt:/home/michael# winecfg exec: 29: /usr/bin/wine: not found root@laptop-Amodt:/home/michael# apt-cache policy pkgname wine wine: Installed: (none) Candidate: 1.2.3-0ubuntu1 Version table: 1.2.3-0ubuntu1 0 500 http://cz.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 Packages N: Unable to locate package pkgname root@laptop-Amodt:/home/michael# apt-cache policy pkgname wine1.3 wine1.3: Installed: 1.4~rc1-0ubuntu1~ppa1~oneiric1 Candidate: 1.4~rc1-0ubuntu1~ppa1~oneiric1 Version table: *** 1.4~rc1-0ubuntu1~ppa1~oneiric1 0 500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ oneiric/main amd64 Packages 100 /var/lib/dpkg/status 1.3.28-0ubuntu2~oneiric1 0 500 http://cz.archive.ubuntu.com/ubuntu/ oneiric-updates/universe amd64 Packages 1.3.28-0ubuntu1 0 500 http://cz.archive.ubuntu.com/ubuntu/ oneiric/universe amd64 Packages N: Unable to locate package pkgname root@laptop-Amodt:/home/michael# wine bash: /usr/bin/wine: No such file or directory root@laptop-Amodt:/home/michael# winecfg exec: 29: /usr/bin/wine: not found root@laptop-Amodt:/home/michael# whereis wine wine: /usr/bin/wine /usr/share/wine /usr/share/man/man1/wine.1.gz root@laptop-Amodt:/home/michael# strace /usr/bin/wine execve("/usr/bin/wine", ["/usr/bin/wine"], [/* 21 vars */]) = -1 ENOENT (No such file or directory) dup(2) = 3 fcntl(3, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE) fstat(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff4fce2f000 lseek(3, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) write(3, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory ) = 40 close(3) = 0 munmap(0x7ff4fce2f000, 4096) = 0 exit_group(1) = ?
http://bugs.winehq.org/show_bug.cgi?id=29812
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2012-02-05 16:10:26 CST --- Most likely missing 32-bit binaries support. Not a WIne bug.
http://bugs.winehq.org/show_bug.cgi?id=29812
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |adys.wh@gmail.com
--- Comment #2 from Jerome Leclanche adys.wh@gmail.com 2012-02-19 10:17:43 CST --- Closing