Closed Bug 1828877 Opened 1 year ago Closed 1 year ago

Windows SDK fails to bootstrap with exit code 1603

Categories

(Firefox Build System :: Bootstrap Configuration, defect)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1828771

People

(Reporter: saschanaz, Unassigned)

References

(Blocks 1 open bug, Regression)

Details

(Keywords: regression)

 1:56.16 Extracting WinRT Intellisense IoT - Other Languages-x86_en-us.msi
 1:56.16 Extracting WinRT Intellisense Mobile - en-us-x86_en-us.msi
 1:56.16 Extracting WinRT Intellisense PPI - en-us-x86_en-us.msi
 1:56.16 Extracting WinRT Intellisense PPI - Other Languages-x86_en-us.msi
 1:56.16 Extracting WinRT Intellisense UAP - en-us-x86_en-us.msi
 1:56.16 Extracting WinRT Intellisense UAP - Other Languages-x86_en-us.msi
 1:56.16 Traceback (most recent call last):
 1:56.16   File "C:\Users\sasch\Documents\GitHub\gecko-dev\taskcluster\scripts\misc\get_vs.py", line 32, in <module>
 1:56.17     extractPackages(selected, dl_cache, unpacked)
 1:56.17   File "c:\users\sasch\documents\github\gecko-dev\third_party\python\vsdownload\vsdownload.py", line 534, in extractPackages
 1:56.17     unpackWin10SDK(dir, p["payloads"], dest)
 1:56.17   File "c:\users\sasch\documents\github\gecko-dev\third_party\python\vsdownload\vsdownload.py", line 519, in unpackWin10SDK
 1:56.17     subprocess.check_call(cmd, stdout=log)
 1:56.17   File "C:\Users\sasch\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 413, in check_call
 1:56.17     raise CalledProcessError(retcode, cmd)
 1:56.17 subprocess.CalledProcessError: Command '['msiexec', '/a', 'get_vsgnme8qt0\\cache\\Win10SDK_10.0.19041-10.0.19041.1\\WinRT Intellisense UAP - Other Languages-x86_en-us.msi', '/qn', 'TARGETDIR=C:\\Users\\sasch\\.mozbuild\\get_vsgnme8qt0\\unpack']' returned non-zero exit status 1603.
 1:56.17 ERROR: Command '['C:\\Users\\sasch\\Documents\\GitHub\\gecko-dev\\obj-clangplugin\\_virtualenvs\\build\\Scripts\\python.exe', 'C:/Users/sasch/Documents/GitHub/gecko-dev/mach', '--log-no-times', 'python', '--virtualenv', 'build', 'C:/Users/sasch/Documents/GitHub/gecko-dev/taskcluster/scripts/misc/get_vs.py', 'build/vs/vs2019.yaml', 'vs']' returned non-zero exit status 1.
 1:56.17 ERROR: If you can't fix the above, retry with --disable-bootstrap.
*** Fix above errors and then restart with "./mach build"
Glean could not be found, so telemetry will not be reported. You may need to run |mach bootstrap|.

And there's no such thing like ./mach build --disable-bootstrap, it's confusing.

Keywords: regression
Regressed by: 1123821
Status: NEW → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1828771
Resolution: --- → DUPLICATE

(In reply to Kagami [:saschanaz] from comment #1)

And there's no such thing like ./mach build --disable-bootstrap, it's confusing.

there is ac-add-options --disable-bootstrap

You need to log in before you can comment on or make changes to this bug.