http://bugs.winehq.org/show_bug.cgi?id=24585
Summary: Senstools, fails to install with an error about tempfiles on startup Product: Wine Version: 1.3.3 Platform: x86 URL: http://www.opp.nl/uk/software/senstools/ OS/Version: Linux Status: NEW Keywords: download, Installer, regression Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com CC: julliard@winehq.org Blocks: 8531
Created an attachment (id=31049) --> (http://bugs.winehq.org/attachment.cgi?id=31049) +ntdll
austin@midna:~/wine-git$ git bisect good 8543c32442d79c33b59b8f6a96c849f6ba5f13df is the first bad commit commit 8543c32442d79c33b59b8f6a96c849f6ba5f13df Author: Alexandre Julliard julliard@winehq.org Date: Thu Feb 18 12:57:33 2010 +0100
ntdll: Properly handle empty but present ACLs in self-relative descriptors.
:040000 040000 8e995d4e5591e7d961ffcf46ecda1713a8697a81 9fab0cd82c13a692fac1549a41c4bc5a21c92aed M dlls
Strangely though, if I compile with gcc from an older svn: austin@midna:~$ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ./configure --enable-languages=c,c++ : (reconfigured) ./configure --enable-languages=c,c++ Thread model: posix gcc version 4.6.0 20100908 (experimental) (GCC)
I always hit this bug. I had to use gcc-4.4 to run the regression test.