Closed
Bug 1669004
Opened 4 years ago
Closed 4 years ago
Unable to build after updating Visual Studio
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1657913
People
(Reporter: pctopgs, Unassigned)
Details
Attachments
(1 file)
515.02 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0
Steps to reproduce:
- I updated Visual Studio to version 16.7.5
- Afterwards I'm unable to build with ./mach build
- At first I thought it was because I made a change to the code that was breaking the build, but even with hg update -C and ./mach clobber, the issue still happens. This tells me that the Visual Studio update was the cause.
Actual results:
Here is the output of running ./mach build
https://pastebin.com/J1XfPDbw
Expected results:
A completed build.
Comment 1•4 years ago
|
||
Ryan is this known?
Component: Untriaged → General
Product: Firefox → Firefox Build System
Comment 2•4 years ago
|
||
Yes, run |./mach bootstrap| to pick up a newer Clang.
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•