Closed Bug 920703 Opened 11 years ago Closed 11 years ago

No informative error message when expandlibs_exec fails

Categories

(Firefox Build System :: General, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla27

People

(Reporter: cjones, Assigned: cjones)

Details

Attachments

(1 file)

-- Before --

Traceback (most recent call last):
  File "/home/cjones/rr/mozilla-central/config/expandlibs_exec.py", line 340, in <module>
    main()
  File "/home/cjones/rr/mozilla-central/config/expandlibs_exec.py", line 321, in main
    proc = subprocess.Popen(args, stdout = subprocess.PIPE, stderr = subprocess.STDOUT)
  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1308, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

-- After --

error: Launching [':', 'cr', 'libmemory.a', 'jemalloc_config.o', 'mozmemory_wrap.o', '../mozjemalloc/jemalloc.o'] : [Errno 2] No such file or directory
Traceback (most recent call last):
  File "/home/cjones/rr/mozilla-central/config/expandlibs_exec.py", line 344, in <module>
    main()
  File "/home/cjones/rr/mozilla-central/config/expandlibs_exec.py", line 325, in main
    raise e
OSError: [Errno 2] No such file or directory
Attachment #810072 - Flags: review?(mh+mozilla)
Attachment #810072 - Flags: review?(mh+mozilla) → review+
https://hg.mozilla.org/mozilla-central/rev/9029aa5d60da
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: