Closed Bug 1041381 Opened 10 years ago Closed 10 years ago

IOError: [Errno 2] No such file or directory: '.deps/mozjs-33a1-dtrace.o.pp' (--enable-dtrace)

Categories

(Firefox Build System :: General, defect)

All
FreeBSD
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla34

People

(Reporter: jbeich, Assigned: jbeich)

References

Details

Attachments

(1 file, 1 obsolete file)

.deps/*.o.pp is generated by _DEPEND_CFLAGS but given that DTRACE_PROBE_OBJ has no .c or .cpp file there's no matching *.pp file. OS X has DTrace enabled on TBPL but doesn't use DTRACE_PROBE_OBJ. Not sure about Linux and Solaris.

gmake[3]: Entering directory 'objdir/js/src'
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/local/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "python/mozbuild/mozbuild/action/link_deps.py", line 229, in <module>
    main(sys.argv[1:])
  File "python/mozbuild/mozbuild/action/link_deps.py", line 219, in main
    linker.add_dependencies(open(f))
IOError: [Errno 2] No such file or directory: '.deps/mozjs-33a1-dtrace.o.pp'
config/recurse.mk:215: recipe for target 'libs' failed
gmake[3]: *** [libs] Error 1
Attached patch exclude (obsolete) — Splinter Review
NPOTB change but just in case

https://tbpl.mozilla.org/?tree=Try&rev=9cefc17b9128
Attachment #8459383 - Flags: review?(mh+mozilla)
Summary: IOError: [Errno 2] No such file or directory: '.deps/mozjs-33a1-dtrace.o.pp' → IOError: [Errno 2] No such file or directory: '.deps/mozjs-33a1-dtrace.o.pp' (--enable-dtrace)
Attachment #8459383 - Flags: review?(mh+mozilla) → review+
Attached patch excludeSplinter Review
rebased
Attachment #8459383 - Attachment is obsolete: true
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/e6828c19a0e4
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
QA Whiteboard: [qa-]
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: