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)

defect

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)

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.
("hg up -r 22cf7b27f837" solves the problem temporarily, fwiw.)
related to bug 1428414?
Flags: needinfo?(MattN+bmo)
Looks like the relative path from toolkit/components/payments to browser/extensions/formautofill/content is wrong.
Blocks: 1428414
Component: Form Autofill → WebPayments UI
Keywords: regression
Severity: critical → blocker
Attached patch Patch (deleted) — Splinter Review
(r=karlt per comment 5)
Assignee: nobody → masayuki
Status: NEW → ASSIGNED
Flags: needinfo?(MattN+bmo)
Attachment #8964799 - Flags: review+
Keywords: checkin-needed
OS: Linux → All
Hardware: x86_64 → All
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
Priority: -- → P1
Whiteboard: [webpayments]
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Product: Toolkit → Firefox
Target Milestone: mozilla61 → Firefox 61
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: