Closed
Bug 1748997
Opened 3 years ago
Closed 3 years ago
Local Windows builds don't bootstrap mozmake
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Firefox Build System
Bootstrap Configuration
Tracking
(firefox-esr91 unaffected, firefox96 unaffected, firefox97 fixed)
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox96 | --- | unaffected |
firefox97 | --- | fixed |
People
(Reporter: mathew.hodson, Assigned: glandium)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
My local Windows builds are failing when looking for make. I think this is a regression from bug 1747347, because adding local-toolchain: true
like what was done in bug 1748934 seems to fix it.
0:05.56 C:/Users/Mathew/source/repos/mozilla-central/obj-x86_64-pc-mingw32\_virtualenvs\build\Scripts\python.exe C:/Users/Mathew/source/repos/mozilla-central\configure.py
0:07.11 Using Python 3.9.5 from C:\Users\Mathew\source\repos\mozilla-central\obj-x86_64-pc-mingw32\_virtualenvs\build\Scripts\python.exe
0:08.25 Adding configure options from C:\Users\Mathew\source\repos\mozilla-central\.mozconfig
0:08.30 --enable-artifact-builds
0:08.34 checking for vcs source checkout... git
0:09.53 checking for a shell... C:/Users/Mathew/.mozbuild/msys2/usr/bin/sh.exe
0:09.57 checking for host system type... x86_64-pc-mingw32
0:09.61 checking for target system type... x86_64-pc-mingw32
0:10.24 checking whether cross compiling... no
0:10.94 checking for Python 3... C:/Users/Mathew/source/repos/mozilla-central/obj-x86_64-pc-mingw32/_virtualenvs/build/Scripts/python.exe (3.9.5)
0:10.97 checking for git... C:/PROGRA~1/MICROS~3/2022/COMMUN~1/Common7/IDE/COMMON~1/MICROS~1/TEAMFO~1/TEAMEX~1/Git/cmd/git.exe
0:11.13 checking for Git version... 2.33.0.windows.2
0:11.34 checking for sparse checkout... no
0:38.77 checking for wget... C:/Users/Mathew/.mozbuild/msys2/usr/bin/wget.exe
0:38.92 checking for nodejs... C:\Users\Mathew\.mozbuild\node\node.EXE (12.22.1)
0:38.97 checking for tar... C:/Windows/system32/tar.exe
0:38.97 checking for unzip... C:/Users/Mathew/.mozbuild/msys2/usr/bin/unzip.exe
0:38.99 checking for zip... C:/Users/Mathew/.mozbuild/msys2/usr/bin/zip.exe
0:39.01 checking for gn... not found
0:39.01 checking for the Mozilla API key... no
0:39.01 checking for the Google Location Service API key... no
0:39.01 checking for the Google Safebrowsing API key... no
0:39.01 checking for the Bing API key... no
0:39.01 checking for the Adjust SDK key... no
0:39.01 checking for the Leanplum SDK key... no
0:39.01 checking for the Pocket API key... no
0:39.06 checking for awk... C:/Users/Mathew/.mozbuild/msys2/usr/bin/gawk.exe
0:39.09 checking for perl... C:/Users/Mathew/.mozbuild/msys2/usr/bin/perl.exe
0:39.19 checking for minimum required perl version >= 5.006... 5.032001
0:39.29 checking for full perl installation... yes
0:39.36 checking for gmake... not found
0:39.36 DEBUG: gmake: Looking for mingw32-make
0:39.37 DEBUG: gmake: Looking for mozmake
0:39.37 DEBUG: gmake: Looking for make
0:39.37 DEBUG: gmake: Looking for gmake
0:39.37 ERROR: Cannot find gmake
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/8d62b2808079
Add more missing local-toolchain attributes. r=firefox-build-system-reviewers,andi
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
Updated•3 years ago
|
status-firefox96:
--- → unaffected
status-firefox-esr91:
--- → unaffected
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•