Subject: Re: pkg/32800: wine can't create ~/.wine
To: None <adam@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: David Holland <dholland@eecs.harvard.edu>
List: pkgsrc-bugs
Date: 02/03/2007 22:30:02
The following reply was made to PR pkg/32800; it has been noted by GNATS.

From: dholland@eecs.harvard.edu (David Holland)
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/32800: wine can't create ~/.wine
Date: Sat, 3 Feb 2007 15:24:05 -0500 (EST)

 Update:
 
 With wine 0.9.29 on an out-of-date -current I now get
 
    % wineprefixcreate
       :
    Font metrics: 100.0% done
    err:x11drv:process_attach XInitThreads failed, trouble ahead
    err:x11drv:process_attach XInitThreads failed, trouble ahead
    Failed to open the service control manager.
    err:seh:raise_exception Unhandled exception code 57e58955 flags ec835356 addr 0xe8
    Exit 1
    % 
 
 but with wine 0.9.30 on -current of 20070130 I need the PTHREAD_STACKSIZE
 workaround mentioned before to get this behavior, or like before it
 just dumps core.
 
 Maybe or maybe not relatedly, the program I actually need to be able
 to run (that legacy compiler) is now dumping core too, PTHREAD_STACKSIZE
 or not; I don't have time to deal with it right now, but I thought I'd
 report this much because it may constitute progress.
 
 -- 
    - David A. Holland / dholland@eecs.harvard.edu