Closed
Bug 1884902
Opened 1 year ago
Closed 1 year ago
Bootstrap failing on Windows while installing `SDK Debuggers-x86_en-us.msi` package
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Firefox Build System
Bootstrap Configuration
Tracking
(firefox-esr115 unaffected, firefox124 unaffected, firefox125 fixed)
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox124 | --- | unaffected |
firefox125 | --- | fixed |
People
(Reporter: gsvelto, Assigned: glandium)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
I'm hitting this issue on today's central checkout, the last message in the log is:
Extracting SDK Debuggers-x86_en-us.msi
Traceback (most recent call last):
File "C:\Users\gsvelto\projects\mozilla-central\taskcluster\scripts\misc\get_vs.py", line 48, in <module>
extractPackages(selected, dl_cache, unpacked)
File "c:\users\gsvelto\projects\mozilla-central\third_party\python\vsdownload\vsdownload.py", line 534, in extractPackages
unpackWin10SDK(dir, p["payloads"], dest)
File "c:\users\gsvelto\projects\mozilla-central\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_vst_xjk27a\\cache\\Win11SDK_10.0.22621-10.0.22621.5\\SDK Debuggers-x86_en-us.msi', '/qn', 'TARGETDIR=C:\\Users\\gsvelto\\.mozbuild\\get_vst_xjk27a\\unpack']' returned non-zero exit status 1603.
This sounds like bug 1882652 but that's been fixed already so I'm not sure if it's a duplicate or something else.
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → mh+mozilla
Assignee | ||
Comment 2•1 year ago
|
||
Fow some reason msiexec wants more things than msiextract for the SDK
Debuggers.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/9ee5858430fe
Add missing msis for VS 2022. r=firefox-build-system-reviewers,ahochheiden
Assignee | ||
Updated•1 year ago
|
Blocks: mach-busted
Comment 5•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Updated•1 year ago
|
Keywords: regression
Regressed by: 1884231
Comment 6•1 year ago
|
||
Set release status flags based on info from the regressing bug 1884231
status-firefox124:
--- → unaffected
status-firefox-esr115:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•