Closed Bug 1560340 Opened 5 years ago Closed 5 years ago

When building spidermonkey, if js/confvars.sh does not exist, mach build reconfigures every time

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(firefox69 fixed)

RESOLVED FIXED
mozilla69
Tracking Status
firefox69 --- fixed

People

(Reporter: khyperia, Assigned: glandium)

Details

Attachments

(1 file)

When mozconfig contains ac_add_options --enable-application=js, it reconfigures every time mach build is ran, due to missing js/confvars.sh.

From some of my own digging, it looks like some code is trying to handle this, but seems to be failing? https://searchfox.org/mozilla-central/rev/da14c413ef663eb1ba246799e94a240f81c42488/moz.configure#648


My full mozconfig:

ac_add_options --enable-application=js
ac_add_options --disable-optimize
ac_add_options --enable-debug

mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/js/src/obj-dbg

ac_add_options --disable-tests
Assignee: nobody → mh+mozilla
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/0c2b80c35820
Only add confvars.sh as a dependency to config.status when it exists. r=chmanchester
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: