http://bugs.winehq.org/show_bug.cgi?id=6714
------- Additional Comments From email200202@yahoo.com 2006-21-11 23:26 ------- Please find attached strace logs for "wineprefixcreate" and "make -f tmp.mak" under the same OS configuration as listed before (with NPTL and "noexec=off").
I modified tmp.mak file to have strace.
all: [tab] strace wine
The output of wineprefixcreate is different: in wine-0.9.8 ----------------- yzg@cm001 ~ $ wineprefixcreate /home/yzg/.wine updated successfully.
in wine-0.9.22 ----------------- yzg@cm001 ~ $ wineprefixcreate Failed to open the service control manager. fixme:ole:ITypeInfo_fnRelease destroy child objects /home/yzg/.wine updated successfully.
but in both cases .wine is created despite the errors in the second case.