Closed
Bug 1912641
Opened 6 months ago
Closed 6 months ago
config.guess fails to properly detect host system type: "x86_64-pc-msys"
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox131 fixed)
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This should be an upstream bug, so marking as task.
Adding configure options from D:\gecko\mozconfig
--disable-optimize
--enable-bootstrap=-vs,-clang
checking for host system type...
Executing: `sh D:/gecko/build/moz.configure/../autoconf/config.guess`
Executing: `sh D:/gecko/build/moz.configure/../autoconf/config.sub x86_64-pc-msys`
Unknown OS: msys
Assignee | ||
Comment 1•6 months ago
|
||
Actually real_host() has extra check for Windows before calling config.guess. 👀
Assignee | ||
Comment 2•6 months ago
|
||
Updated•6 months ago
|
Assignee: nobody → krosylight
Status: NEW → ASSIGNED
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b7f5a8c2f22c
Give aarch64-pc-windows-msvc for aarch64 Windows r=firefox-build-system-reviewers,glandium
Comment 4•6 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•