Closed
Bug 1451179
Opened 7 years ago
Closed 7 years ago
build failure on Linux: RuntimeError: File "../../../../browser/extensions/formautofill/content/autofillEditForms.js" not found
Categories
(Firefox :: WebPayments UI, defect, P1)
Firefox
WebPayments UI
Tracking
()
RESOLVED
FIXED
Firefox 61
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | unaffected |
firefox61 | --- | fixed |
People
(Reporter: MatsPalmgren_bugz, Assigned: masayuki)
References
Details
(Keywords: regression, Whiteboard: [webpayments])
Attachments
(1 file)
1.91 KB,
patch
|
masayuki
:
review+
|
Details | Diff | Splinter Review |
6:58.29 Traceback (most recent call last):
6:58.29 File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
6:58.29 "__main__", fname, loader, pkg_name)
6:58.29 File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
6:58.29 exec code in run_globals
6:58.29 File "/md1/src/opt2/python/mozbuild/mozbuild/action/jar_maker.py", line 17, in <module>
6:58.29 sys.exit(main(sys.argv[1:]))
6:58.29 File "/md1/src/opt2/python/mozbuild/mozbuild/action/jar_maker.py", line 13, in main
6:58.29 return mozbuild.jar.main(args)
6:58.29 File "/md1/src/opt2/python/mozbuild/mozbuild/jar.py", line 608, in main
6:58.29 jm.makeJar(infile, options.d)
6:58.30 File "/md1/src/opt2/python/mozbuild/mozbuild/jar.py", line 333, in makeJar
6:58.30 self.processJarSection(info, jardir)
6:58.30 File "/md1/src/opt2/python/mozbuild/mozbuild/jar.py", line 388, in processJarSection
6:58.30 self._processEntryLine(e, outHelper, jf)
6:58.30 File "/md1/src/opt2/python/mozbuild/mozbuild/jar.py", line 460, in _processEntryLine
6:58.30 ', '.join(src_base)))
6:58.30 RuntimeError: File "../../../../browser/extensions/formautofill/content/autofillEditForms.js" not found in /md1/src/opt2/toolkit/components/payments, /md1/objdir/md1/src/opt2/toolkit/components/payments
6:58.30 /md1/src/opt2/config/rules.mk:1235: recipe for target 'libs' failed
6:58.30 make[4]: *** [libs] Error 1
6:58.30 /md1/src/opt2/config/recurse.mk:100: recipe for target 'toolkit/components/payments/libs' failed
6:58.30 make[3]: *** [toolkit/components/payments/libs] Error 2
6:58.30 /md1/src/opt2/config/recurse.mk:32: recipe for target 'libs' failed
6:58.30 make[2]: *** [libs] Error 2
6:58.30 /md1/src/opt2/config/rules.mk:418: recipe for target 'default' failed
6:58.30 make[1]: *** [default] Error 2
6:58.30 client.mk:168: recipe for target 'build' failed
6:58.30 make: *** [build] Error 2
6:58.31 39 compiler warnings present.
6:58.34 ccache (direct) hit rate: 25.4%; (preprocessed) hit rate: 1.5%; miss rate: 73.1%
6:58.34 Notification center failed: Install notify-send (usually part of the libnotify package) to get a notification when the build finishes.
Reporter | ||
Comment 1•7 years ago
|
||
("hg up -r 22cf7b27f837" solves the problem temporarily, fwiw.)
Assignee | ||
Comment 3•7 years ago
|
||
Looks like the relative path from toolkit/components/payments to browser/extensions/formautofill/content is wrong.
Assignee | ||
Comment 4•7 years ago
|
||
Trying to build on all platforms...
https://treeherder.mozilla.org/#/jobs?repo=try&revision=67771cf019426a8ae7c51228302f0117329e983c
Comment 5•7 years ago
|
||
r+ from me on https://hg.mozilla.org/try/rev/d6a8dcec2b127b954dc5949390588f51cfe074cf thank you.
Updated•7 years ago
|
Severity: critical → blocker
Assignee | ||
Comment 6•7 years ago
|
||
(r=karlt per comment 5)
Assignee: nobody → masayuki
Status: NEW → ASSIGNED
Flags: needinfo?(MattN+bmo)
Attachment #8964799 -
Flags: review+
Assignee | ||
Updated•7 years ago
|
Pushed by timdream@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bdb12f1ad81c
Fix the relative path from toolkit/components/payments to browser/extensions/formautofill/content r=karlt
Keywords: checkin-needed
Updated•7 years ago
|
Priority: -- → P1
Whiteboard: [webpayments]
Comment 8•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•7 years ago
|
status-firefox59:
--- → unaffected
status-firefox60:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Updated•7 years ago
|
Product: Toolkit → Firefox
Target Milestone: mozilla61 → Firefox 61
You need to log in
before you can comment on or make changes to this bug.
Description
•