[Bug 49532] Winetricks -q dotnet45 does not work

WineHQ Bugzilla wine-bugs at winehq.org
Fri Jul 10 05:38:07 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49532

Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download, Installer,
                   |                            |regression
             Status|UNCONFIRMED                 |NEW
                 CC|                            |julliard at winehq.org,
                   |                            |rbernon at codeweavers.com
    Regression SHA1|                            |72fc2ceaa6ae472a809b4d5c02b
                   |                            |e98c44388c1b7
     Ever confirmed|0                           |1

--- Comment #8 from Austin English <austinenglish at gmail.com> ---
I bisected this using git bisect run / timeout:
$ cat /tmp/bisect.sh 
#!/bin/bash
set -x

WINE_GIT="${WINE_GIT:-$HOME/wine-git}"
export WINE="${WINE_GIT}/wine"

cd "$WINE_GIT" || exit 125
git clean -fxd || exit 125
./configure --disable-tests || exit 125
make "-j$(nproc)" || exit 125
"${WINE_GIT}/server/wineserver" -k || true
rm -rf "$HOME/.wine" || exit 125

time timeout -k 10s 5m winetricks -q dotnet45 ; status=$?

case $status in
    0) exit 0;;
    124) exit 1;;
    *) exit 125;;
esac

$ git bisect run /tmp/bisect.sh
...
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
ceeb11d2a6545ae9db0c6825fb8d26b5cfe71889
72fc2ceaa6ae472a809b4d5c02be98c44388c1b7
We cannot bisect more!
bisect run cannot continue any more

austin at laptop ~/wine-git ((no branch, bisect started on master)) $ git bisect
log
git bisect start
# good: [16ac83bcbf0487576171a9d5ffbbef89f5a772ad] Release 5.11.
git bisect good 16ac83bcbf0487576171a9d5ffbbef89f5a772ad
# bad: [51dd1ba02e4a96a3e0c9381a434bfd1fd4347d83] Release 5.12.
git bisect bad 51dd1ba02e4a96a3e0c9381a434bfd1fd4347d83
# good: [90f8a1b876cf0d1dbd820b295239faaef1c6cda0] quartz/vmr9: Set the
destination rect to the whole client area when connecting.
git bisect good 90f8a1b876cf0d1dbd820b295239faaef1c6cda0
# good: [7ae5f06e4722ea8f55eb47c49bf17105bd0db080] evr: Add
IMFVideoDisplayControl stub for the presenter.
git bisect good 7ae5f06e4722ea8f55eb47c49bf17105bd0db080
# good: [1caf8ade07a95610f383de8205fa35b16a82253a] evr: Add aggregation support
for default mixer object.
git bisect good 1caf8ade07a95610f383de8205fa35b16a82253a
# good: [99e7c801e4d5032110190acbb04d85eb069df867] msi: Add disabled feature to
show that it's not getting installed by patch.
git bisect good 99e7c801e4d5032110190acbb04d85eb069df867
# bad: [72fc2ceaa6ae472a809b4d5c02be98c44388c1b7] ntdll: Use pthread mutexes
for uninterrupted sections in the Unix library.
git bisect bad 72fc2ceaa6ae472a809b4d5c02be98c44388c1b7
# good: [2406590472620fbef8e7eb94f2e2f6ade8562d85] mshtml: Add
IHTMLDocument4::namespaces property implementation.
git bisect good 2406590472620fbef8e7eb94f2e2f6ade8562d85
# good: [eadcba79251f616b8028e2e39ee71985ee5d863b] winegstreamer: Append a
deinterlace element to the video post-processing chain.
git bisect good eadcba79251f616b8028e2e39ee71985ee5d863b
# skip: [ceeb11d2a6545ae9db0c6825fb8d26b5cfe71889] kernel32: Catch process
creation breakpoint exceptions.
git bisect skip ceeb11d2a6545ae9db0c6825fb8d26b5cfe71889
# good: [8bd5fe30014c2aa60f0c4570db4ef936e8c51245] d3dcompiler: Track def-use
chains for anonymous nodes.
git bisect good 8bd5fe30014c2aa60f0c4570db4ef936e8c51245
# only skipped commits left to test
# possible first bad commit: [72fc2ceaa6ae472a809b4d5c02be98c44388c1b7] ntdll:
Use pthread mutexes for uninterrupted sections in the Unix library.
# possible first bad commit: [ceeb11d2a6545ae9db0c6825fb8d26b5cfe71889]
kernel32: Catch process creation breakpoint exceptions.

CC'ing both authors.

-- 
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