Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56719 - Wine 20040615 (wine-pthread) does not return to console when installing dcom98.exe
Summary: Wine 20040615 (wine-pthread) does not return to console when installing dcom9...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-11 13:07 UTC by Gene Ruebsamen
Modified: 2004-07-20 09:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gene Ruebsamen 2004-07-11 13:07:42 UTC
After dcom98.exe installation, wine-pthread process will not return.  Makes it impossible to install dcom98.exe or dcom95.exe, which is necessary for installation of many other applications.

Reproducible: Always
Steps to Reproduce:
1. Edit /usr/bin/wine script to use wine-pthread
2. download dcom98.exe from: http://www.microsoft.com/com/dcom/dcom98/download.asp
3. run:  WINEDLLOVERRIDES="ole32=n" wine dcom98.exe
4. Click "OK" when asked to install.

Actual Results:  
Installation will proceed, and after the install gui closes, wine process hangs
and will not return to console.

Expected Results:  
Wine process should complete and return control to the console upon completion
of the installation.  

Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.7-gentoo-r9)
=================================================================
System uname: 2.6.7-gentoo-r9 i686 AMD Athlon(tm) XP 3000+
Gentoo Base System version 1.5.1
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=athlon-xp -march=athlon-xp -m3dnow -msse -mmmx -ffast-math
-pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=athlon-xp -march=athlon-xp -m3dnow -msse -mmmx -ffast-math
-pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aim alsa apm arts avi berkdb bonobo cdr crypt cups curl dga
directfb dvd dvdr encode esd evo fam fbcon fftw flac foomaticdb gb gd gdbm gif
gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile icq imagemagick imap imlib
jabber java jpeg kde ldap libg++ libwww mad mikmod mmx motif mozilla mpeg mysql
ncurses nls nptl oggvorbis opengl oscar oss pam pdflib perl pic plotutils png
ppds python qt quicktime readline samba scanner sdl slang slp spell sse ssl svga
tcltk tcpd theora tiff truetype usb videos x86 xml xml2 xmms xv yahoo zlib"
Comment 1 Gene Ruebsamen 2004-07-11 13:32:45 UTC
just a clarification:

Wine will hang upon the completion of the extraction of the dcom98 files.. it never gets to the installation part, only the extraction of the files completes and then wine hangs.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-07-19 12:03:48 UTC
could you try 20040715
Comment 3 Dennis Muhlestein 2004-07-20 07:28:53 UTC
20040716 fixed this problem for me.  My system is very similar to the one described in the first post. (2.6.x kernel w/ nptl)
Comment 4 Gene Ruebsamen 2004-07-20 09:39:35 UTC
20040716 fixed the problem!  Thank You.