mach bootstrap fails trying to install SDK Debuggers-x86_en-us.msi
Categories
(Firefox Build System :: Toolchains, defect)
Tracking
(firefox-esr115 unaffected, firefox123 unaffected, firefox124 unaffected, firefox125 affected)
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox123 | --- | unaffected |
| firefox124 | --- | unaffected |
| firefox125 | --- | affected |
People
(Reporter: gstoll, Unassigned)
References
(Regression)
Details
(Keywords: regression)
After syncing to the latest mozilla-central and building, I hit the following error:
Extracting UAPSDKAddOn-x86.msi
Extracting SDK Debuggers-x86_en-us.msi
Traceback (most recent call last):
File "C:\mozilla-source\mozilla-unified2\taskcluster\scripts\misc\get_vs.py", line 48, in <module>
extractPackages(selected, dl_cache, unpacked)
File "c:\mozilla-source\mozilla-unified2\third_party\python\vsdownload\vsdownload.py", line 534, in extractPackages
unpackWin10SDK(dir, p["payloads"], dest)
File "c:\mozilla-source\mozilla-unified2\third_party\python\vsdownload\vsdownload.py", line 519, in unpackWin10SDK
subprocess.check_call(cmd, stdout=log)
File "C:\mozilla-build\python3\Lib\subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['msiexec', '/a', 'get_vsr41o1n6j\cache\Win11SDK_10.0.22621-10.0.22621.5\SDK Debuggers-x86_en-us.msi', '/qn', 'TARGETDIR=C:.mozbuild\get_vsr41o1n6j\unpack']' returned non-zero exit status 1603.
Reverting the fix to bug 1884231 makes the bootstrap succeed.
Of note - I already have VS 2022 installed, so while error 1603 can mean a lot of different things for msiexec, maybe in this case I already have that package installed?
I tried deleting my mozbuild directory and rebooting, FWIW, and neither helped with the problem.
Comment 1•1 year ago
|
||
Set release status flags based on info from the regressing bug 1884231
:glandium, since you are the author of the regressor, bug 1884231, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Description
•