[Bug 25074] dotnet30 install fails with status 87 in wine > 1.3.4?

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 9 13:22:51 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=25074

Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download, Installer,
                   |                            |regression
          Component|-unknown                    |crypt32

--- Comment #2 from Dan Kegel <dank at kegel.com> 2010-11-09 13:22:51 CST ---
The culprit seems to be

http://source.winehq.org/git/wine.git/?a=commit;h=966d722752b659a12ffa355a1e559f94907cd66d
crypt32: Improve error checking for the base policy.
author    Juan Lang <juan.lang at gmail.com>
     Tue, 5 Oct 2010 01:16:16 +0000 (18:16 -0700)

That patch doesn't revert cleanly with current git, but I did verify
that
  git reset --hard 966d722752b659a12ffa355a1e559f94907cd66d
  git reset --hard HEAD^
  ./configure 
  make
generated a wine that could install dotnet30, but
  git reset --hard 966d722752b659a12ffa355a1e559f94907cd66d
  ./configure 
  make
generated one that couldn't.

( For completeness, here's how I bisected: I created bisect.sh containing
 #!/bin/sh
 CFLAGS="-g -O0" ./configure --disable-tests || exit 125
 make -j16 || exit 125
 rm -rf $HOME/.wine || exit 125
 WINE=$HOME/wine-git/wine sh ~/winezeug/winetricks -q gecko dotnet30
and ran the commands
  git bisect start
  git bisect wine-1.3.4 good
  git bisect good wine-1.3.4 
  git bisect bad wine-1.3.5
  git bisect run sh bisect.sh 
)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list