Build failure: Error in script "maintenanceservice_installer.nsi" on line 184 -- aborting creation process
Categories
(Firefox :: Installer, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: mayhemer, Assigned: robert.strong.bugs)
References
Details
Attachments
(1 file)
2.99 KB,
patch
|
mshal
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Reporter | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Reporter | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Comment on attachment 9032205 [details] [diff] [review]
patch rev1
- $(RM) -r $(CONFIG_DIR)
- $(MKDIR) $(CONFIG_DIR)
It's not great that we do this in 3 different targets now, but from what I can tell they should all run serially so it shouldn't present a problem for now. It might make sense in the future to move these rules into a python script and use GENERATED_FILES to create maintenanceservice_installer.exe, helper.exe, and maybe setup.exe
Assignee | ||
Comment 12•6 years ago
|
||
(In reply to Jonathan Kew (:jfkthame) from comment #10)
https://treeherder.mozilla.org/#/
jobs?repo=try&revision=044a6eb886fbfba64438fa4c628549cfeeb17063
jfkthame, it isn't clear to me whether you think those build failures are related to this patch. It looks to me like the installers built fine and there were errors unrelated to this patch.
Comment 13•6 years ago
|
||
Huh, I don't think I consciously wrote comment 10 -- at least I don't recall doing so! I think treeherder helpfully posted that because I had the patch from this bug at the top of my patch queue when I pushed the try job. So yes, the errors there aren't related to this bug/patch at all.
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
bugherder |
Description
•