Closed
Bug 1717248
Opened 3 years ago
Closed 3 years ago
Spurious reconfigures in all platforms due to packages.txt
Categories
(Firefox Build System :: Mach Core, defect)
Firefox Build System
Mach Core
Tracking
(firefox-esr78 unaffected, firefox89 unaffected, firefox90 unaffected, firefox91 fixed)
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox89 | --- | unaffected |
firefox90 | --- | unaffected |
firefox91 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Any build on latest central triggers a reconfigure.
Building with --verbose reveals that mach thinks the build is out of date because:
Input not found: /Users/mozilla/src/moz/gecko/testing/mozbase/packages.txt
So this is a regression from bug 1712133. Mitchell can you take a look? Thanks.
Flags: needinfo?(mhentges)
Assignee | ||
Comment 1•3 years ago
|
||
This fixes it for me. I believe this is right because the file it was inlined
into in bug D117711 is also on this list.
Updated•3 years ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/978ada486e18
Remove non-existing file from moz.configure. r=firefox-build-system-reviewers,nalexander
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
Updated•3 years ago
|
Keywords: regression
Comment 4•3 years ago
|
||
Set release status flags based on info from the regressing bug 1712133
status-firefox89:
--- → unaffected
status-firefox90:
--- → unaffected
status-firefox-esr78:
--- → unaffected
Comment 5•3 years ago
|
||
Emilio's fix looks good to me, missed that usage. Thanks for the patch 👍
Flags: needinfo?(mhentges)
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
•